mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Note for Discord and Zoom screen sharing on Nvidia (#137)
This commit is contained in:
parent
5306343a2f
commit
9c5bd55926
1 changed files with 4 additions and 0 deletions
|
@ -38,9 +38,13 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< hint >}}If you encounter crashes in Firefox, remove the line `export GBM_BACKEND=nvidia-drm` from your launcher.
|
{{< hint >}}If you encounter crashes in Firefox, remove the line `export GBM_BACKEND=nvidia-drm` from your launcher.
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
|
{{< hint >}}If you face problems with Discord windows not displaying or screen sharing not working in Zoom, remove or comment the line `export __GLX_VENDOR_LIBRARY_NAME=nvidia` from your launcher.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
Install `qt5-wayland`, `qt5ct` and `libva`. Additionally
|
Install `qt5-wayland`, `qt5ct` and `libva`. Additionally
|
||||||
`nvidia-vaapi-driver-git` (AUR) to fix crashes in some Electron-based
|
`nvidia-vaapi-driver-git` (AUR) to fix crashes in some Electron-based
|
||||||
applications, such as Unity Hub.
|
applications, such as Unity Hub.
|
||||||
|
|
Loading…
Reference in a new issue