add intel xorg conf (enables TearFree)
[~bandali/configs] / other / xorg / 20-intel.conf
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