First of all you may need to make the package executable.
Secondly be warned you will always have to reinstall this driver everytime there is a kernel update if you dont use the one that comes via synaptic
Thirdly you cannot install this package if your graphical frontend is running so heres the steps to do
via the terminal
Code:
chmod 777 NVIDIA-Linux-x86-185.18.36-pkg1.run
Next in the terminal
Code:
sudo /etc/init.d/gdm stop
This stops the gnome desktop manager (killing your graphical frontend) and dumps you into full terminal mode, you may have to login via the terminal again after doing that this comes next
Code:
sudo sh NVIDIA-Linux-x86-185.18.36-pkg1.run
Now you may have to explicitly point to where the package is or cd into the directory where it is for example
Code:
cd ~/Desktop;sudo sh NVIDIA-Linux-x86-185.18.36-pkg1.run
or
Code:
sudo sh ~/Desktop/NVIDIA-Linux-x86-185.18.36-pkg1.run
If all goes well the driver will be installed and you will automatically go into your graphical frontend if not then type
Code:
sudo /etc/init.d/gdm start
And it will come back
Bookmarks