Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Created March 7, 2016 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmaupin/9332f4f8e2a0e473a233 to your computer and use it in GitHub Desktop.
Save bmaupin/9332f4f8e2a0e473a233 to your computer and use it in GitHub Desktop.
# Get the latest version from here: http://support.amd.com/en-us/download/desktop?os=Ubuntu+x86+64
fglrx_version=15.302
sudo dpkg --add-architecture i386
sudo apt-get install lib32gcc1 libc6-i386
wget --referer=http://support.amd.com http://www2.ati.com/drivers/linux/fglrx_$fglrx_version-0ubuntu1_amd64_ub_14.01.deb
wget --referer=http://support.amd.com http://www2.ati.com/drivers/linux/fglrx-core_$fglrx_version-0ubuntu1_amd64_ub_14.01.deb
wget --referer=http://support.amd.com http://www2.ati.com/drivers/linux/fglrx-dev_$fglrx_version-0ubuntu1_amd64_ub_14.01.deb
wget --referer=http://support.amd.com http://www2.ati.com/drivers/linux/fglrx-amdcccle_$fglrx_version-0ubuntu1_amd64_ub_14.01.deb
sudo dpkg -i fglrx*.deb
sudo apt-get update
sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment