From d1d904f14df802dd4d7d0576aec3ac3a31078e06 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 26 Oct 2024 02:15:11 +0100 Subject: [PATCH] nvidia: warn about lag with hw cursors --- pages/Nvidia/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index 652ae97..e8a199f 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -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 >}}