Skip to content

Instantly share code, notes, and snippets.

@aniketpant
Last active August 29, 2015 13:57
Show Gist options
  • Save aniketpant/9664257 to your computer and use it in GitHub Desktop.
Save aniketpant/9664257 to your computer and use it in GitHub Desktop.
Install AMD Catalyst Legacy on Ubuntu 12.04
# 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