I am trying to set up 3 Nvidia Geforce FX 5200
graphics cards on Debian 2.4.2.
The problem is that the X starts up with the
first card but with the second card the XFree86.0.log keeps on giving the
following warning:
(WW) NVIDIA(1): WAIT (1, 6, 0x8000, 0x00000000,
0x0000665c, 1)
(WW) NVIDIA(1): WAIT (2, 6, 0x8000, 0x00000000, 0x00006680, 1) (WW) NVIDIA(1): WAIT (1, 6, 0x8000, 0x00000000, 0x00006680, 1) (WW) NVIDIA(1): WAIT (2, 6, 0x8000, 0x00000000, 0x000066a4, 1) (WW) NVIDIA(1): WAIT (1, 6, 0x8000, 0x00000000, 0x000066a4, 1) (WW) NVIDIA(1): WAIT (2, 6, 0x8000, 0x00000000, 0x000066c8, 1) ....... .......
and also XFree96 takes up about 90% of the
cpu
Here is the output from lspci:
0000:00:00.0 Host bridge: Silicon Integrated
Systems [SiS] 651 Host (rev 02)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP) 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge) (rev 25) 0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91) 0000:00:06.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) 0000:00:07.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) 0000:00:08.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) 0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter Here is some of my XF86Config-4 file
contents:
Section
"Device"
Identifier "Device0" Driver "nvidia" VideoRam 8192 BusID "PCI:0:6:0" Option "NvAGP" "1" EndSection Section
"Device"
Identifier "Device1" Driver "nvidia" VideoRam 8192 BusID "PCI:0:7:0" Option "NvAGP" "1" EndSection Section
"Device"
Identifier "Device2" Driver "nvidia" VideoRam 8192 BusID "PCI:0:7:0" Option "NvAGP" "1" EndSection Section
"Monitor"
Identifier "Monitor0" HorizSync 28-50 VertRefresh 43-75 Option "DPMS" EndSection Section
"Monitor"
Identifier "Monitor1" HorizSync 28-50 VertRefresh 43-75 Option "DPMS" EndSection Section
"Monitor"
Identifier "Monitor2" HorizSync 28-50 VertRefresh 43-75 Option "DPMS" EndSection Section
"Screen"
Identifier "Screen0" #Device "Intel Corporation 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device" #Device "Silicon Integrated Systems SG86C201 (SiS)" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 #Modes "1280x768" "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" EndSubSection EndSection Section
"Screen"
Identifier "Screen1" #Device "Intel Corporation 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device" #Device "Silicon Integrated Systems SG86C201 (SiS)" Device "Device1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 #Modes "1280x768" "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" EndSubSection EndSection Section
"Screen"
Identifier "Screen2" #Device "Intel Corporation 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device" #Device "Silicon Integrated Systems SG86C201 (SiS)" Device "Device2" Monitor "Monitor2" DefaultDepth 24 SubSection "Display" Depth 24 #Modes "1280x768" "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" EndSubSection EndSection Section
"ServerLayout"
Identifier "Default Layout" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" RightOf
"Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection |