note kernel 6.8 bringing atomic async

This commit is contained in:
Vaxry 2024-01-27 14:00:49 +00:00
parent 8b82881f49
commit 3acbc177eb
1 changed files with 8 additions and 0 deletions

View File

@ -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.