mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
note kernel 6.8 bringing atomic async
This commit is contained in:
parent
8b82881f49
commit
3acbc177eb
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue