fix: Disable all the nvidia related bullshit
I don't have nvidia GPU, and this workaround caused my cursor to disappear in some cases (such as when using Cage with some apps, or when using Waydroid)
This commit is contained in:
parent
1cf64aad03
commit
5d6ab73544
1 changed files with 8 additions and 5 deletions
|
@ -178,12 +178,11 @@ env = MOZ_DISABLE_RDD_SANDBOX,1
|
|||
env = _JAVA_AWT_WM_NONREPARENTING=1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
#env = LIBVA_DRIVER_NAME,nvidia
|
||||
#env = GBM_BACKEND,nvidia-drm
|
||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||
env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||
#env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||
env = PROTON_ENABLE_NGX_UPDATER,1
|
||||
env = NVD_BACKEND,direct
|
||||
env = __GL_GSYNC_ALLOWED,1
|
||||
|
@ -193,3 +192,7 @@ env = WLR_USE_LIBINPUT,1
|
|||
env = XWAYLAND_NO_GLAMOR,1 # with this you'll need to use gamescope for gaming
|
||||
env = __GL_MaxFramesAllowed,1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue