Skip to content

Instantly share code, notes, and snippets.

@gerardroche
Created July 25, 2012 20:12
Show Gist options
  • Save gerardroche/3178288 to your computer and use it in GitHub Desktop.
Save gerardroche/3178288 to your computer and use it in GitHub Desktop.
ATI/AMD proprietary FGLRX graphics install updates fix for Ubuntu
#!/bin/sh
if [ $(/usr/bin/id -u) != "0" ]; then
echo 'Must be run by root user'
exit 1
fi
apt-get --purge remove fglrx*
apt-get install fglrx-updates fglrx-amdcccle-updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment