From 00f8bfe3a6e6f7f66728d8f98bb8f7064e4214ac Mon Sep 17 00:00:00 2001 From: Agent00Ming <107314235+Agent00Ming@users.noreply.github.com> Date: Thu, 9 May 2024 17:14:08 -0400 Subject: [PATCH] Update NVIDIA cursor:no_hardware_cursors (#642) * Deprecation of WLR_NO_HARDWARE_CURSORS (NVIDIA) modified: pages/Nvidia/_index.md * Remove nvidia WLR_NO_HARDWARE_CURSORS reference in FAQ modified: pages/FAQ/_index.md --------- Co-authored-by: Agent_00Ming --- pages/FAQ/_index.md | 5 ----- pages/Nvidia/_index.md | 8 +++----- 2 files changed, 3 insertions(+), 10 deletions(-) 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 >}}