PDA

View Full Version : latest xorg-x11-drv-nvidia, Strange behavior -- OpenGL gamers beware.


shess01
2008-02-23, 04:34 AM CST
A couple of days ago (2-21) I ran yumex, looked over the updates and noticed the new xorg...-nvidia drivers were available. Thinking WTH, i hit add all, process queue.

Now i seem to be having some new issues with video.
First noticed with trying to let off a little weekly steam with ETQW last night. The game crashes about a minute into the level, which drops back to the desktop, centers the mouse cursor on the screen and becomes unresponsive. The game behavior is completely normal up until the crash point. Looking over at GKrell, the GPU temp is 160+ degrees!

Now normally the game _will_ run hotter but sitting here idling, the GPU is at 143 degrees, which is NOT normal ( 120-130 range ). Even running glxgears will run it up to 168 degrees!

Here is the tail end of yum.log showing the updates for the last 2 days...

Feb 21 11:23:29 Updated: pinentry.i386 0.7.4-1.fc7
Feb 21 11:23:29 Updated: pinentry-qt.i386 0.7.4-1.fc7
Feb 21 11:23:31 Updated: htop.i386 0.7-1.fc7
Feb 21 11:23:33 Updated: kde-filesystem.noarch 4-8.fc7
Feb 21 11:24:34 Updated: xorg-x11-drv-nvidia-libs.i386 169.09-5.lvn7
Feb 21 11:24:37 Updated: xorg-x11-drv-nvidia.i386 169.09-5.lvn7
Feb 21 11:24:39 Updated: perl-libs.i386 4:5.8.8-28.fc7
Feb 21 11:25:28 Updated: perl.i386 4:5.8.8-28.fc7
Feb 21 11:25:28 Updated: perl-suidperl.i386 4:5.8.8-28.fc7
Feb 21 11:25:29 Updated: perl-Test-Harness.i386 2.56-28.fc7
Feb 21 11:25:31 Updated: perl-ExtUtils-MakeMaker.i386 6.30-28.fc7
Feb 21 11:25:32 Updated: perl-CPAN.i386 1.76_02-28.fc7
Feb 21 11:25:32 Updated: perl-ExtUtils-Embed.i386 1.26-28.fc7
Feb 21 11:25:34 Updated: perl-devel.i386 4:5.8.8-28.fc7
Feb 21 11:25:35 Updated: perl-Test-Simple.i386 0.62-28.fc7
Feb 22 21:34:03 Updated: xorg-x11-drv-nvidia-libs.i386 169.09-6.lvn7
Feb 22 21:34:07 Updated: xorg-x11-drv-nvidia.i386 169.09-6.lvn7

You will notice that there was another driver update last night, which is unusual so soon. I tried it and there was no change in the issues I am experiencing...

Anyone know where I can get the xorg-x11-drv-nvidia-libs.i386 169.09-4.lvn7 xorg-x11-drv-nvidia.i386 169.09-4.lvn7 versions?

Is anyone else experiencing these problems?

Here is some additional info...

[root@macbeth ~]# cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "UseShm" "true"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Seiko"
HorizSync 30.0 - 75.0
VertRefresh 60.0 - 60.0
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7600"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1440x900_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

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

[stephen@macbeth ~]$ uname -a
Linux macbeth 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 17:29:10 EST 2008 i686 i686 i386 GNU/Linux


Thanks for your thoughts, help, recommendations.
Steve