Nvidia GTX 750 with Ubuntu 16.04
I’ve been using the nvidia-364 drivers for my Nvidia GTX 750 graphics card for the past few years. These have to be reinstalled with each kernel upgrade. A recent kernel upgrade led to the unfortunate finding that this driver is no longer available. I went in search of what replaced it and found that the current version is nvidia-375. The current instructions are as follows:
- Log in to your account in the TTY
sudo apt-get purge nvidia-*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-375
- Reboot