Installing your Geforce driver on Windows Box is surely a easy or familiar task ! But doing the same on Linux Box can drive you nuts if you are a starter! Especially if you are using a Linux distro which doesn’t provide good Package Installer! ( synaptic, Yast, Yum e.t.c).
So now i am gonna tell you step by step the process of installing the driver on your linux box:
First download the driver from Nvidia Website

Now close down all the programs that are running in your GUI.
After closing all application you need to switch to a Textmode Terminal press Ctrl + Alt + F1. Login with your username and password.
Now you need to shutdown you X Server a.k.a GUI mode . Type
telinit 3
run this with root permissions ( su or sudo) . This will drop you to runlevel 3 which is Multiuser Textmode only.
cd into the directory where you downloaded the driver file. To give it execute permission use
chmod +x <filename>
./<filename>
above will execute the file. A installer will popup in front of you and the rest in easy as 1 2 3 . Execute the driver file with root permission because the driver asks for updating xorg.conf
After the installation finishes you dont need to restart your system! That cool about Linux Modular Kernel
( Geek Stuff
)
Now turn on your X server a.k.a GUI Mode with
telinit 5 (for Fedora/RedHat)
or
telinit 2 (for Debain/ubuntu )
and press Ctrl + Alt + f7 to return to GUI
.
Viola you just installed your Nvidia Geforce 9 driver on Linux
Pingback: Install Nvidia Geforce 9 series driver in Linux | TechXilla | Penny Stocks
Pingback: Hisham Najam's Blog » Blog Archive » Guide to install Geforce 9 series Driver on Linux!