Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@CertainLach CertainLach released this 11 Nov 22:15
· 9 commits to master since this release
v0.7.0
a2a9f4e

Updated steam client & SteamVR compatibility

It is no longer required to have wine installed on local machine, if you have proton installed in Steam. Latest version is preferred (Including hotfix), but you may specify it manually by changing SteamVR launch arguments: PROTON_VERSION=8.0 %command%.

Driver logs are now written to $STEAM_DIR/logs/vr{client,server}.log, by implementing a custom Rust tracing driver, say no to starting steam from console just to read driver stdout.

To provide a better debugging experience, this driver no longer silently fails when lens-server is failing to start, instead it displays an error message using zenity (No need to install it, it should already exist in steam-runtime vr environment), and tries fallback display settings in the meantime.

Build and runtime dependencies were updated for new steam runtime, however, your host system now needs to have GLIBC 2.34+.
Partial list of supported systems is now the following:

  • Manjaro/ArchLinux - yes
  • NixOS 22.05+
  • Fedora 35+
  • Debian 12(bookworm)+
  • Ubuntu 22.04+

(Based on https://repology.org/project/glibc/versions)

It is possible to support older versions, but you will have a better experience on recent enough system.