Problems with 2.6.20 and SLI
Hi Everyone,
I have some problems after upgrading from kernel 2.6.18 to 2.6.20. After the upgrade my SLI Cards donīt work in SLI mode.
Here the output of my /var/log/xorg.log
--snip--
(WW) NVIDIA(0): DamageEvents are not currently compatible with SLI. Disabling
(WW) NVIDIA(0): DamageEvents.
(EE) NVIDIA(0): Failed to find a valid SLI configuration!
(EE) NVIDIA(0): Invalid SLI configuration 1 of 1:
(EE) NVIDIA(0): GPUs:
(EE) NVIDIA(0): 1) NVIDIA GPU at PCI:2:0:0
(EE) NVIDIA(0): 2) NVIDIA GPU at PCI:7:0:0
(EE) NVIDIA(0): Errors:
(EE) NVIDIA(0): - GPU video memory sizes do not match
(WW) NVIDIA(0): Failed to find a valid SLI configuration for the NVIDIA
(WW) NVIDIA(0): graphics device PCI:2:0:0. Only one GPU will be used for
(WW) NVIDIA(0): this X screen. Please see Appendix W: SLI and MultiGPU
--snap--
The error is very funny, because both cards are exact the same.
lspci:
02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
07:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
I use the latest nvidia driver 9749. And as I told before, with the 2.6.18 everything is working fine. But I need to use the 2.6.20 kernel, because I need the new ALSA version included in 2.6.20.
Any Ideas?
Geetings
Robert
P.S. What are "Damage Events?"
P.P.S. Hereīs my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (root@hepto) Sa 18. Nov 16:50:34 CET 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/mouse"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "False"
Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "1"
Option "RandRRotation" "1"
Option "AddARGBGLXVisuals" "1"
Option "DisableGLXRootClipping" "1"
Option "TripleBuffer" "1"
Option "UseEDID" "1"
Option "UseEdidFreqs" "1"
Option "DynamicTwinView" "0"
Option "IgnoreDisplayDevices" "TV"
Option "Coolbits" "1"
Option "SLI" "on"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
# Option "Composite" "1"
Option "RENDER" "1"
EndSection
|