From 7bb664f42a5df40d87e70623c239d8b72e3b18a4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 5 Mar 2015 21:42:05 -0500 Subject: [PATCH] add intel xorg conf (enables TearFree) --- other/xorg/20-intel.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 other/xorg/20-intel.conf 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 -- 2.20.1