Can't start Gnome with nvidia driver installed

I have installed nvidia driver from their web site. I also edit /etc/X11/xorg.conf Driver "vesa" to "nvidia". So when I reboot the gdm do not start. The cursor just blinks a few times and nothing happens. With Driver "vesa" everything works, need help!
 
There are many reasons. Did you execute [cmd=]kldload nvidia[/cmd] as root before starting gdm? If not, that might be the reason. you'd better add
Code:
nvidia_load="YES"
into your /boot/loader.conf to autoload nvidia kernel module at system startup.
 
Back
Top