Hi @anuxagfr, thanks for chiming in. Not very keen to download random .zip files from strangers, sorry.
⚠️ SECURITY ALERT
User @anuxagfr is part of a coordinated mass supply chain attack.
DO NOT DOWNLOAD any .zip files from this user.
—DugganUSA Threat Intelligence
I am having the same issue using a Quest 2
To Reproduce
The same as ogrady
Expected Behaviour
The same as ogrady
System Information (please complete the following information):
I at first also had an isssue with setting the OpenXR runtime, though this was able to be fixed by using the vrmonitor.sh file on the command line and editing the vrenv.sh file to use exec "./$@" rather than exec "$@".
This has been a sporadic issue across multiple headsets (Not only Oculus / Meta products) and dozens of SteamVR versions since around 2017 (And - Whilst affecting Linux users - Is not specific TO Linux).
Whilst the issue is commonly attributed to dual-screen setups, it also frequently appears for users with single monitors.
I was able to get past this particular error by running:
QT_QPA_PLATFORM=xcb \
SDL_VIDEODRIVER=x11 \
VR_DISABLE_OPENVR_OVERLAY=1 \
steam
From there on, I encountered https://github.com/ValveSoftware/SteamVR-for-Linux/issues/858 instead (which I also was able to briefly overcome, continuing in #858).
I am not closing this, as I don't think this issue is resolved at core. But maybe it helps other users or the devs to analyze the problem.
SDL_VIDEODRIVER=x11x1 2026-01
Describe the bug
Connecting to SteamVR from Quest 3 crashes SteamVR on Linux.
Appears to be related to/ same issue as https://github.com/ValveSoftware/SteamVR-for-Linux/issues/623
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Quest 3 should connect to Steam running on Linux and stream games from there.
System Information (please complete the following information):
Gist containing SteamVR info
Additional context
I am not even entirely sure if this is a singular problem, as I have encountered multiple other issues along the way:
But the the most prevalent seems to be error 306.
I also found some threads on Reddit describing this error when too many displays were connected (more than four, including the HMD).
In my case, I only have a single monitor connected via HDMI, plus the HMD. I also tried no monitor at all, with just a DP dongle attached. Same outcome.