Skip to content

Commit 3a060d3

Browse files
authored
docs(linux): fix for no steamvr dashboard on hybrid graphics (#2511)
* docs(linux): fix for no steamvr dashboard on hybrid graphics * docs(linux) specify dashboard fix is for nvidia * docs(linux): note to first close the steam client before opening it with render offload
1 parent 8bebc14 commit 3a060d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wiki/Linux-Troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Put `DRI_PRIME=1 %command%` into SteamVR's commandline options and in those of a
8282

8383
Put `__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia %command%` into SteamVR's commandline options and in those of all VR games you intend to play with ALVR.
8484

85+
### SteamVR Dashboard not rendering in VR on Nvidia discrete GPU
86+
If you encounter issues with the SteamVR dashboard not rendering in VR you may need to run the entire steam client itself via PRIME render offload. First close the steam client completey if you have it open already, you can do so by clicking the Steam dropdown in the top left and choosing exit. Then from a terminal run: `__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia steam-runtime`
87+
8588
## Wayland
8689

8790
When using old Gnome (< 47 version) under Wayland you might need to put `WAYLAND_DISPLAY='' %command%` into the SteamVR commandline options to force XWayland on SteamVR. This fixes issue with drm leasing not being available.

0 commit comments

Comments
 (0)