From bf803ff88f582b1ca9f0cb190fc1f07f625d0825 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Sat, 16 May 2026 14:21:45 -0300 Subject: [PATCH] Enable TearFree --- etc/X11/xorg.conf.d/20-modesetting.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/X11/xorg.conf.d/20-modesetting.conf b/etc/X11/xorg.conf.d/20-modesetting.conf index 332e165..1296f55 100644 --- a/etc/X11/xorg.conf.d/20-modesetting.conf +++ b/etc/X11/xorg.conf.d/20-modesetting.conf @@ -3,5 +3,5 @@ Section "Device" Driver "modesetting" Option "ShadowFB" "false" # you don't need on recent hardware Option "Atomic" "true" #only effective on Xlibre, or Xorg-git with a special patch - Option "TearFree" "false" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary + Option "TearFree" "true" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary EndSection