First you have to make sure the .run has execute rights.
use the following command to give it the execute rights: chmod +x NVIDIA-Linux-x86.run (change the name to whatever name your file has).
Then go to a shell: CTRL+ALT+F1.
kill X: /etc/init.d/kdm stop (or gdm)
now to install change dir to where ur nvidia driver is and do:
sudo sh nvidia.run
and follow the steps. make sure your kernel sources are installed.
|