summaryrefslogtreecommitdiffstats
path: root/ion/etc/X11/xorg.conf.d/20-intel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ion/etc/X11/xorg.conf.d/20-intel.conf')
-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