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 <agent00ming9366@gmail.com>
This commit is contained in:
Agent00Ming 2024-05-09 17:14:08 -04:00 committed by GitHub
parent 14f39a4b4a
commit 00f8bfe3a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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 >}}