summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2017-04-22 06:59:43 +0000
committerKyle K <kylek389@gmail.com>2017-04-22 06:59:43 +0000
commitc033fd875ac29809884bf9f7de1070c9ad2aa809 (patch)
tree8c5036c200abbe5f6dd363bc29b0ef2274060adb
parent82799b2922635958b28321408a03f215daffd2eb (diff)
downloadconfigs-c033fd875ac29809884bf9f7de1070c9ad2aa809.tar.gz
configs-c033fd875ac29809884bf9f7de1070c9ad2aa809.tar.bz2
configs-c033fd875ac29809884bf9f7de1070c9ad2aa809.zip
tearfree hd3000
-rw-r--r--ion/etc/X11/xorg.conf.d/20-intel.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/ion/etc/X11/xorg.conf.d/20-intel.conf b/ion/etc/X11/xorg.conf.d/20-intel.conf
new file mode 100644
index 0000000..9b7da88
--- /dev/null
+++ b/ion/etc/X11/xorg.conf.d/20-intel.conf
@@ -0,0 +1,7 @@
+Section "Device"
+ Identifier "Intel Graphics"
+ Driver "intel"
+ Option "TearFree" "true"
+ Option "DRI" "3"
+ Option "AccelMethod" "SNA"
+EndSection