Featured image of post Quest 3 on Arch

Quest 3 on Arch

Guide to setting up wireless SteamVR on Arch Linux

There are plenty of guides online on how to set everything up on Windows, but not so many for Arch Linux or Linux in general.

SteamVR

SteamVR is the backbone of PC VR gaming, supporting a wide range of headsets and offering access to countless VR titles. It is part of your Steam library—just download and run it.

If you’ve previously used your headset on Windows, you might encounter an issue with Steam Link on Linux. It displays the error:

'Streaming VR is not available from that computer.'

Due to this limitation, we need to use alternative software to pair with SteamVR.

SideQuest

SideQuest is a popular platform for sideloading apps, games, and experimental software onto standalone VR headsets. It expands the possibilities of your VR device beyond the default app store.

Visit the official SideQuest site for a detailed guide on how to connect your headset, enable developer mode, and install all prerequisites.

If you’re having trouble connecting your headset, ensure you have ADB (Android Debug Bridge) installed. To check, run:

1
adb version

If it’s not installed, you can get it with:

1
sudo pacman -S android-tools

ALVR (Air Light VR)

ALVR allows wireless PC VR gaming by streaming games from your PC to a standalone headset like the Meta Quest series. It uses low-latency video encoding to provide a seamless experience.

Download ALVR from the official ALVR GitHub releases page

  • Install the APK on your headset using SideQuest.
  • Extract the .tar file on your Arch Linux machine and run the executable.

Follow the on-screen instructions to set up ALVR. Be sure to mark the headset as “trusted.”

Once done, start SteamVR.

From there, manually start VR games from your PC. While this is a limitation, once the game is running, you can enjoy your session in the VR headset.

Tips & tricks

Fix for Black Screen on Headset

If your VR game runs on your PC but your headset displays a black screen, try this fix: Add the following command to SteamVR’s launch options:

~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%

(Note: File paths may vary depending on where you installed SteamVR.)

Fix for Games Not Launching in VR Mode

Is the game not launching in VR mode? Go to the game properties, then to Compatibility, and enable Proton. After that, in General settings or during the first game launch, it will ask if you want to play in normal mode or VR mode.

Happy gaming ! :)

Life is a choice: reboot or be root


Built with Hugo
Theme Stack designed by Jimmy