mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
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:
parent
14f39a4b4a
commit
00f8bfe3a6
2 changed files with 3 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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 >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue