I had the same thing.
see:
http://www.nvnews.net/vbulletin/showthread.php?t=40404
note that there are typo's in the receipe there. i've corrected it a bit below:
enter init 3,
#modprobe nvidia
#cp -a /dev/nvidia* /etc/udev/devices
#chown root.root /etc/udev/devices/nvidia*
save a copy of xorg.conf:
#cp /etc/X11/xorg.conf /etc/X11/xorg.conf.original
change /etc/X11/xorg.conf per /usr/share/doc/NVIDIA_GLX-1.0/README
in particular: find
the relevant Device section and replace the line:
Driver "nv"
(or Driver "vesa")
with
Driver "nvidia"
In the Module section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"
if they exist.
reboot
success
this is all magic to me but it's part of the new udev stuff. it's new but at least i didn't have to re-compile the kernel.
bob