Can anyone tell me how to get drivers for these GPU and Graphics card?
Asked
Active
Viewed 717 times
1 Answers
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.