diff --git a/root/etc/X11/xorg.conf.d/20-intel.conf b/root/etc/X11/xorg.conf.d/20-intel.conf new file mode 100644 index 000000000..87915c23c --- /dev/null +++ b/root/etc/X11/xorg.conf.d/20-intel.conf @@ -0,0 +1,7 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "TripleBuffer" "true" + Option "TearFree" "true" + Option "DRI" "false" +EndSection