From: Amin Bandali Date: Fri, 6 Mar 2015 02:42:05 +0000 (-0500) Subject: add intel xorg conf (enables TearFree) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/7bb664f42a5df40d87e70623c239d8b72e3b18a4 add intel xorg conf (enables TearFree) --- diff --git a/other/xorg/20-intel.conf b/other/xorg/20-intel.conf new file mode 100644 index 0000000..1c55117 --- /dev/null +++ b/other/xorg/20-intel.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "TearFree" "true" +EndSection