CachyOS / cachyos-hyprland-settings

Settings and dotfiles for CachyOS hyprland
23 stars 9 forks source link

Add nvidia envs #6

Closed stickyburn closed 1 year ago

stickyburn commented 1 year ago

There's a few envs needed to be added for Nvidia GPUs. Without this, the cursor disappears and sometimes Hyprland is unable to boot. Would be great to add these to config if Nvidia is detected.

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

https://wiki.hyprland.org/Nvidia/

vnepogodin commented 1 year ago

These are included