ALVR icon indicating copy to clipboard operation
ALVR copied to clipboard

[Linux] [Improvement] Setting to point to Steam VR executable

Open Wyfi0 opened this issue 2 years ago • 4 comments

New to contributing, sorry for any mistakes!

Pretty simple, it would be nice to set the steam vr command in the settings. It would be good for laptops with hybrid graphics (like mine) to be able to set a command prefix to run on the dedicated gpu rather than the integrated. Also if you have multiple different steam installations (native vs flathub) you could specify which one to use.

That's it! Do with this what you will!

Wyfi0 avatar Aug 25 '23 23:08 Wyfi0

That's actually a good idea! Thanks. I'll wait for some comments from Linux contributors.

zmerp avatar Aug 25 '23 23:08 zmerp

If i understood it correctly, it's setting commandline parameter in steam, do anyone know how to do it?... i don't think there is api or easy way to change that.

Meister1593 avatar Aug 26 '23 13:08 Meister1593

We can just execute a different command conditionally depending on a session setting. This would be handy for me too for work. A bit low priority for me but anyone is welcome to work on it.

zmerp avatar Aug 26 '23 13:08 zmerp

Main concern is adding it to steamvr commandline settings but i remembered something, you can use same steam web protocol that you use for launching steamvr, but pass parameters into it It's quite finicky with xdg, needs bunch of quotes around to work properly, but it can work.

Meister1593 avatar Aug 26 '23 13:08 Meister1593