How to Install Latest Nvidia Video Card Drivers on Linux

Installing drivers on Linux based operating systems is not as simple as in Windows. lets install the latest available drivers for your Linux distro:

Right click on your desktop and click on Open In Terminal.

Install Latest Nvidia Drivers on Linux 1

Then type sudo apt-add-repository ppa:xorg-edgers/ppa and press enter to add the repository. The xorg-edgers ppa provides the latest nvidia drivers.

Install Latest Nvidia Drivers on Linux 2

If prompted enter the user password.

Install Latest Nvidia Drivers on Linux 3

Then install updates and distribution upgrade: sudo apt-get update && sudo apt-get dist-upgrade

Install Latest Nvidia Drivers on Linux 5

Check to see what is the most recent drivers for your graphics card by going to Nvidea drivers download section and enter the model of your graphics card, make sure to select linux operating system.

Install-Latest-Nvidia-Drivers-on-Linux-9

Once you have that information then run aptitude search nvidia to search the available drivers in the repository.

Install Latest Nvidia Drivers on Linux 7

After the searching has completed type sudo apt-get install nvidia-340 nvidia-settings and press enter. “nvidia-340″ being the latest driver.

Install Latest Nvidia Drivers on Linux 8

Then after it’s done , restart your pc and you should be fine.

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

You may also like...