WayVR NVIDIA troubleshooting

Aleksander 2025-03-02 13:30:46 +01:00
parent f0fbdd73ee
commit 4923390404
1 changed files with 9 additions and 1 deletions

@ -14,4 +14,12 @@ Attach this with the other logs that you have.
```
rust-gdb -ex run target/debug/wlx-overlay-s
```
```
# WayVR Server not working on Hybrid Graphics (NVIDIA)
Try starting `wlx-overlay-s` with these environment variables, to force-use NVIDIA GPU:
```EGL_PLATFORM=wayland __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json __NV_PRIME_RENDER_OFFLOAD=1```
This could also help with people having difficulties launching the WayVR Dashboard itself.