mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Nvidia: remove unnecessary env vars
This commit is contained in:
parent
59eb7dd84f
commit
85e8e93eba
1 changed files with 0 additions and 6 deletions
|
@ -30,16 +30,10 @@ wrap the launcher and additionally export these:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export LIBVA_DRIVER_NAME=nvidia
|
export LIBVA_DRIVER_NAME=nvidia
|
||||||
export CLUTTER_BACKEND=wayland
|
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
export GBM_BACKEND=nvidia-drm
|
export GBM_BACKEND=nvidia-drm
|
||||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||||
export WLR_NO_HARDWARE_CURSORS=1
|
export WLR_NO_HARDWARE_CURSORS=1
|
||||||
export WLR_BACKEND=vulkan
|
|
||||||
export QT_QPA_PLATFORM=wayland
|
|
||||||
export GDK_BACKEND=wayland
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install `qt5-wayland`, `qt5ct` and `libva`. Additionally
|
Install `qt5-wayland`, `qt5ct` and `libva`. Additionally
|
||||||
|
|
Loading…
Reference in a new issue