Skip to content

Instantly share code, notes, and snippets.

@amirrustam
Created March 7, 2016 10:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirrustam/8c73eb2331ac1e0822a5 to your computer and use it in GitHub Desktop.
Save amirrustam/8c73eb2331ac1e0822a5 to your computer and use it in GitHub Desktop.
Fix Elementary OS Freya Flickering Problems
sudo apt-get install mesa-utils
sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment