Install NVIDIA Graphics Drivers on Ubuntu 18.04 Linux

Download driver

https://www.nvidia.com/download/driverResults.aspx/114708/en-us

Remove the installed NVIDIA drivers
sudo apt-get purge "nvidia*"
sudo apt autoremove
Disable Nouveau driver
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist.conf"

sudo update-initramfs -u
reboot
Install the downloaded NVIDIA Graphics driver
cd ~/Downloads
sudo chmod +x NVIDIA...
sudo ./NVIDIA...

Press tab instead of typing …

One comment

Comments are closed.