View previous topic :: View next topic |
Author |
Message |
3PO Veteran
Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Sat Oct 11, 2008 7:37 pm Post subject: Ein paar Fragen zur xorg.conf |
|
|
Hallo Zusammen,
ich hätte da mal ein paar Fragen zur xorg.conf.
Ich habe in meinem System eine nVidia GeForce GS 8400 HDMI eingebaut und möchte TwinView verwenden.
Leider ist es aber so, dass immer nur ein Monitor geht, - und zwar immer der, der beim Booten dannhängt.
Ich habe 2 Monitore
Monitor 1: 22" LCD mit 1680 X 1050 (VGA)
Monitor 2: 40" LCD-TV mit 1920 X 1080 (HDMI)
Unter KDE kann ich nur ich aber nur 1024 X 748 einstellen.
nvidia-drivers und nvidia-settings sind installiert.
Was muss ich einstellen, damit die o.g Monitore in der entprechenden Auflösung betrieben werden können?
Meine xorg.conf
Code: | Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "wfb"
Load "record"
Load "dbe"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 75.0
VertRefresh 60.0
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.0 - 67.0
VertRefresh 59.0 - 61.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GS 8400 HDMI"
BusID "PCI:4:0:0"
Screen 0
Option "TwinView" "true"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-87.5"
Option "SecondMonitorVertRefresh" "50-160"
Option "MetaModes" "DFP-0: 1680x1050_60 +0+0, DFP-1: 1920x1080_60
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GS 8400 HDMI"
BusID "PCI:4:0:0"
Screen 1
Option "TwinView" "true"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-87.5"
Option "SecondMonitorVertRefresh" "50-160"
Option "MetaModes" "DFP-0: 1680x1050_60 +0+0, DFP-1: 1920x1080_60
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "0"
Option "metamodes" "DFP-0: 1680x1050 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
#Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
Option "metamodes" "DFP-1: 1680x1050 +0+0"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection |
|
|
Back to top |
|
|
AmonAmarth l33t
Joined: 03 Mar 2005 Posts: 727
|
Posted: Sun Oct 12, 2008 8:52 am Post subject: |
|
|
bitte inhalt von /var/log/Xorg.?.log dazu nopasten, dort stehen wohl eher hinweise warum die auflösung nicht hinhaut
mfg |
|
Back to top |
|
|
3PO Veteran
Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Sun Oct 12, 2008 8:57 am Post subject: |
|
|
AmonAmarth wrote: | bitte inhalt von /var/log/Xorg.?.log dazu nopasten, dort stehen wohl eher hinweise warum die auflösung nicht hinhaut
mfg |
Aber sicher doch...,
hatte ich total vergesen.
/var/log/Xorg.0.log
Code: | _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/vdr02:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux vdr02 2.6.25-gentoo-r8 #1 SMP PREEMPT Sat Oct 4 15:11:33 UTC 2008 i686
Build Date: 07 October 2008
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 12 10:35:53 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d95c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29a0 card 1043,81ea rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29a1 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2834 card 1043,81ec rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 1043,81ec rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 1043,81ec rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 1043,81ec rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 1043,81ec rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev f2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2810 card 1043,81ec rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2820 card 1043,81ec rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 1043,81ec rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2825 card 1043,81ec rev 02 class 01,01,85 hdr 00
(II) PCI: 02:00:0: chip 11ab,4364 card 1148,4340 rev 12 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 197b,2363 card 1043,81e4 rev 02 class 01,06,01 hdr 80
(II) PCI: 03:00:1: chip 197b,2363 card 1043,81e4 rev 02 class 01,01,85 hdr 00
(II) PCI: 04:00:0: chip 10de,0422 card 7377,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 05:00:0: chip 1131,7146 card 13c2,1019 rev 01 class 04,80,00 hdr 00
(II) PCI: 05:01:0: chip 1131,7146 card 13c2,1019 rev 01 class 04,80,00 hdr 00
(II) PCI: 05:02:0: chip 1905,8100 card 1905,8100 rev 00 class 04,80,00 hdr 00
(II) PCI: 05:03:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00
(II) PCI: 05:04:0: chip 11ab,4320 card 1043,811a rev 14 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xa9900000 - 0xa99fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:0), (0,4,4), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 4 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xc9d00000 - 0xcfdfffff (0x6100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xa9a00000 - 0xc99fffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xc9c00000 - 0xc9cfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:5), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xc9b00000 - 0xc9bfffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xcfe00000 - 0xdfefffff (0x10100000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0x88000000 - 0x880fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(4:0:0) nVidia Corporation unknown chipset (0x0422) rev 161, Mem @ 0xce000000/24, 0xb0000000/28, 0xcc000000/25, I/O @ 0xac00/7, BIOS @ 0xcfde0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[1] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[2] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[3] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[5] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[6] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[7] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[8] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[9] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[10] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[11] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[12] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[13] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[14] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[15] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[16] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[17] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[18] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[19] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[24] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[25] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[26] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[27] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[30] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[31] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[32] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[33] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[34] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[35] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[37] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[38] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[39] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[40] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[41] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[42] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[1] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[2] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[3] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[5] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[6] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[7] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[8] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[9] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[10] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[11] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[12] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[13] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[14] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[15] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[16] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[17] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[18] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[19] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[24] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[25] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[26] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[27] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[30] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[31] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[32] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[33] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[34] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[35] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[37] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[38] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[39] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[40] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[41] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[42] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[5] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[6] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[9] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[10] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[11] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[12] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[13] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[14] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[15] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[16] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[17] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[18] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[19] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[20] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[24] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[25] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[26] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[27] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[28] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[29] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[30] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[31] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[33] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[38] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[39] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[40] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[41] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[42] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[43] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[44] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[45] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[46] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[47] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[48] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 173.14.09 Thu Jun 5 00:07:40 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
compiled for 7.1.99.2, module version = 1.0.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver 173.14.09 Wed Jun 4 23:47:25 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 04:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Reloading /usr/lib/xorg/modules/extensions//libwfb.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[5] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[6] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[9] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[10] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[11] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[12] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[13] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[14] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[15] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[16] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[17] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[18] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[19] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[20] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[24] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[25] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[26] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[27] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[28] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[29] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[30] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[31] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[33] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[38] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[39] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[40] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[41] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[42] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[43] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[44] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[45] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[46] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[47] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[48] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[5] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[6] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[9] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[10] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[11] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[12] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[13] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[14] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[15] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[16] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[17] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[18] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[19] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[20] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[27] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[28] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[29] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[30] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[31] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[32] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[33] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[34] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[35] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[36] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[37] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[38] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[39] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[40] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[41] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[42] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[43] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[44] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[45] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[46] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[47] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[48] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[49] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[50] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[51] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
[52] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[53] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "30-87.5"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "50-160"
(**) NVIDIA(0): Option "MetaModes" "DFP-0: 1680x1050 +0+0"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(WW) NVIDIA(0): Cannot use option "SecondMonitorHorizSync" when TwinView is
(WW) NVIDIA(0): not enabled
(WW) NVIDIA(0): Cannot use option "SecondMonitorVertRefresh" when TwinView is
(WW) NVIDIA(0): not enabled
(WW) NVIDIA(0): Cannot use option "TwinViewOrientation" when TwinView is not
(WW) NVIDIA(0): enabled
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
(II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G86) at PCI:4:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.86.50.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8400 GS at PCI:4:0:0:
(--) NVIDIA(0): CRT-1
(--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(WW) NVIDIA(0): No valid modes for "DFP-0:1680x1050+0+0"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0): "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "TwinView" "0"
(**) NVIDIA(1): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(1): Option "SecondMonitorHorizSync" "30-87.5"
(**) NVIDIA(1): Option "SecondMonitorVertRefresh" "50-160"
(**) NVIDIA(1): Option "MetaModes" "DFP-1: 1680x1050 +0+0"
(**) NVIDIA(1): Enabling RENDER acceleration
(WW) NVIDIA(1): Cannot use option "SecondMonitorHorizSync" when TwinView is
(WW) NVIDIA(1): not enabled
(WW) NVIDIA(1): Cannot use option "SecondMonitorVertRefresh" when TwinView is
(WW) NVIDIA(1): not enabled
(WW) NVIDIA(1): Cannot use option "TwinViewOrientation" when TwinView is not
(WW) NVIDIA(1): enabled
(II) NVIDIA(1): NVIDIA GPU GeForce 8400 GS (G86) at PCI:4:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 524288 kBytes
(--) NVIDIA(1): VideoBIOS: 60.86.50.00.00
(II) NVIDIA(1): Detected PCI Express Link width: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce 8400 GS at PCI:4:0:0:
(--) NVIDIA(1): CRT-1
(--) NVIDIA(1): CRT-1: 400.0 MHz maximum pixel clock
(EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdfef4000 - 0xdfef7fff (0x4000) MX[B]
[5] -1 0 0xdfef8000 - 0xdfefbfff (0x4000) MX[B]
[6] -1 0 0xdfeff000 - 0xdfeff7ff (0x800) MX[B]
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[B]
[9] -1 0 0xdfeff800 - 0xdfeff9ff (0x200) MX[B]
[10] -1 0 0xdfeffc00 - 0xdfeffdff (0x200) MX[B]
[11] -1 0 0xc9cfe000 - 0xc9cfffff (0x2000) MX[B]
[12] -1 0 0xc9bfc000 - 0xc9bfffff (0x4000) MX[B]
[13] -1 0 0x88100000 - 0x881000ff (0x100) MX[B]
[14] -1 0 0xdffff800 - 0xdffffbff (0x400) MX[B]
[15] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[16] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[B]
[17] -1 0 0xcfde0000 - 0xcfdfffff (0x20000) MX[B](B)
[18] -1 0 0xcc000000 - 0xcdffffff (0x2000000) MX[B](B)
[19] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[20] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[24] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[25] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[26] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[27] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[28] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[29] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[30] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[31] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[33] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[38] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[39] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[40] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[41] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[42] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[43] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[44] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[45] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[46] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[47] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[48] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
(II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
(II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
(II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
(II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
(II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0): Config Options in the README.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing. |
|
|
Back to top |
|
|
AmonAmarth l33t
Joined: 03 Mar 2005 Posts: 727
|
Posted: Sun Oct 12, 2008 11:39 am Post subject: |
|
|
ich verstehe noch nicht warum du Code: | Option "TwinView" "0" | gesetzt hast, laut dem howto was du gepostet hast sollte da sowsa stehen:
Code: | Section "Device"
Identifier "Card0"
VendorName "eVGA"
BoardName "Geforce 6600GT"
Driver "nvidia"
Option "TwinView"
Option "UseDisplayDevice" "CRT-0,DFP-0"
Option "HorizSync" "CRT-0: 30-98; DFP-0: 30-81"
Option "VertRefresh" "CRT-0: 50-160; DFP-0: 56-75"
Option "MetaModes" "1600x1200,1600x1200; 1600x1200,NULL; NULL,1600x1200"
EndSection |
die log Quote: | NVIDIA(0): Option "TwinView" "0" | sagt ja auch eindeutig aus das sie was nicht setzen kann weil twinview laut xorg.conf deaktiviert ist |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|