0

Can anyone tell me how to get drivers for these GPU and Graphics card?

Patryk
  • 9,026
  • 27
  • 70
  • 108
NIkhil
  • 1
  • Possible duplicate of [How do I install NVIDIA GPU drivers properly?](http://askubuntu.com/questions/680825/how-do-i-install-nvidia-gpu-drivers-properly) – Pilot6 Oct 09 '15 at 08:25

1 Answers1

0

Open a terminal (Ctrl + Alt + T) and execute:

Tesla K20 :

sudo apt-get update
sudo apt-get install nvidia-346 nvidia-prime

GT610 :

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update 
sudo apt-get install nvidia-352

Refer to this guide for more information.

hg8
  • 13,410
  • 12
  • 71
  • 103