diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index e227b1e..134e2da 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -30,11 +30,6 @@ and try compiling with LEGACY_RENDERER _For more info about bugs and crashes, see this_ _[wiki page](../Crashes-and-Bugs)_ -### Me cursor no render? - -If you are on NVIDIA, you may need to use the `WLR_NO_HARDWARE_CURSORS=1` environment -variable. - ### My external monitor is blank / doesn't render / receives no signal (laptop) For Nvidia graphics - This issue appears to be resolved when using Nvidia diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index aec194e..dd5153b 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -94,14 +94,12 @@ env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland env = GBM_BACKEND,nvidia-drm env = __GLX_VENDOR_LIBRARY_NAME,nvidia -env = WLR_NO_HARDWARE_CURSORS,1 ``` -{{< callout type=info >}} +{{< callout type=warning >}} -The `WLR_NO_HARDWARE_CURSORS` environment variable is no longer a hard requirement -for a visible cursor since the adoption of [this](https://github.com/hyprwm/wlroots-hyprland/pull/5) -patch in wlroots-hyprland. Feel free to try out hardware cursors for a spin. +Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated. +Do not set it in your configs. See: [cursor](../Configuring/Variables/#cursor) {{< /callout >}}