diff --git a/etc/X11/xorg.conf.d/20-intel.conf b/etc/X11/xorg.conf.d/20-intel.conf index 70e73e7..df730f4 100644 --- a/etc/X11/xorg.conf.d/20-intel.conf +++ b/etc/X11/xorg.conf.d/20-intel.conf @@ -1,5 +1,6 @@ -Section "Device" - Identifier "Intel Graphics" - Driver "intel" - Option "TearFree" "true" +Section "OutputClass" + Identifier "Intel Graphics" + MatchDriver "i915" + Driver "intel" + Option "TearFree" "true" EndSection