git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/X11/xorg.conf.d/20-intel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/X11/xorg.conf.d/20-intel.conf')
-rw-r--r--localfs/etc/X11/xorg.conf.d/20-intel.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/localfs/etc/X11/xorg.conf.d/20-intel.conf b/localfs/etc/X11/xorg.conf.d/20-intel.conf
new file mode 100644
index 0000000..bbe28f3
--- /dev/null
+++ b/localfs/etc/X11/xorg.conf.d/20-intel.conf
@@ -0,0 +1,13 @@
+Section "Device"
+Identifier "Intel Graphics"
+Driver "Intel"
+Option "AccelMethod" "sna"
+Option "TearFree" "false"
+Option "TripleBuffer" "true"
+Option "MigrationHeuristic" "greedy"
+Option "Tiling" "true"
+Option "Pageflip" "true"
+Option "ExaNoComposite" "false"
+Option "Tiling" "true"
+Option "Pageflip" "true"
+EndSection