November 2017
Intermediate to advanced
304 pages
6h 58m
English
There are many ways to install Nvidia drivers in Ubuntu. In this section, we will show you the easiest approach by using Proprietary GPU Drivers PPA, which offers stable proprietary Nvidia graphics driver updates.
First, open your terminal and run the following commands to add the PPA to Ubuntu:
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update
Now, we need to choose a version of Nvidia driver to install. Run the following command to see the latest version of your machine:
sudo apt-cache search nvidia
The result of the preceding command may look like this:

As you can see, the latest driver is 375.66 ...
Read now
Unlock full access