From 456fb282e8573f8abb8cf109652e248833936df2 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Sat, 16 May 2026 17:58:44 -0300 Subject: [PATCH] remove comment --- 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 1296f55..da8f040 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" "true" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary + Option "TearFree" "true" EndSection