The Oasis driver is very well known on Windows, it makes WMR headsets like the HP Reverb G2 work again, after Mixed Reality has been removed from recent versions of Windows. Arguably, it works even better than it ever did before “officially”.

Now Oasis is available on Linux as well, even though some features are not quite working with this initial release (like pairing with the internal Bluetooth receivers of the headsets).

It’s based on Ignition, a project that makes Windows-only SteamVR drivers work on Linux: https://github.com/BnuuySolutions/Ignition

  • lichtmetzger@discuss.tchncs.deOP
    link
    fedilink
    English
    arrow-up
    17
    ·
    14 days ago

    It only seems to run with xorg though, which is a shame:

    I had no success with Wayland, therefore I do not recommend using Oasis with Wayland.

    • TimeWalker@piefed.foxden.party
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 days ago

      In the release thread, the developer did mention this:

      Wayland works if you have the correct version of Mesa. Apparently certain distros have a version too old.

      Seeing as the developer only tested on Ubuntu 24.04 and SteamOS, it’s possible that they thought it wouldn’t work at all.

      • lichtmetzger@discuss.tchncs.deOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        13 days ago

        That’s nice to know! I tried to run it on Fedora but it crashes when the room setup starts. I thought it just wasn’t ready on Wayland, but after reading up a bit more this seems to be a problem with mesa on Fedora, because they build it with debug flags enabled which triggers a specific bug other distros don’t have.

        Oh, the joys of Linux… :)