View Single Post
08-02-16, 03:19 AM   #14
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
For Ubuntu and Ubuntu-compatible distros you can
Code:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Check for latest version number (3 digits) here:
https://launchpad.net/~graphics-driv...ive/ubuntu/ppa
or
Code:
sudo apt-get install nvidia-
and use tab-completion to see available versions.
Finally
Code:
sudo apt-get install nvidia-xxx
where xxx the latest version number you want to install.
This is for Nvidia, I saw there's an AMD version above.