Since some prefer to install the NVIDIA driver manually here s how its done in Ubuntu and Debian.
First get the needed packages (Assuming you have the needed repositories) as root or sudo:
apt-get install build-essential linux-headers-`uname -r`
————————————————–For Ubuntu users only—————————————————-
Purge nvidia-glx-new if it is installed:
sudo apt-get remove nvidia-glx-new –purge
Adjust your linux-restricted-modules-common file:
sudo nano -w /etc/default/linux-restricted-modules-common
change
DISABLED_MODULES=”"
in
DISABLED_MODULES=”nv nvidia_new”
In stead of using nano you can also use another editor of course.
——————————-End for Ubuntu users only———————–
Now download your NVIDIA Driver from here or, if you want an older one, go here (links may change in the future)
Now you have to drop into a terminal with the command ctrl-alt-f1
Log in as user and become root or use sudo and key in
killall gdm
or
killall kdm
to kill your X session.
Now you can install your NVIDIA driver with the command as root (Ubuntu users use sudo)
sh /path/to/NVIDIA-Linux-x86-whateverversion.run
When the installer asks if it should edit your xorg.conf choose yes (make sure you have your xorg.conf backed up!!)
After installation key in as root (sudo for ubuntu users)
gdm
or
kdm.
You should now get back into your login screen. (If not try a reboot and otherwise you are pickled)
If you are not sure what this all means its better not to try any of this.
Ubuntu does not support this in any way shape or form.
Tuxicity.
yeap! this method forks perfectly on Debian-box. Some information on the theme is available from vendor: http://www.nvnews.net/vbulletin/showthread.php?t=72490
Comment by LMZ — June 6, 2008 @ 7:10 am
This is not working on Ubuntu hardy, hardy uses Xen kernel. The NVIDIA driver does not work on Xen kernel.
Please help
Comment by Ed — July 25, 2008 @ 3:47 pm
Yess!!!! It works!
Comment by bebrs — February 20, 2009 @ 1:10 pm
worked perfect on linux mint 6 x64
Comment by corey — March 24, 2009 @ 1:15 am
Damn…. so hard to install Nvidia driver for ubuntu, are there any installer that could do the installation for me just like in Microsoft Windows?
Please help…
starzagent@gmail.com
Comment by Jon — June 25, 2009 @ 1:57 pm