Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove SteamVR driver registration modes #2755

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zmerp
Copy link
Member

@zmerp zmerp commented Mar 14, 2025

At SteamVR launch, unconditionally register the ALVR driver. Also remove driver list backup.

In this PR I implement some sanity checks, that are now necessary since there is no unregistration of the driver:

  • Before launching SteamVR from the dashboard, we unregister any ALVR driver which is not from the current instance
  • Bail out at driver entry point (HmdDriverFactory) if we detect a running dashboard not from the same installation
  • At dashboard launch, kill every other dashboard instance.
    This should be sufficient to handle multiple ALVR installations (Steam release or not).

This PR should be merged only after #2754 and #2757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant