-
-
Save ohsevin/8c2ccccc0516ace4137383080db17c6d to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/20-intel.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/X11/xorg.conf.d/20-intel.conf | |
| Section "Device" | |
| Identifier "Intel Graphics" | |
| Driver "intel" | |
| Option "AccelMethod" "uxa" | |
| Option "TearFree" "true" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment