mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
nvidia: warn about lag with hw cursors
This commit is contained in:
parent
0b02a14e3f
commit
d1d904f14d
1 changed files with 3 additions and 2 deletions
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in a new issue