LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk
User Name
Password
Zenwalk This forum is for the discussion of Zenwalk Linux.

Notices


Reply
  Search this Thread
Old 01-04-2007, 12:02 PM   #1
Extreme Tomato
LQ Newbie
 
Registered: Feb 2006
Distribution: Zenwalk 4
Posts: 9

Rep: Reputation: 0
Xorg 7.1 triple monitor issues


I currently have two graphics cards: an AGP 6600GT and a PCI 6200. The 'nv' drivers can run two monitors from these easily, one on each card.

Through a process of elimination (disabling screens in xorg.conf and such) I have determined that if screens exist on my 6600GT then my 6200 card is not initialised (the screen is deleted by X and the drivers never even POST the card), yet if I remove any screens from my 6600GT the 6200 then works and I get errors regarding the lack of a device section matching my 6600GT's BusID.

I understand this error is not exactly rare, however, I can prove that my BusIDs are correct merely by disabling screens:

Quote:
(WW) NVIDIA: No matching Device section for instance (BusID PCI:x:x:x) found
Where x:x:x is the BusID of either my 6600GT (PCI:1:0:0 according to nvidia-settings) or my 6200 (PCI:0:11:0).

My question is this: is there a way to run multiple heads from a single card using the 'nv' drivers and, more importantly, how can I configure the nvidia drivers to work across cards?

I'm not using twinview or Xinerama and have kernel 2.6.18.6 on Zenwalk 4 with Xorg 7.1. The two screens driven from my 6600GT are identical and have a resolution of 1280x1024, my third screen is connected to the 6200 and has a resolution of 1024x768. The AGP card is primary in the BIOS.

Ideally I would like to drive all thee screens using Xinerama because of the resolution difference with the 15" monitor on the 6200. I have seen reports that this is a bug in Xorg's parsing of its config file, which would only add to the myriad of bugs I have already had to traverse merely to get two cards in my machine

Some more info:
My current 'ideal' xorg.conf which causes all of my monitors to show the 'no signal' OSD. Hitting control-alt-backspace or control-C doesn't close X and no other VTs are accessible. Numlock works though
Code:
Section "ServerLayout"
    Identifier     "Default"
    Screen      0  "Right" 0 149
    Screen      1  "Centre" 1024 0
    Screen	2  "Left" 2304 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

#Section "Extensions"
#    Option         "Composite" "Enable"
#EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
    FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/misc/"
    FontPath        "/usr/lib/X11/fonts/Type1/"
    FontPath        "/usr/lib/X11/fonts/100dpi/"
    FontPath        "/usr/lib/X11/fonts/75dpi/"
    FontPath        "/usr/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/lib/X11/fonts/TTF/"
EndSection

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

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

######################################################################
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "FP91GX"
    VendorName     "BenQ"
    ModelName      "BenQ FP91GX"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "FP91GP"
    VendorName     "BenQ"
    ModelName      "BenQ FP91G+"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Flatron"
    VendorName     "LG"
    ModelName      "LG FLATRON L1510P"
    HorizSync       30.0 - 63.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

######################################################################
Section "Device"
    Identifier     "6600GT-0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    BusID          "PCI:1:0:0"
    Option      "ConnectedMonitor" "DFP,DFP"
    Screen      2   
    Option "RenderAccel" "On"
    Option "NvAgp" "3" 
    Option "IgnoreDisplayDevices" "CRT, TV"
    Option "ConnectedMonitor" "DFP"
    #Option "NoLogo" "On"
EndSection

Section "Device"
    Identifier     "6600GT-1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    BusID          "PCI:1:0:0"
    Option      "ConnectedMonitor" "DFP,DFP"
    Screen      1   
    Option "RenderAccel" "On"
    Option "NvAgp" "3" 
    Option "IgnoreDisplayDevices" "CRT, TV"
    Option "ConnectedMonitor" "DFP"
    #Option "NoLogo" "On"
EndSection

Section "Device"
    Identifier     "6200-0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200"
    BusID          "PCI:0:11:0"
    Option      "ConnectedMonitor" "DFP"
    Screen      0   
    Option "RenderAccel" "On"
    Option "NvAgp" "3" 
    Option "IgnoreDisplayDevices" "CRT, TV"
    Option "ConnectedMonitor" "DFP"
    #Option "NoLogo" "On"
EndSection
######################################################################
Section "Screen"
    Identifier     "Left"
    Device         "6600GT-0"
    Monitor        "FP91GX"
    DefaultDepth    24
    Option         "metamodes" "1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Centre"
    Device         "6600GT-1"
    Monitor        "FP91GP"
    DefaultDepth    24
    Option         "metamodes" "1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Right"
    Device         "6200-0"
    Monitor        "Flatron"
    DefaultDepth    24
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Last edited by Extreme Tomato; 01-04-2007 at 07:34 PM.
 
Old 01-04-2007, 07:39 PM   #2
Extreme Tomato
LQ Newbie
 
Registered: Feb 2006
Distribution: Zenwalk 4
Posts: 9

Original Poster
Rep: Reputation: 0
More info:

The last Xorg.0.log, generated from running the above xorg.conf:
Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/black:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18.1 i686 
Current Operating System: Linux black 2.6.18.6 #1 SMP PREEMPT Wed Dec 20 16:47:04 CET 2006 i686
Build Date: 12 November 2006
    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 Jan  5 00:53:02 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default"
(**) |-->Screen "Right" (0)
(**) |   |-->Monitor "Flatron"
(**) |   |-->Device "6200-0"
(**) |-->Screen "Centre" (1)
(**) |   |-->Monitor "FP91GP"
(**) |   |-->Device "6600GT-1"
(**) |-->Screen "Left" (2)
(**) |   |-->Monitor "FP91GX"
(**) |   |-->Device "6600GT-0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) FontPath set to:
    /usr/lib/X11/fonts/misc/:unscaled,
    /usr/lib/X11/fonts/100dpi/:unscaled,
    /usr/lib/X11/fonts/75dpi/:unscaled,
    /usr/lib/X11/fonts/misc/,
    /usr/lib/X11/fonts/Type1/,
    /usr/lib/X11/fonts/100dpi/,
    /usr/lib/X11/fonts/75dpi/,
    /usr/lib/X11/fonts/cyrillic/,
    /usr/lib/X11/fonts/TTF/
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/X11/modules"
(**) Option "Xinerama" "1"
(**) Xinerama: enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/X11/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/X11/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0746 card 1849,0746 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0963 card 0000,0000 rev 25 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1849,5513 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7002 card 1849,7001 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 1849,8201 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1022,2003 card 1022,2003 rev 04 class 0d,10,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0221 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:0d:1: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:0d:2: chip 1106,3104 card 0925,1234 rev 51 class 0c,03,20 hdr 80
(II) PCI: 00:0e:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,00f1 card 1682,2119 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xc7d00000 - 0xcbefffff (0x4200000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0x87a00000 - 0xa7bfffff (0x20200000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:11:0) nVidia Corporation GeForce 6200 rev 161, Mem @ 0xce000000/24, 0xb0000000/28, 0xcd000000/24, BIOS @ 0xcffc0000/17
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xca000000/24, 0x90000000/28, 0xc9000000/24, BIOS @ 0xcbee0000/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) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [1] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [2] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [3] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [4] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [5] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [6] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [7] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [8] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [9] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [10] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [11] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [12] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [13] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [16] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [17] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [18] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [19] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [20] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [1] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [2] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [3] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [4] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [5] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [6] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [7] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [8] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [9] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [10] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [11] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [12] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [13] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [16] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [17] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [18] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [19] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [20] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[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    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [5] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [6] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [7] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [8] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [9] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [12] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [14] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [15] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [16] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [17] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [22] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [23] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [24] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [25] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [26] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[b]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, 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: "type1"
(II) Loading /usr/lib/X11/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, 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/X11/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, 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: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/X11/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/X11/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/X11/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-8774  Tue Aug  1 20:55:35 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:1:0:0) found
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/X11/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
(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    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [5] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [6] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [7] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [8] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [9] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [12] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [14] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [15] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [16] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [17] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [22] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [23] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [24] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [25] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [26] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[b]
(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    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [5] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [6] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [7] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [8] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [9] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [12] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [14] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [15] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [16] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [17] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [22] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [23] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [24] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [25] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [26] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[b]
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(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    0xcfffbf00 - 0xcfffbfff (0x100) MX[b]
    [5] -1    0    0xcffe0000 - 0xcffeffff (0x10000) MX[b]
    [6] -1    0    0xcfffc000 - 0xcfffcfff (0x1000) MX[b]
    [7] -1    0    0xcffff000 - 0xcfffffff (0x1000) MX[b]
    [8] -1    0    0xcfffe000 - 0xcfffefff (0x1000) MX[b]
    [9] -1    0    0xcfffd000 - 0xcfffdfff (0x1000) MX[b]
    [10] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [11] -1    0    0xcbee0000 - 0xcbefffff (0x20000) MX[b](B)
    [12] -1    0    0xc9000000 - 0xc9ffffff (0x1000000) MX[b](B)
    [13] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b](B)
    [14] -1    0    0xca000000 - 0xcaffffff (0x1000000) MX[b](B)
    [15] -1    0    0xcffc0000 - 0xcffdffff (0x20000) MX[b](B)
    [16] -1    0    0xcd000000 - 0xcdffffff (0x1000000) MX[b](B)
    [17] -1    0    0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [19] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [20] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [21] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [22] 1    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [23] 1    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [24] 1    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [25] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [26] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [27] -1    0    0x0000d000 - 0x0000d03f (0x40) IX[b]
    [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [29] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[b]
    [30] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [31] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [32] -1    0    0x00000c00 - 0x00000c1f (0x20) IX[b]
    [33] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    [35] 1    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 1    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 "NvAGP" "3"
(**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
(**) NVIDIA(0): Option "RenderAccel" "On"
(**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
(**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT, TV"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): ConnectedMonitor string: "DFP"
 
Old 01-04-2007, 07:43 PM   #3
Extreme Tomato
LQ Newbie
 
Registered: Feb 2006
Distribution: Zenwalk 4
Posts: 9

Original Poster
Rep: Reputation: 0
Last but not least is the nvidia-bug-report, er, report:

Code:
Start of NVIDIA bug report log file.  Please send this report,
along with a description of your bug, to linux-bugs@nvidia.com.

nvidia-bug-report.sh Version: 1487052

Date: Fri Jan  5 01:16:58 GMT 2007
uname: Linux black 2.6.18.6 #1 SMP PREEMPT Wed Dec 20 16:47:04 CET 2006 i686 athlon-4 i386 GNU/Linux

____________________________________________

/proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86 Kernel Module  1.0-8774  Tue Aug  1 20:54:08 PDT 2006
GCC version:  gcc version 3.4.6

____________________________________________

/proc/driver/nvidia/cards/0
Model:          GeForce 6200
IRQ:            20
Video BIOS:      ??.??.??.??.??
Card Type:      PCI
DMA Size:      32 bits
DMA Mask:      0xffffffff

____________________________________________

/proc/driver/nvidia/cards/1
Model:          GeForce 6600 GT
IRQ:            21
Video BIOS:      ??.??.??.??.??
Card Type:      AGP
DMA Size:      32 bits
DMA Mask:      0xffffffff

____________________________________________

/proc/driver/nvidia/agp/card
Fast Writes:      Supported
SBA:          Supported
AGP Rates:      8x 4x 
Registers:      0xff000e1b:0x00000000

____________________________________________

/proc/driver/nvidia/agp/host-bridge
Host Bridge:      PCI device 1039:0746
Fast Writes:      Supported
SBA:          Supported
AGP Rates:      8x 4x 
Registers:      0x1f004e1b:0x00000000

____________________________________________

/proc/driver/nvidia/agp/status
Status:      Disabled


____________________________________________

/proc/driver/nvidia/warnings/README
The NVIDIA graphics driver tries to detect potential problems
with the host system and warns about them using the system's
logging mechanisms. Important warning message are also logged
to dedicated text files in this directory.

____________________________________________

/proc/driver/nvidia/registry
VideoMemoryTypeOverride: 1
EnableVia4x: 0
EnableALiAGP: 0
NvAGP: 3
ReqAGPRate: 15
EnableAGPSBA: 0
EnableAGPFW: 0
SoftEDIDs: 1
Mobile: 4294967295
ResmanDebugLevel: 4294967295
FlatPanelMode: 0
DevicesConnected: 0
VideoEnhancement: 0
RmLogonRC: 1
VbiosFromROM: 0
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
RemapLimit: 0
UseCPA: 4294967295
DetectPrimaryVga: 1
SaveVBios: 0
EnableBrightnessControl: 0
PanelPWMFrequency: 1018
PanelBrightnessLimits: 65280

____________________________________________

/proc/cmdline
BOOT_IMAGE=Zenwalk ro root=301 resume2=swap:/dev/hda2 splash=silent

____________________________________________

/proc/cpuinfo
processor    : 0
vendor_id    : AuthenticAMD
cpu family    : 6
model        : 8
model name    : AMD Athlon(tm) XP 2200+
stepping    : 1
cpu MHz        : 1799.961
cache size    : 256 KB
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 1
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up ts
bogomips    : 3600.78


____________________________________________

/proc/interrupts
           CPU0       
  0:     167978    IO-APIC-edge  timer
  1:       1162    IO-APIC-edge  i8042
  6:          3    IO-APIC-edge  floppy
  7:          0    IO-APIC-edge  parport0
  9:          0   IO-APIC-level  acpi
 14:       2466    IO-APIC-edge  ide0
 15:         35    IO-APIC-edge  ide1
 16:         20   IO-APIC-level  ohci_hcd:usb1
 17:         97   IO-APIC-level  ohci_hcd:usb2
 18:          0   IO-APIC-level  uhci_hcd:usb3
 19:          0   IO-APIC-level  uhci_hcd:usb4, Ensoniq AudioPCI
 20:          4   IO-APIC-level  ehci_hcd:usb6, eth0
 22:        499   IO-APIC-level  ehci_hcd:usb5
NMI:          0 
LOC:     167862 
ERR:          0
MIS:          0

____________________________________________

/proc/meminfo
MemTotal:      1035280 kB
MemFree:        950356 kB
Buffers:          4060 kB
Cached:          57352 kB
SwapCached:          0 kB
Active:          24932 kB
Inactive:        40440 kB
HighTotal:      131008 kB
HighFree:        63104 kB
LowTotal:       904272 kB
LowFree:        887252 kB
SwapTotal:     1502068 kB
SwapFree:      1502068 kB
Dirty:              32 kB
Writeback:           0 kB
AnonPages:        3980 kB
Mapped:           2668 kB
Slab:             8056 kB
PageTables:        244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2019708 kB
Committed_AS:    10988 kB
VmallocTotal:   114680 kB
VmallocUsed:     12588 kB
VmallocChunk:    99288 kB

____________________________________________

/proc/modules
snd_seq_oss 19328 0 - Live 0xf900d000
snd_seq_midi_event 3584 1 snd_seq_oss, Live 0xf8e7c000
snd_seq 28880 4 snd_seq_oss,snd_seq_midi_event, Live 0xf904e000
snd_pcm_oss 28192 0 - Live 0xf9046000
snd_mixer_oss 10240 1 snd_pcm_oss, Live 0xf8fff000
vfat 6912 1 - Live 0xf8e47000
fat 30236 1 vfat, Live 0xf903d000
sg 18588 0 - Live 0xf8e4c000
nls_iso8859_1 3584 2 - Live 0xf8e4a000
ntfs 162196 1 - Live 0xf9014000
video 10372 0 - Live 0xf8e3f000
thermal 7944 0 - Live 0xf8e44000
processor 16720 1 thermal, Live 0xf8e29000
fuse 24980 0 - Live 0xf8e60000
fan 2436 0 - Live 0xf8e22000
button 3472 0 - Live 0xf8861000
battery 6020 0 - Live 0xf8e18000
ac 2436 0 - Live 0xf884e000
tsdev 3904 0 - Live 0xf8827000
joydev 5824 0 - Live 0xf8859000
usb_storage 50112 1 - Live 0xf8e52000
snd_ens1371 12192 0 - Live 0xf8e14000
gameport 6152 1 snd_ens1371, Live 0xf8e1f000
snd_rawmidi 11296 1 snd_ens1371, Live 0xf8e1b000
snd_seq_device 3724 3 snd_seq_oss,snd_seq,snd_rawmidi, Live 0xf8875000
snd_ac97_codec 60960 1 snd_ens1371, Live 0xf8e2f000
snd_ac97_bus 1664 1 snd_ac97_codec, Live 0xf8e12000
snd_pcm 41860 3 snd_pcm_oss,snd_ens1371,snd_ac97_codec, Live 0xf8869000
snd_timer 12036 2 snd_seq,snd_pcm, Live 0xf8846000
snd 25316 10 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer, Live 0xf8877000
soundcore 4192 1 snd, Live 0xf8866000
snd_page_alloc 4744 1 snd_pcm, Live 0xf8863000
nvidia 4218452 0 - Live 0xf9301000
sis_agp 3460 1 - Live 0xf884a000
sis900 12416 0 - Live 0xf8854000
mii 3200 1 sis900, Live 0xf8825000
i2c_core 9600 1 nvidia, Live 0xf8850000
ehci_hcd 19080 0 - Live 0xf882e000
uhci_hcd 13708 0 - Live 0xf883f000
ohci_hcd 12676 0 - Live 0xf883a000
agpgart 16332 2 nvidia,sis_agp, Live 0xf8835000
evdev 5504 0 - Live 0xf8829000

____________________________________________

/proc/version
Linux version 2.6.18.6 (root@hal) (gcc version 3.4.6) #1 SMP PREEMPT Wed Dec 20 16:47:04 CET 2006

____________________________________________

/proc/pci does not exist

____________________________________________

/proc/iomem
00000000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000f0000-000fffff : System ROM
00100000-3ffeffff : System RAM
  00100000-003a57a1 : Kernel code
  003a57a2-00461203 : Kernel data
3fff0000-3fff7fff : ACPI Tables
3fff8000-3fffffff : ACPI Non-volatile Storage
50000000-5001ffff : 0000:00:04.0
87a00000-a7bfffff : PCI Bus #01
  90000000-9fffffff : 0000:01:00.0
    90000000-97ffffff : vesafb
b0000000-bfffffff : 0000:00:0b.0
c7d00000-cbefffff : PCI Bus #01
  c9000000-c9ffffff : 0000:01:00.0
  ca000000-caffffff : 0000:01:00.0
    ca000000-caffffff : nvidia
  cbee0000-cbefffff : 0000:01:00.0
cd000000-cdffffff : 0000:00:0b.0
ce000000-ceffffff : 0000:00:0b.0
  ce000000-ceffffff : nvidia
cffc0000-cffdffff : 0000:00:0b.0
cffe0000-cffeffff : 0000:00:0a.0
cfffbf00-cfffbfff : 0000:00:0d.2
  cfffbf00-cfffbfff : ehci_hcd
cfffc000-cfffcfff : 0000:00:04.0
  cfffc000-cfffcfff : sis900
cfffd000-cfffdfff : 0000:00:03.0
  cfffd000-cfffdfff : ohci_hcd
cfffe000-cfffefff : 0000:00:03.1
  cfffe000-cfffefff : ohci_hcd
cffff000-cfffffff : 0000:00:03.2
  cffff000-cfffffff : ehci_hcd
d0000000-d7ffffff : 0000:00:00.0
fec00000-fec00fff : reserved
fee00000-fee00fff : reserved
ffee0000-ffefffff : reserved
fffc0000-ffffffff : reserved

____________________________________________

/proc/mtrr
reg00: base=0x00000000 (   0MB), size=1024MB: write-back, count=1
reg07: base=0xd0000000 (3328MB), size= 128MB: write-combining, count=1

____________________________________________

/etc/issue

Welcome to \s \r (\l)


____________________________________________

/var/log/nvidia-installer.log
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Jan  4 16:40:19 2007

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)
<removed for enforced brevity>

____________________________________________

/var/log/XFree86.0.log does not exist

____________________________________________

/var/log/Xorg.0.log

<see above>
____________________________________________

/etc/X11/xorg.conf
<see above>


____________________________________________

ldd /usr/bin/glxinfo

    linux-gate.so.1 =>  (0xffffe000)
    libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7e89000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0xb7e03000)
    libm.so.6 => /lib/libm.so.6 (0xb7de0000)
    libc.so.6 => /lib/libc.so.6 (0xb7cb1000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb7bbf000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7af1000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7ae8000)
    libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb7324000)
    libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb7322000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb7314000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7310000)
    /lib/ld-linux.so.2 (0xb7f0b000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb730d000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7308000)

____________________________________________

Skipping dmidecode output (dmidecode not found)
____________________________________________

Scanning kernel log files for NVRM messages:

  /var/log/messages:

____________________________________________

dmesg:

<removed>

VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 204k freed
Linux agpgart interface v0.101 (c) Dave Jones
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 16
ohci_hcd 0000:00:03.0: OHCI Host Controller
ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:03.0: irq 16, io mem 0xcfffd000
USB Universal Host Controller Interface driver v3.0
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
sis900.c: v1.08.10 Apr. 2 2006
ACPI: PCI Interrupt 0000:00:03.1[b] -> GSI 21 (level, low) -> IRQ 17
ohci_hcd 0000:00:03.1: OHCI Host Controller
ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:03.1: irq 17, io mem 0xcfffe000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 17 (level, low) -> IRQ 18
PCI: VIA IRQ fixup for 0000:00:0d.0, from 5 to 2
uhci_hcd 0000:00:0d.0: UHCI Host Controller
uhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:0d.0: irq 18, io base 0x0000d400
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-2: new full speed USB device using ohci_hcd and address 2
ACPI: PCI Interrupt 0000:00:0d.1[b] -> GSI 18 (level, low) -> IRQ 19
PCI: VIA IRQ fixup for 0000:00:0d.1, from 12 to 3
uhci_hcd 0000:00:0d.1: UHCI Host Controller
uhci_hcd 0000:00:0d.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:0d.1: irq 19, io base 0x0000d800
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-2: configuration #1 chosen from 1 choice
ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 20
0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
0000:00:04.0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xdc00, IRQ 20, 00:0c:6e:04:7f:b3.
agpgart: Detected SiS 746 chipset
agpgart: AGP aperture is 128M @ 0xd0000000
PCI: Enabling device 0000:00:0b.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 19 (level, low) -> IRQ 20
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 21
NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8774  Tue Aug  1 20:54:08 PDT 2006

<removed>
____________________________________________
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.6
____________________________________________
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.6
____________________________________________
xset -q:
____________________________________________
nvidia-settings -q all:
____________________________________________

End of NVIDIA bug report log file.
 
Old 12-18-2007, 10:45 AM   #4
ccav
LQ Newbie
 
Registered: Dec 2007
Posts: 2

Rep: Reputation: 0
Screen in device config doesn't mean screen... Bad naming!

I made this same mistake, took me a couple of days to figure it out... This post is for the rest of the world making the same mistake...

Quote:
Originally Posted by Extreme Tomato View Post


Section "Device"
Identifier "6600GT-0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600 GT"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP,DFP"
Screen 2
Option "RenderAccel" "On"
Option "NvAgp" "3"
Option "IgnoreDisplayDevices" "CRT, TV"
Option "ConnectedMonitor" "DFP"
#Option "NoLogo" "On"
EndSection

Section "Device"
Identifier "6600GT-1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600 GT"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP,DFP"
Screen 1
Option "RenderAccel" "On"
Option "NvAgp" "3"
Option "IgnoreDisplayDevices" "CRT, TV"
Option "ConnectedMonitor" "DFP"
#Option "NoLogo" "On"
EndSection

Section "Device"
Identifier "6200-0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
BusID "PCI:0:11:0"
Option "ConnectedMonitor" "DFP"
Screen 0
Option "RenderAccel" "On"
Option "NvAgp" "3"
Option "IgnoreDisplayDevices" "CRT, TV"
Option "ConnectedMonitor" "DFP"
#Option "NoLogo" "On"
EndSection
End of NVIDIA bug report log file.
[/code]
The problem is the "Screen" option in the device sections. This option refers to the physical output head on the card, not the screen sections in the config file. Your 6200-0 has a single head so needs no "Screen" option, remove it. The 6600 GT has dual heads so the first one use Screen 0 and the second one use Screen 1.
 
Old 12-20-2007, 09:47 AM   #5
Extreme Tomato
LQ Newbie
 
Registered: Feb 2006
Distribution: Zenwalk 4
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks for the reply, though this issue has been sorted for a while now (I solved it by changing NvAGP to 1 in the 6200 card). I'll bear the screen thing in mind though :-)
 
  


Reply

Tags
configuration, dual, xorg



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dual/triple monitor help Paintball_Star7 Linux - Desktop 4 12-30-2006 11:10 AM
triple monitor display in windows and linux dot_txt Linux - Hardware 2 11-05-2004 11:57 AM
Newbie - Triple monitor newlyded1 Linux - Newbie 13 08-01-2004 04:54 AM
issues in triple boot iainvt Linux - Software 3 05-10-2004 11:53 AM
Help with Triple Monitor Setup jduck Linux - Hardware 5 10-11-2003 10:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk

All times are GMT -5. The time now is 02:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration