After I installed the graphic drivers I've done a reboot and ended up with a blank screen (black). Booting from a Live CD and editing the /etc/X11/xorg.conf file was the fastest way the fix this.
You have to alter the Driver entry of line 12 from nvidia to nv. Save and reboot.Section "Screen" Identifier "Default Screen" DefaultDepth 24 EndSection Section "Module" Load "glx" EndSection Section "Device" Identifier "Default Device" Driver "nvidia" Option "NoLogo" "True" EndSectionAfter this I was back Online and I've executed this command:
sudo dpkg-reconfigure nvidia-185-kernel-sourceIt [dpkg-reconfigure] reconfigures packages after they've already been configured and installed.
Reboot and afterwards it should work properly.More information:
[1] Google Results on: activate nvidia 185 driver ubuntu
[2] Ubuntu Launchpad - jockey does not correctly install nvidia 185 driver
[3] Ubuntu Launchpad - xorg: failed to load module "nvidia"
Cheers,
Prometheus
Tags: Canonical, Free Software, GNU/Linux, Jockey, Karmic Koala, NVidia, NVidia 185 driver, Ubuntu 9.10