alvr-org/ALVR

Linux vrcompositor wrapper cleanup

Open

#665 opened on May 18, 2021

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Rust (656 forks)auto 404
enhancementhelp wantedlinux

Repository metrics

Stars
 (7,640 stars)
PR merge metrics
 (Avg merge 46d) (1 merged PR in 30d)

Description

This issue is based off of https://github.com/alvr-org/ALVR/issues/269#issuecomment-843387487.

Currently, when ALVR starts on Linux the launcher moves some SteamVR binaries around to wrap vrcompositor in order to activate the Vulkan layer; this works fine until the user would like to use a different HMD which is supported by SteamVR without ALVR. (e.g. the Valve Index)

Right now, the user has to manually clean up after ALVR in order to use SteamVR once again.

Contributor guide