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

  • poVoq@slrpnk.netM
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Yes, it mostly works (HTC Vive Pro here). It can be janky at times when you have to restart SteamVR and fiddle with the audio output. Also on Gnome you need to use X11, while on KDE it works already with Wayland. Ah and turning off the base-stations via Blootooth doesn’t work, so you need to unplug them or use a phone app to turn them to sleep mode.

    • Pankkake@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Okay, thank you for your input.

      I’ve heard that Beat Saber no longer works on Linux, have you tried it recently ?

      In any case, I might try to run Windows on a VM with GPU passthrough.

      • boerbiet
        link
        fedilink
        arrow-up
        1
        ·
        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.