
There are just as many ppl having lockups using the ati supplied linux drivers.alaa wrote:Well everyone, one thing I know for sure is that when I moved from nvidia to nv in my xorg.conf file my pc has been rock solid for over a month now.
What does this suggest? A problem with the nvidia driver that's what.
Am I 100% sure? No![]()
Has anyone had xorg lockup with nv?
I agree: it seems like a more generic problem between X and the kernelctford0 wrote:
There are just as many ppl having lockups using the ati supplied linux drivers.
this has to be an X/kernel problem. This has been going on for a couple of months now and I'm convinced that it has to be some type of miscommunication between X and the kernel itself.....
chris

I used to run a 7500, and I NEVER had any problems with itdrefo wrote:I agree: it seems like a more generic problem between X and the kernelctford0 wrote:
There are just as many ppl having lockups using the ati supplied linux drivers.
this has to be an X/kernel problem. This has been going on for a couple of months now and I'm convinced that it has to be some type of miscommunication between X and the kernel itself.....
chris
when using certain features of ati/nvidia graphics hardware. I have an
older ati card (radeon 7500) and I see regular lockups using the xorg
provided `ati' driver.
I've completely re-installed gentoo several times, have compiled
everything with CFLAGS="-O0 -g" and USE="debug", but the crashes I see
occur in a non-reproducible fashion and are not easily debuggable,
at least for me.
Running X remotely under gdb, when it works, shows either a corrupted
stack after the crash or it gives an apparently reasonable stack dump
but which originates in widely differing parts of X. Sometimes
unexpected signals are received by X, and I've seen SIGILL and SIGSEGV
more than once ... which suggests that X is clobbering kernel memory.
I've tried switching to the generic fbdev driver for Xorg. While
this seems to be marginally more stable than using the `ati' driver,
(so far I've seen no crashes using web browsers), I can still cause
the system to lock totally (ssh impossible and no response even to SyS
Rq) just by running `glxgears.'
The exact same problems are present for me on several recent linux
distributions (SuSE, debian, Slackware) as well as on FreeBSD 5.4.
So I vote for a general Xorg/kernel problem, possibly having to do
with some aspect of the GART code, which remaps video memory.
I suppose it could even be a cache consistency problem. To rule that
out, it would be interesting to know what architectures it occurs
on. If it doesn't occur on amd or amd64 but occurs on x86, with
exactly similar graphics hardware, for example, that could be a hint.
David
Yeah, I used to use the "radeon" driver too, and I never had any problems before I started usingbeatryder wrote: I used to run a 7500, and I NEVER had any problems with it
I used the "radeon" driver and it worked fine. I think the "ati" is for an older tnt card...
I just installed SuSE 8.2/XFree86 4.3.0 on a separate partition and am trying my best toheavyjoost wrote: If this is a X/kernel error, could it work without lockups in older kernels? Or with an older Xorg/XFree version but I believe that didn't work.



Code: Select all
Option "NvAGP" "1"Code: Select all
Section "Device"
Option "DigitalVibrance" "20" # <i>
Option "NoLogo" "True" # [<bool>]
Option "NvAGP" "0" # <i>
Option "HardwareCursor" "False" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
EndSection
I do, my locks usually happen when I'm scrolling pages, documents, anything with a rolling bar. It's not always or even often, but they happen. Abiword is my main concern, it does crash Xorg a lot more often than anything else.jtox wrote:It usually happens to me with xscreensaver starting and running kaleidoscope (yes I turned it off!) ... aside from glxgears, anyone else have any separate cases?
Code: Select all
Option "NvAGP" "1"Code: Select all
Section "Device"
Identifier "NVidia GeForce4 MX440"
Driver "nvidia"
Option "RenderAccel" "true"
Option "NvAGP" "1"
Option "NoLogo" "true" #Turns off NVidia logo on startup
EndSection
Code: Select all
idle=poll noapic nolapicCode: Select all
Broadcast message from root (vc/3) (Tue Jul 19 22:22:00 2005):
The system is going down for reboot NOW!
Read from remote host: Connection reset by peer
Connection closed.
10 days uptime, no lockupspankkake wrote:3 days (no reboots) without lockups. I have disabled AGP GART and DRI support in the kernel and addedin my xorg.conf. I also have RenderAccel and Hardware cursor disabled, but I had lookups with this too.Code: Select all
Option "NvAGP" "1"