summaryrefslogtreecommitdiffstats
path: root/other
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-03-05 21:42:05 -0500
committerAmin Bandali <me@aminb.org>2015-03-05 21:42:05 -0500
commit7bb664f42a5df40d87e70623c239d8b72e3b18a4 (patch)
treef5f3df109b9f6e510fe26599f5803f034308efe5 /other
parent013f9eb6ada48060acd6ffbf930331d204d7ba68 (diff)
downloadconfigs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.tar.gz
configs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.tar.xz
configs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.zip
add intel xorg conf (enables TearFree)
Diffstat (limited to 'other')
-rw-r--r--other/xorg/20-intel.conf5
1 files changed, 5 insertions, 0 deletions
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