this post was submitted on 14 Jun 2023
12 points (100.0% liked)

Linux Gaming

15818 readers
121 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Hello all,

I wanted to know the state of VR gaming on Linux: does VR work ? Are most games playable ?

I plan to buy a Valve Index, wanted to know how it would hold on a Linux system.

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] boerbiet@feddit.nl 1 points 1 year ago

Beat Saber is the only VR game I play on my HTC Vive (2016 model) and it works fine. If you want mods, however, you need to switch to the legacy branch in Steam (1.29.1) since 1.30 had major changes and mods haven´t been updated for it yet.

For mod installation, I use Beataroni, but there are alternatives.

While Steam does not support sending the base stations to sleep via Bluetooth, there is a python script which (after setting it up) can do so for you. My process is:

  1. Start the python script in a terminal -> base stations wake up.
  2. Plug in the headset. Primary audio is automatically switched to it.
  3. Launch SteamVR and play.
  4. Exit VR, unplug headset. Primary audio is returned to my speakers.
  5. Press Ctrl+C in the terminal to terminate the script. After a few seconds, the base stations turn off.

Since I have old base stations, I use the script for controlling v1 lighthouses: https://github.com/risa2000/lhctrl. The author also made a script for v2 lighthouses: https://github.com/risa2000/lh2ctrl. I only have experience with the HTC Vive so your mileage may vary.