From 3acbc177eb9983173f76fa2f128e3efca723fc95 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 27 Jan 2024 14:00:49 +0000 Subject: [PATCH] note kernel 6.8 bringing atomic async --- pages/Configuring/Tearing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Configuring/Tearing.md b/pages/Configuring/Tearing.md index 71d7e74..547afc0 100644 --- a/pages/Configuring/Tearing.md +++ b/pages/Configuring/Tearing.md @@ -22,6 +22,14 @@ env = WLR_DRM_NO_ATOMIC,1 windowrulev2 = immediate, class:^(cs2)$ ``` +{{< hint type=note >}} +`env = WLR_DRM_NO_ATOMIC,1` is not recommended. If your kernel ver is >= 6.8, you can remove it. + +For kernels < 6.8, this env is required. + +Check your kernel version with `uname -r`. +{{< /hint >}} + {{< hint type=warning >}} If you experience graphical issues, you may be out of luck. Tearing support is experimental.