Skip to content

Commit

Permalink
note kernel 6.8 bringing atomic async
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 27, 2024
1 parent 8b82881 commit 3acbc17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/Configuring/Tearing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3acbc17

Please sign in to comment.