M HYPE SPLASH
// updates

How do I install the X.org Radeon/ATI driver?

By Abigail Rogers

I recently downloaded version 7 of the Radeon/ATI X.org Driver from this link:

My question is how do I compile and install it? I don't like using the offical AMD/ATI Driver.

Ubuntu Version is 12.10

1

2 Answers

Go into your terminal and type:

sudo add-apt-repository ppa:xorg-edgers/ppa

sudo apt-get install xserver-xorg-video-ati

If you want the stable releases (it would still help if you said what version of ubuntu you're running.):

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

sudo apt-get install xserver-xorg-video-ati

To build from git

If you are feeling adventurous, follow these instructions and they should work for you.

2

In order to install file which you have downloaded from the site, extract the content if it was zip file, then right click >> select properties >> In the permissions tab , check the Allow executing file as a program.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy