1

Im new to Ubuntu, eveything is working great so far, except i can't seem to install the right driver for my Nvidia Geforce GTX 960 SSC. I'm trying to play steam games and can't get the right driver. Any help would be appreciated.

R.Wade
  • 11

1 Answers1

3

In the terminal (press Ctrl+Alt+T to open) run this

 sudo apt-get purge nvidia*  
 sudo reboot  

This will remove any installed nvidia drivers.

Then install the new drivers

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot
cl-netbox
  • 31,491
Ashu
  • 4,004