Created
April 24, 2013 05:45
-
-
Save samgooi4189/5449885 to your computer and use it in GitHub Desktop.
Update AMD graphics in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== Worked with 6600M series == | |
Now install the drivers using this command | |
sudo apt-get install fglrx-updates fglrx-amdcccle-updates | |
Initialise aticonfiguration | |
sudo aticonfig --initial --input=/etc/X11/xorg.conf | |
Restart the system | |
Verify installation by using | |
fgl_glxgears | |
or | |
fglrxinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment