Download the installer
Then get rid of any Nvidia residuals, run the following command in a terminal
sudo apt-get remove --purge nvidia*
This may take a while, so be patient. Once it’s done, reboot your machine. At the login screen, don’t login just yet. Press Ctrl+Alt+F1 to switch to a text-based login, and switch to the directory which contains the downloaded driver. Run the following commands -
sudo service lightdm stop
change permissions to the installer where NVIDIA*.run is the full name of your driver.
chmod +x NVIDIA*.run
Next, start the installation with -
sudo ./NVIDIA*.run
Restart computer.
No comments:
Post a Comment