Skip to content

Instantly share code, notes, and snippets.

@gervasiocaj
Last active May 15, 2017 13:28
Show Gist options
  • Save gervasiocaj/4c209560de914844811af4aa9a03b81f to your computer and use it in GitHub Desktop.
Save gervasiocaj/4c209560de914844811af4aa9a03b81f to your computer and use it in GitHub Desktop.
Install AMD drivers on the Linux Mint 18.1 (Serena)
wget https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.10-401251.tar.xz # faz download
tar -Jxvf amdgpu-pro-17.10-401251.tar.xz # descompacta
cd amdgpu-pro-17.10-401251
sed -i -e 's/$ID/$ID_LIKE/g' ./amdgpu-pro-install # substitui $ID (linuxmint) por $ID_LIKE (ubuntu)
./amdgpu-pro-install -y
sudo usermod -a -G video $LOGNAME
cd ..
# rm -rf amdgpu-pro-17.10-401251
# sudo shutdown -r 0
# REFERENCE: http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment