RevRYL

Installing Graphics Cards Drivers on Ubuntu/Linux Mint

This article will help you install NVIDIA, Intel or AMD/ATI Drivers on your Linux PC depending on your Graphic Card Manufacturer.

INSTALLING NVIDIA GRAPHICS CARD DRIVERS (Beta drivers)

command line install

sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current

INSTALLING AMD/ATI GRAPHIC CARD DRIVERS

An alternative method of installing the drivers is to install directly from the developer website. Instructions to do so can be found here. This would install the absolute latest drivers for ATI graphics cards, but it could also lead to some unforeseen instability.

 

INSTALLING INTEL GRAPHIC CARD DRIVERS

For Ubuntu 12.04 LTS or Linux Mint 13, you’ll need to update your mesa stack using the x-updates PPA.

On the command line, run

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get dist-upgrade

 

For more article subscribe via Email or Like Facebook Page

 

 

Exit mobile version