Skip to content

Instantly share code, notes, and snippets.

@mathieugagne
Last active August 29, 2015 14:01
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 mathieugagne/60177b2050fbd4df60b1 to your computer and use it in GitHub Desktop.
Save mathieugagne/60177b2050fbd4df60b1 to your computer and use it in GitHub Desktop.
Open GL driver installation for ATI Radeon HD 7750
$ sudo sh /usr/share/ati/fglrx-uninstall.sh
$ sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
$ sudo rm /etc/X11/xorg.conf
$ sudo apt-get install --reinstall libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 xserver-xorg-core
$ sudo dpkg-reconfigure xserver-xorg
$ sudo reboot
$ mkdir ~/catalyst12.4/
$ cd ~/catalyst12.4/
Download the appropriate driver for your machine here from the AMD/ATI Website and move it in ~/catalyst12.4/
Run it like so (version number may be different for you, change command as required):
chmod +x amd-driver-installer-12-6-x86.x86_64.run
$ ./amd-driver-installer-12-6-x86.x86_64.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment