Edit _index.md

This commit is contained in:
Glax
2025-10-01 00:29:47 +00:00
committed by hypevhs
parent 90255a3aa6
commit 71e2782671

View File

@@ -115,6 +115,17 @@ 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
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.
- 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).
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).
## Applying a kernel patch (for Vive Pro 2, Bigscreen Beyond, Pimax)
### Arch