Last active
August 29, 2015 13:57
-
-
Save aniketpant/9664257 to your computer and use it in GitHub Desktop.
Install AMD Catalyst Legacy on Ubuntu 12.04
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
# The following script has been taken from https://launchpad.net/~makson96/+archive/fglrx | |
# If you are using Ubuntu 12.04.2 make sure you got linux-headers-generic-lts-quantal package installed. | |
# sudo apt-get install linux-headers-generic-lts-quantal | |
sudo add-apt-repository ppa:makson96/fglrx | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install fglrx-legacy | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment