I’m trying to get dual monitors going on Debian Lenny (2.6.26-2-amd64). The system is a Dell Precision T5500 with a Quadro NVS 295 dual-head graphics card from Nvidia. The two monitors in question are a ViewSonic VX922 (1280x1024) and a Dell P2210 (1680x1050).
Section “ServerLayout”Identifier “Layout0”Screen 0 “Screen0”Screen 1 “Screen1” RightOf “Screen0”InputDevice “Keyboard0” “CoreKeyboard”InputDevice “Mouse0” “CorePointer”EndSectionSection “Module”Load “dbe”Load “extmod”#Load “type1”Load “freetype”Load “glx”EndSectionSection “InputDevice”Identifier “Keyboard0”Driver “kbd”Option “XkbRules” “xorg”Option “XkbModel” “pc104”Option “XkbLayout” “us”EndSectionSection “InputDevice”Identifier “Mouse0”Driver “mouse”EndSectionSection “Monitor”Identifier “Monitor0”VendorName “ViewSonic”ModelName “VX922”HorizSync 30.0 – 110.0VertRefresh 50.0 – 150.0Option “DPMS”EndSectionSection “Monitor”Identifier “Monitor1”VendorName “Dell”ModelName “P2210”HorizSync 30.0 – 110.0VertRefresh 50.0 – 150.0Option “DPMS”EndSectionSection “Device”Identifier “Device0”Driver “nv”VendorName “NVIDIA Corporation”BusID “PCI:1:0:0”Option “ConnectedMonitor” “CRT-1, DFP”EndSectionSection “Device”Identifier “Device1”Driver “nv”VendorName “NVIDIA Corporation”BusID “PCI:4:0:0”EndSectionSection “Screen”Identifier “Screen0”Device “Device0”Monitor “Monitor0”DefaultDepth 24#Option “TwinView” “True”Option “HorizSync” “CRT-1: 40-70; DFP-0: 40-70”Option “VertRefresh” “CRT-1: 60; DFP-0: 60”Option “MetaModes” “CRT-1: 1280x1024, DFP-0: 1280x1024”#Option “TwinViewOrientation” “RightOf”SubSection “Display”Depth 24EndSubSectionEndSectionSection “Screen”Identifier “Screen1”Device “Device1”Monitor “Monitor1”DefaultDepth 24Option “MetaModes” “1680x1050, 1680x1050”SubSection “Display”Depth 24EndSubSectionEndSection
Section “ServerLayout”Identifier “X.org Configured”Screen 0 “Screen0” 0 0InputDevice “Mouse0” “CorePointer”InputDevice “Keyboard0” “CoreKeyboard”EndSectionSection “Files”RgbPath “/etc/X11/rgb”ModulePath “/usr/lib/xorg/modules”FontPath “/usr/share/fonts/X11/misc”FontPath “/usr/share/fonts/X11/cyrillic”FontPath “/usr/share/fonts/X11/100dpi/:unscaled”FontPath “/usr/share/fonts/X11/75dpi/:unscaled”FontPath “/usr/share/fonts/X11/Type1”FontPath “/usr/share/fonts/X11/100dpi”FontPath “/usr/share/fonts/X11/75dpi”FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”EndSectionSection “Module”Load “dri”Load “xtrap”Load “extmod”Load “record”Load “dbe”Load “glx”EndSectionSection “InputDevice”Identifier “Keyboard0”Driver “kbd”EndSectionSection “InputDevice”Identifier “Mouse0”Driver “mouse”Option “Protocol” “auto”Option “Device” “/dev/input/mice”Option “ZAxisMapping” “4 5 6 7”EndSectionSection “Monitor”Identifier “Monitor0”VendorName “Monitor Vendor”ModelName “Monitor Model”EndSectionSection “Device”Identifier “Card0”Driver “nvidia”VendorName “nVidia Corporation”BoardName “Unknown Board”BusID “PCI:3:0:0”EndSectionSection “Screen”Identifier “Screen0”Device “Card0”Monitor “Monitor0”SubSection “Display”Viewport 0 0Depth 1EndSubSectionSubSection “Display”Viewport 0 0Depth 4EndSubSectionSubSection “Display”Viewport 0 0Depth 8EndSubSectionSubSection “Display”Viewport 0 0Depth 15EndSubSectionSubSection “Display”Viewport 0 0Depth 16EndSubSectionSubSection “Display”Viewport 0 0Depth 24EndSubSectionEndSection
(==) 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): Enabling RENDER acceleration(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is(II) NVIDIA(0): enabled.(EE) NVIDIA(0): The NVIDIA kernel module does not appear to be receiving(EE) NVIDIA(0): interrupts generated by the NVIDIA graphics device(EE) NVIDIA(0): PCI:3:0:0. Please see Chapter 8: Common Problems in the(EE) NVIDIA(0): README for additional information.(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!(II) UnloadModule: “nvidia”(II) UnloadModule: “wfb”(II) UnloadModule: “fb”(EE) Screen(s) found, but none have a usable configuration.Fatal server error:no screens found
Hints:
In the first configuration you are using the “nv” driver which is the free driver, not the proprietary NVidia driver.
In the first config, you have two separate devices listed, which is probably wrong.
Do you have the correct nvidia package installed for your video card?