From ffd83eb37b9655ea0d6593d321210adf1431002f Mon Sep 17 00:00:00 2001 From: yobson1 <45133474+yobson1@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:48:02 +0000 Subject: [PATCH 1/2] docs(linux): fix for no steamvr dashboard on hybrid graphics --- wiki/Linux-Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Linux-Troubleshooting.md b/wiki/Linux-Troubleshooting.md index 55d63fc729..4b5d40d90a 100644 --- a/wiki/Linux-Troubleshooting.md +++ b/wiki/Linux-Troubleshooting.md @@ -65,6 +65,9 @@ Put `DRI_PRIME=1 %command%` into SteamVR's commandline options and in those of a 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. +### SteamVR Dashboard not rendering in VR +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. From a terminal run: `__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia steam-runtime` + ## Wayland When using hyprland or Gnome Wayland you need to put `WAYLAND_DISPLAY='' %command%` into the SteamVR commandline options to force XWayland. From 8b06060a86ee127372169cd61b5b8437a1b68a52 Mon Sep 17 00:00:00 2001 From: yobson1 <45133474+yobson1@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:19:01 +0000 Subject: [PATCH 2/2] docs(linux) specify dashboard fix is for nvidia --- wiki/Linux-Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Linux-Troubleshooting.md b/wiki/Linux-Troubleshooting.md index 4b5d40d90a..3d6989f742 100644 --- a/wiki/Linux-Troubleshooting.md +++ b/wiki/Linux-Troubleshooting.md @@ -65,7 +65,7 @@ Put `DRI_PRIME=1 %command%` into SteamVR's commandline options and in those of a 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. -### SteamVR Dashboard not rendering in VR +### SteamVR Dashboard not rendering in VR on Nvidia discrete GPU 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. From a terminal run: `__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia steam-runtime` ## Wayland