add intel xorg conf (enables TearFree)
authorAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:42:05 +0000 (21:42 -0500)
committerAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:42:05 +0000 (21:42 -0500)
other/xorg/20-intel.conf [new file with mode: 0644]

diff --git a/other/xorg/20-intel.conf b/other/xorg/20-intel.conf
new file mode 100644 (file)
index 0000000..1c55117
--- /dev/null
@@ -0,0 +1,5 @@
+Section "Device"
+   Identifier  "Intel Graphics"
+   Driver      "intel"
+   Option      "TearFree"    "true"
+EndSection