You are not logged in.

#1 2008-11-07 04:19:47

xhhux
Member
Registered: 2008-06-11
Posts: 29

[SOLVED] I can't get my second monitor to work. :'(

whatever i try it doesent work, my xorg.conf is configured for it, but it wont start.  the graphics carg is a nvidia 8800 GTS
any ideas?

-xhhux

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:13:37 PDT 2008

Section "ServerLayout"
    Identifier     "X.org Configured"
    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/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "glx"
    Load           "record"
    Load           "extmod"
    Load           "xtrap"
    Load           "dbe"
    Load           "freetype"
EndSection

Section "ServerFlags"

# Removed Option "Xinerama" "0"
    Option         "Xinerama" "1"
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"
    VendorName     "Unknown"
    ModelName      "LG L246WP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Apple CinemaDisplay"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "Unknown Board"
    BusID          "PCI:3:0:0"
EndSection

Section "Device"
    Identifier     "Card1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "Unknown Board"
    BusID          "PCI:4:0:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTS 512"
    BusID          "PCI:3:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTS 512"
    BusID          "PCI:3:0:0"
    Screen          1
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "SLI" "Auto"
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "SLI" "Auto"
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by xhhux (2008-11-07 07:06:47)

Offline

#2 2008-11-07 05:15:28

Ruckus
Member
Registered: 2007-02-17
Posts: 204

Re: [SOLVED] I can't get my second monitor to work. :'(

What is the error your getting?

cat /var/log/Xorg.0.log

Also, have you tried the Nvidia X Server settings program to generate your Xorg.conf?

Offline

#3 2008-11-07 06:44:56

xhhux
Member
Registered: 2008-06-11
Posts: 29

Re: [SOLVED] I can't get my second monitor to work. :'(

Ruckus wrote:

What is the error your getting?

cat /var/log/Xorg.0.log

Also, have you tried the Nvidia X Server settings program to generate your Xorg.conf?

it just wont sart at all. and yes i have tried nvidia's x server settings.

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-ARCH x86_64 
Current Operating System: Linux shit 2.6.27-ARCH #1 SMP PREEMPT Sun Oct 26 10:08:01 UTC 2008 x86_64
Build Date: 17 August 2008  10:36:51PM
 
    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: Fri Nov  7 10:11:31 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Device1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7c06c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,03a1 card 10de,c55e rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,03ac card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,03aa card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,03a9 card 10de,c55e rev a1 class 05,00,00 hdr 00
(II) PCI: 00:00:4: chip 10de,03ab card 10de,c55e rev a1 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,03a8 card 10de,c55e rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,03b5 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,03b4 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,03ad card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:1: chip 10de,03ae card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:2: chip 10de,03af card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:3: chip 10de,03b0 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:4: chip 10de,03b1 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:5: chip 10de,03b2 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:6: chip 10de,03b3 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,03b6 card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:1: chip 10de,03bc card 10de,c55e rev a1 class 05,00,00 hdr 00
(II) PCI: 00:02:2: chip 10de,03ba card 10de,c55e rev a1 class 05,00,00 hdr 80
(II) PCI: 00:03:0: chip 10de,03b7 card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0369 card 10de,c55e rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0360 card 10de,c55e rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0368 card 10de,c55e rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,036c card 10de,c55e rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,036d card 10de,c55e rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,036e card f0de,c55e rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,037f card 10de,c55e rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0e:1: chip 10de,037f card 10de,c55e rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0e:2: chip 10de,037f card 10de,c55e rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0f:0: chip 10de,0370 card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:0f:1: chip 10de,0371 card 0175,10de rev a2 class 04,03,00 hdr 80
(II) PCI: 00:11:0: chip 10de,0373 card 10de,c55e rev a3 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 10de,0373 card 10de,c55e rev a3 class 06,80,00 hdr 00
(II) PCI: 00:13:0: chip 10de,0376 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 01:00:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:02:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 10de,0600 card 1682,2332 rev a2 class 03,00,00 hdr 00
(II) PCI: 04:00:0: chip 10de,0600 card 1682,2332 rev a2 class 03,00,00 hdr 00
(II) PCI: 05:07:0: chip 104c,8023 card 10de,c55e rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:3:0), (0,1,4), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1    0    0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1    0    0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1    0    0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1    0    0x00008c00 - 0x00008cff (0x100) IX[b]
    [4] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [5] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [6] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
    [7] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xc6000000 - 0xcdffffff (0x8000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xa0000000 - 0xbfffffff (0x20000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:15:0), (0,5,5), BCTRL: 0x0a04 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
    [0] -1    0    0xcfe00000 - 0xcfefffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:19:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:0:0), (1,2,4), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 2 I/O range:
    [0] -1    0    0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1    0    0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1    0    0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1    0    0x00008c00 - 0x00008cff (0x100) IX[b]
    [4] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [5] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [6] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
    [7] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xc6000000 - 0xcdffffff (0x8000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xa0000000 - 0xbfffffff (0x20000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 3 I/O range:
    [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xca000000 - 0xcdffffff (0x4000000) MX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (2:2:0), (2,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
    [0] -1    0    0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1    0    0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1    0    0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1    0    0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
    [0] -1    0    0xc6000000 - 0xc9ffffff (0x4000000) MX[b]
(II) Bus 4 prefetchable memory range:
    [0] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b]
(--) PCI:*(3:0:0) nVidia Corporation unknown chipset (0x0600) rev 162, Mem @ 0xcc000000/24, 0xb0000000/28, 0xca000000/25, I/O @ 0x9c00/7
(--) PCI: (4:0:0) nVidia Corporation unknown chipset (0x0600) rev 162, Mem @ 0xc8000000/24, 0xa0000000/28, 0xc6000000/25, I/O @ 0x8c00/7
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) 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    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [1] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [2] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [3] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [4] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [5] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [6] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [7] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [8] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [9] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [10] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [11] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [12] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [13] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [14] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [15] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [16] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [17] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [18] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [19] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [20] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [21] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [25] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [27] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [28] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [29] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [30] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [31] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [32] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [33] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [34] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [35] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [36] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [37] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [38] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [39] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [40] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [41] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [42] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [43] -1    0    0x00009c00 - 0x00009c7f (0x80) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [1] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [2] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [3] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [4] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [5] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [6] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [7] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [8] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [9] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [10] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [11] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [12] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [13] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [14] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [15] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [16] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [17] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [18] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [19] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [20] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [21] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [25] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [27] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [28] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [29] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [30] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [31] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [32] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [33] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [34] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [35] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [36] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [37] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [38] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [39] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [40] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [41] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [42] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [43] -1    0    0x00009c00 - 0x00009c7f (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    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [5] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [6] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [7] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [8] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [9] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [10] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [11] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [12] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [13] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [14] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [15] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [16] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [17] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [18] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [19] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [20] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [21] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [22] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [23] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [27] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [29] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [30] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [31] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [32] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [33] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [34] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [35] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [36] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [37] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [38] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [39] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [40] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [41] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [42] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [43] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [44] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [45] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [46] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [47] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [48] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [49] -1    0    0x00009c00 - 0x00009c7f (0x80) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(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  177.80  Wed Oct  1 15:09:29 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "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.4.2, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  177.80  Wed Oct  1 14:50:00 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:4:0:0) found
(--) 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.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" 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    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [5] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [6] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [7] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [8] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [9] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [10] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [11] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [12] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [13] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [14] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [15] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [16] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [17] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [18] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [19] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [20] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [21] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [22] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [23] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [27] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [29] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [30] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [31] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [32] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [33] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [34] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [35] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [36] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [37] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [38] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [39] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [40] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [41] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [42] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [43] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [44] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [45] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [46] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [47] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [48] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [49] -1    0    0x00009c00 - 0x00009c7f (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    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [5] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [6] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [7] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [8] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [9] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [10] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [11] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [12] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [13] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [14] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [15] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [16] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [17] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [18] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [19] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [20] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [21] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [22] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [23] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [24] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [25] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [26] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [27] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [28] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [29] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [30] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [31] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [32] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [33] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [34] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [35] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [36] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [37] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [38] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [39] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [40] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [41] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [42] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [43] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [44] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [45] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [46] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [47] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [48] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [49] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [50] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [51] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [52] -1    0    0x00009c00 - 0x00009c7f (0x80) IX[b](B)
    [53] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [54] 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 "MetaModes" "DFP-0: nvidia-auto-select +0+0"
(**) NVIDIA(0): Option "SLI" "Auto"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA SLI enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS 512 (G92) at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 62.92.16.00.39
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTS 512 at
(--) NVIDIA(0):     PCI:3:0:0:
(--) NVIDIA(0):     LG L246WP (DFP-0)
(--) NVIDIA(0): LG L246WP (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): LG L246WP (DFP-0): Internal Dual Link TMDS
(II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS 512 (G92) at PCI:4:0:0 (GPU-1)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 62.92.16.00.39
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTS 512 at
(--) NVIDIA(0):     PCI:3:0:0:
(--) NVIDIA(0):     LG L246WP (DFP-0)
(--) NVIDIA(0): LG L246WP (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): LG L246WP (DFP-0): Internal Dual Link TMDS
(II) NVIDIA(0): Display Device found referenced in MetaMode: DFP-0
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (28.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "720x576" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "720x576".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x720" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1280x720".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-83.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (28.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "720x576" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "720x576".
(WW) NVIDIA(0): The EDID for LG L246WP (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x720" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1280x720".
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "DFP-0:nvidia-auto-select+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(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    0xcfef8000 - 0xcfefbfff (0x4000) MX[b]
    [5] -1    0    0xcfeff000 - 0xcfeff7ff (0x800) MX[b]
    [6] -1    0    0xcfff5000 - 0xcfff500f (0x10) MX[b]
    [7] -1    0    0xcfff6000 - 0xcfff60ff (0x100) MX[b]
    [8] -1    0    0xcfff7000 - 0xcfff7fff (0x1000) MX[b]
    [9] -1    0    0xcfff8000 - 0xcfff800f (0x10) MX[b]
    [10] -1    0    0xcfff9000 - 0xcfff90ff (0x100) MX[b]
    [11] -1    0    0xcfffa000 - 0xcfffafff (0x1000) MX[b]
    [12] -1    0    0xcfff0000 - 0xcfff3fff (0x4000) MX[b]
    [13] -1    0    0xcfffb000 - 0xcfffbfff (0x1000) MX[b]
    [14] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [15] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [16] -1    0    0xcfffe000 - 0xcfffe0ff (0x100) MX[b]
    [17] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [18] -1    0    0xc6000000 - 0xc7ffffff (0x2000000) MX[b](B)
    [19] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b](B)
    [20] -1    0    0xc8000000 - 0xc8ffffff (0x1000000) MX[b](B)
    [21] -1    0    0xca000000 - 0xcbffffff (0x2000000) MX[b](B)
    [22] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [23] -1    0    0xcc000000 - 0xccffffff (0x1000000) MX[b](B)
    [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1    0    0x0000a800 - 0x0000a807 (0x8) IX[b]
    [27] -1    0    0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
    [29] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[b]
    [30] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[b]
    [31] -1    0    0x0000bc00 - 0x0000bc03 (0x4) IX[b]
    [32] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
    [33] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
    [34] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
    [35] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
    [36] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
    [37] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
    [38] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
    [39] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [40] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [41] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [42] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [43] -1    0    0x0000ec00 - 0x0000ec0f (0x10) IX[b]
    [44] -1    0    0x0000f000 - 0x0000f03f (0x40) IX[b]
    [45] -1    0    0x0000f400 - 0x0000f43f (0x40) IX[b]
    [46] -1    0    0x0000f800 - 0x0000f83f (0x40) IX[b]
    [47] -1    0    0x0000fc00 - 0x0000fc7f (0x80) IX[b]
    [48] -1    0    0x00008c00 - 0x00008c7f (0x80) IX[b](B)
    [49] -1    0    0x00009c00 - 0x00009c7f (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 "DFP-0:nvidia-auto-select+0+0"
(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: always reports core events
(**) 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: always reports core events
(**) 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) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded

Offline

#4 2008-11-07 06:51:30

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED] I can't get my second monitor to work. :'(

You have four device sections. How many video cards do you have?

By the way, this is a working xorg.conf file for two 1920x1200 monitors connected to one nVidia 8800 GT using xorg-server 1.5:

# nvidia-settings:  version 1.0  (buildmeister@builder26)  Fri Jan 11 14:27:25 PST 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GT"
    Option         "DPI"    "96 x 96"
    Option       "UseEdidDpi" "false"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by skottish (2008-11-07 06:55:02)

Offline

#5 2008-11-07 07:06:19

xhhux
Member
Registered: 2008-06-11
Posts: 29

Re: [SOLVED] I can't get my second monitor to work. :'(

It works now, thanks for all your help big_smile

Offline

Board footer

Powered by FluxBB