diff --git a/root/etc/X11/xorg.conf.d/20-intel.conf b/root/etc/X11/xorg.conf.d/20-intel.conf index 87915c23c..51029b484 100644 --- a/root/etc/X11/xorg.conf.d/20-intel.conf +++ b/root/etc/X11/xorg.conf.d/20-intel.conf @@ -3,5 +3,5 @@ Section "Device" Driver "intel" Option "TripleBuffer" "true" Option "TearFree" "true" - Option "DRI" "false" + Option "DRI" "true" EndSection