mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Added instructions to fix Firefox (#113)
* Added fix instructions for hybrid graphics devices * Added fix for Firefox crash --------- Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
This commit is contained in:
parent
c6db4fcab3
commit
ca90bdc552
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ export GBM_BACKEND=nvidia-drm
|
|||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
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 >}}
|
||||
|
||||
Install `qt5-wayland`, `qt5ct` and `libva`. Additionally
|
||||
`nvidia-vaapi-driver-git` (AUR) to fix crashes in some Electron-based
|
||||
|
|
Loading…
Reference in a new issue