From 4383c313bc8bad41186cee0f97b12eee353b69a9 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sun, 18 Aug 2019 10:44:34 -0500 Subject: [PATCH] Update --- etc/X11/xorg.conf.d/20-intel.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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