Last active
August 29, 2015 14:01
-
-
Save mathieugagne/60177b2050fbd4df60b1 to your computer and use it in GitHub Desktop.
Open GL driver installation for ATI Radeon HD 7750
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
$ 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