Skip to content

Instantly share code, notes, and snippets.

@wh1tew0lf
Created March 20, 2018 18:33
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 wh1tew0lf/14c82902ed3ea6efe54beacaa19f0994 to your computer and use it in GitHub Desktop.
Save wh1tew0lf/14c82902ed3ea6efe54beacaa19f0994 to your computer and use it in GitHub Desktop.
Instrall correct video driver for linux mint 18
#!/bin/bash
#ref https://forums.linuxmint.com/viewtopic.php?t=250829
echo "deb https://linuxmint.com.ru/repo/xenial/ /" | sudo tee -a /etc/apt/sources.list
wget --quiet https://linuxmint.com.ru/repo/xenial/lmcomru-pubkey; sudo apt-key add lmcomru-pubkey
sudo apt update
sudo apt install xserver-xorg-core=2:1.17.3-2ubuntu4 xserver-common=2:1.17.3-2ubuntu4 xserver-xorg-input-evdev=1:2.9.2-1ubuntu1 xserver-xorg-input-synaptics=1.8.2-1ubuntu2 xserver-xorg-input-vmmouse=1:13.1.0-1ubuntu1 xserver-xorg-input-wacom=1:0.32.0-0ubuntu2 xserver-xorg-video-intel=2:2.99.917+git20160218-1ubuntu2 xserver-xorg-video-radeon=1:7.6.1-1ubuntu1
sudo apt install fglrx fglrx-dev fglrx-core fglrx-amdcccle
sudo aticonfig --initial
sudo apt hold xserver-xorg-core xserver-common fglrx-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment