Skip to content

Instantly share code, notes, and snippets.

@kubadlo
Created July 15, 2015 17:27
Show Gist options
  • Save kubadlo/7aeefe3730ae4c442ab7 to your computer and use it in GitHub Desktop.
Save kubadlo/7aeefe3730ae4c442ab7 to your computer and use it in GitHub Desktop.
Teer free video option for Intel graphic cards.
# Save this file as /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment