Skip to content

Commit

Permalink
nvidia: warn about lag with hw cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Oct 26, 2024
1 parent 0b02a14 commit d1d904f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/Nvidia/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ cursor {
Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated.
Do not set it in your configs. Use `cursor:no_hardware_cursors` instead.

If you want to try hardware cursors, you can enable them, but it will require also enabling `cursor:allow_dumb_copy` which
may cause small hitches whenever the cursor shape changes. If this is a problem on your system,
If you want to try hardware cursors, you can enable them by setting `cursor:no_hardware_cursors = false`,
but it will require also enabling `cursor:allow_dumb_copy` which
may cause small to major hitches whenever the cursor shape changes. If this is a problem on your system,
keep hardware cursors disabled.

{{< /callout >}}
Expand Down

0 comments on commit d1d904f

Please sign in to comment.