|
|
#13 | |
|
Registered User
Join Date: Sep 2008
Posts: 27
|
The mouse pointer stays responsive here. The Xorg process is taking 100% of CPU Load though. This just happens when switching to a vt. When i disable the connection to acpid for the nvidia driver, the server will loop, if it is enabled (by default) the server breaks.
|
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Apr 2009
Posts: 4
|
Hello,
I ran into this issue as well, using openSUSE 11.3 x86_64. I solved the problem by upgrading the kernel to Linux 2.6.36-93-default x86_64. After the kernel update, ALL lockup issues and heavy xorg cpu usage issues were solved. Nvidia GTX 260 Compositing via KWIN NVIDIA Driver Version 260.19.21 Sincerely Mark Brown |
|
|
|
|
|
|
#15 | |
|
Registered User
Join Date: Aug 2006
Posts: 106
|
Quote:
|
|
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Aug 2004
Posts: 8
|
I am getting these same lockup issues when using Mplayer over VDPAU. Using it over VA-API, I have no issues (same with VLC -- no issues).
I am also using 260.19.21 on Ubuntu 10.10 with Compiz. |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Nov 2010
Posts: 2
|
I updated to kernel 2.6.36.1 and nvidia-beta to version 260.19.26-1. I played for around an hour and didn’t’ got a loop in my Xorg log. But still some hiccups for 10sek or so ((WW) NVIDIA(0): WAIT(…)). I’ll try to make some more testing today.
|
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Oct 2010
Location: Manchester, UK
Posts: 10
|
Hey guys,
Am running gentoo with the latest stable driver (stable by Nvidia that is), getting the same problem as others in this thread... the whole system goes out to lunch after doing a backtrace and even the magic syskey won't reboot it. Took a snap of my screen, anyone seeing similar? |
|
|
|
|
|
|
#19 | |
|
Registered User
Join Date: Aug 2006
Posts: 106
|
Quote:
As a precaution, I also upgraded xorg-server to 1.9.2.901 (1.9.3 RC1), which I previously had masked as a troubleshooting measure. In addition, I upgraded to the new beta drivers today, although things seem appeared fine with the previous measures. Upgrading to the new beta driver putting the ebuild into a local overlay, changing its version to 260.19.26 and running ebuild ... digest on it. |
|
|
|
|
|
|
#20 |
|
Registered User
Join Date: Oct 2010
Location: Manchester, UK
Posts: 10
|
Am on Xserver 1.9.2.901 with gentoo kernel .36-r3 (x64 too), been doing this since around late September onwards.. I'll give a try modifying the nvidia-driver ebuild to run the new beta.. be nice to get rid of this issue.
|
|
|
|
|
|
#21 |
|
Registered User
Join Date: Aug 2006
Posts: 106
|
Which tree are you using? Stable or unstable? The package for the latest stable version is keyworded so it is not available for Gentoo Linux's stable tree.
|
|
|
|
|
|
#22 |
|
Registered User
Join Date: Sep 2008
Posts: 27
|
Hi all,
updated to the latest and greatest: Code:
2.6.37-rc4-CUSTOM x86_64 X.Org X Server 1.9.2.901 (1.9.3 RC 1) NVIDIA dlloader X Driver 260.19.26 Mon Nov 29 00:55:07 PST 2010 Code:
Backtrace: [ 24059.361] 0: X (xorg_backtrace+0x28) [0x49f198] [ 24059.361] 1: X (0x400000+0x601d9) [0x4601d9] [ 24059.361] 2: /lib/libpthread.so.0 (0x7fed20c45000+0xf1c0) [0x7fed20c541c0] [ 24059.361] 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7fed1b7bb000+0xbea4b) [0x7fed1b879a4b] [ 24059.361] 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7fed1b7bb000+0xbf065) [0x7fed1b87a065] [ 24059.361] 5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7fed1b7bb000+0xbfc11) [0x7fed1b87ac11] [ 24059.361] 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7fed1b7bb000+0x3c8cd4) [0x7fed1bb83cd4] [ 24059.361] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7fed1b7bb000+0x3beeca) [0x7fed1bb79eca] [ 24059.361] 8: X (0x400000+0x1632f6) [0x5632f6] [ 24059.361] 9: X (0x400000+0xa10c1) [0x4a10c1] [ 24059.361] 10: X (BlockHandler+0x50) [0x431180] [ 24059.361] 11: X (WaitForSomething+0x10f) [0x4596af] [ 24059.361] 12: X (0x400000+0x2cf32) [0x42cf32] [ 24059.361] 13: X (0x400000+0x212ce) [0x4212ce] [ 24059.361] 14: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fed1fbcac4d] [ 24059.361] 15: X (0x400000+0x20e79) [0x420e79] [ 24059.361] Segmentation fault at address 0x25 [ 24059.361] Fatal server error: [ 24059.361] Caught signal 11 (Segmentation fault). Server aborting Code:
Section "Device"
Identifier "NvidiaCard0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G84 [GeForce 8600 GT]"
BusID "PCI:1:0:0"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "TripleBuffer" "1"
Option "BackingStore" "1"
Option "DamageEvents" "1"
Option "Rotate" "Left"
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3333"
Screen 0
EndSection
Section "Device"
Identifier "NvidiaCard1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G84 [GeForce 8600 GT]"
BusID "PCI:1:0:0"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "TripleBuffer" "1"
Option "BackingStore" "1"
Option "DamageEvents" "1"
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3333"
Screen 1
EndSection
Section "Device"
Identifier "NvidiaCard2"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G84 [GeForce 8600 GT]"
BusID "PCI:2:0:0"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "TripleBuffer" "1"
Option "BackingStore" "1"
Option "DamageEvents" "1"
Option "Rotate" "Left"
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3333"
Screen 0
EndSection
Section "Device"
Identifier "NvidiaCard3"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G84 [GeForce 8600 GT]"
BusID "PCI:2:0:0"
Option "NoLogo" "1"
Option "RenderAccel" "1"
Option "TripleBuffer" "1"
Option "BackingStore" "1"
Option "DamageEvents" "1"
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3333"
Screen 1
EndSection
Currently i'm looking at ATI cards.. it's said that their drivers became pretty well and also gained zaphodmode support latelty. Maybe i'll spend some cash and get rid of that nvidia disaster. |
|
|
|
|
|
#23 |
|
Registered User
Join Date: Aug 2006
Posts: 106
|
There is a difference between the nouveau driver and nvidia's binary driver. This forum is for issues involving's nvidia's binary driver. It is not the place to seek help for issues involving nouveau.
|
|
|
|
|
|
#24 |
|
Registered User
Join Date: Sep 2008
Posts: 27
|
|
|
|
|
![]() |
| Thread Tools | |
|
|