DOWNLOADING THE DRIVER
Download the latest driver from the nvidia site. Save it somewhere on the HDD. In this guide I'll be using the following:
~/Downloads/filename.runWhich stands for:
/home/username/Downloads/filename.run
INSTALLING THE DRIVER
The following process will require you to exit your desktop environment and restart the computer multiple times and may be very difficult to follow if read from this guide. To make the process easier, open this guide on another device, or print the important parts out.
1) Install the required dependencies for the installer to work by typing the following:
sudo apt-get install gcc make2) Exit X and switch to tty1 by pressing:
CTRL + ALT + F13) Kill X (you need to do this for the driver to install) by:
sudo service lxdm stop4) Locate to the directory with the driver by typing:
cd ~/Downloads/5) Run the driver installer:
sudo sh ./filename.runNow, be aware of the following:
- The nvidia driver will defaultly print a warning that a pre-install script has failed - ignore it. This doesn't really do anything.
sudo restartAfter restart, again repeat with steps 2), 3), 4) and 5). After you complete, the driver should be successfully installed.
For me it's "sudo reboot" in the last step.
ReplyDelete