From 33f3d0ed625454923ed834f9c3f7924b5609e482 Mon Sep 17 00:00:00 2001 From: Glax Date: Wed, 1 Oct 2025 11:07:32 +0000 Subject: [PATCH] Edit _index.md --- content/docs/hardware/_index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/docs/hardware/_index.md b/content/docs/hardware/_index.md index cdc6859..17b2b0b 100644 --- a/content/docs/hardware/_index.md +++ b/content/docs/hardware/_index.md @@ -115,16 +115,15 @@ A non-comprehensive table of various VR/XR devices and the drivers that support - Eyetrack VR and Project Babble will both be implemented through [oscavmgr](https://github.com/galister/oscavmgr) to emit proper unified flexes over OSC. - Tracking technologies can be mixed Monado/WiVRn by using [motoc](https://github.com/galister/motoc). -### Desktop hangs on start of SteamVR +### Desktop hangs on start of SteamVR or Monado Symptoms: -- When starting the SteamVR for the first time after, the desktop freezes and after 15 seconds SteamVR will have "started" but the Headset does not show a picture. - - Quitting SteamVR and restarting it solves this. +- When starting the SteamVR or Monado for the first time, the desktop freezes and after 15 seconds the SteamVR window is open but the Headset does not show a picture. + - Restarting SteamVR solves this. - Unplugging the headset and plugging it back in solves this. -- `dmesg | grep amdgpu` prints a line containing `ERROR dc_stream_state is NULL for crtc '1'!` (or another index). +- `dmesg | grep amdgpu` prints a line containing `ERROR dc_stream_state is NULL for crtc '1'!` (or some other number). - -This is a regression bug with the current RADV driver. A [patch](#applying-a-kernel-patch-for-vive-pro-2-bigscreen-beyond-pimax) is available [here](https://gitlab.freedesktop.org/drm/amd/-/issues/1856#note_2836580). +This is a regression with the current RADV driver. A kernel patch is available [on this GitLab issue](https://gitlab.freedesktop.org/drm/amd/-/issues/1856#note_2836580). See the section on [how to apply a kernel patch](#applying-a-kernel-patch-for-vive-pro-2-bigscreen-beyond-pimax). ## Applying a kernel patch (for Vive Pro 2, Bigscreen Beyond, Pimax)