>> I've been using the nouveau video driver for a while, but lately video >> has been freezing with X at 100% CPU and the only way out seems to be >> ssh'ing in and rebooting. > > Not that it will help with your bug, but I'm curious to know what video > hardware you're using. I had the same problem with my ancient nv34 card, > which got fixed a few weeks ago in Linus's git kernel.
I'm not sure of the actual chip, but I get this from lspci -v: nVidia Corporation C77 [GeForce 8100 / nForce 720a] It's an onboard chip on my motherboard. Can you tell me in what version of the Linux kernel you found the problem to be solved? >> I tried to switch to the nvidia driver but X won't load and Xorg.0.log >> says it can't find a CorePointer device... > > Not sure why the nvidia driver would be related to that, unless maybe > you're using a different xorg.conf for nvidia. > > Unless you have some weird pointing devices, you should no longer need > any input section in xorg.conf for either keyboard or mouse -- delete any > references to keyboard or mouse, and install the xf86-input-evdev package. > Your X server should find and use the evdev driver automatically, without > any help from xorg.conf. I removed nouveau support from the kernel and nvidia loads properly. Strange that I get CorePointer messages if nouveau is loaded when nvidia tries to load. Those messages don't appear in the log after removing nouveau and loading nvidia. Weird. You actually solved this for me when you asked about the video chip. When I looked in lspci -v, I noticed that it said the nouveau driver was in use and that is what prompted me to remove it from the kernel. Thanks, Grant