diff options
author | Kyle K <kylek389@gmail.com> | 2017-04-22 06:59:43 +0000 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2017-04-22 06:59:43 +0000 |
commit | c033fd875ac29809884bf9f7de1070c9ad2aa809 (patch) | |
tree | 8c5036c200abbe5f6dd363bc29b0ef2274060adb /ion/etc/X11/xorg.conf.d | |
parent | 82799b2922635958b28321408a03f215daffd2eb (diff) | |
download | configs-c033fd875ac29809884bf9f7de1070c9ad2aa809.tar.gz configs-c033fd875ac29809884bf9f7de1070c9ad2aa809.tar.bz2 configs-c033fd875ac29809884bf9f7de1070c9ad2aa809.zip |
tearfree hd3000
Diffstat (limited to 'ion/etc/X11/xorg.conf.d')
-rw-r--r-- | ion/etc/X11/xorg.conf.d/20-intel.conf | 7 |
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 |