Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
I started it from within SteamVR but all that happened was that it started the 2D version on my desktop monitor. Now I found this topic and it seems the VR version is not working under Linux.
I really hope you will add VR support for Linux in the future. :-)
I read that you are using at least Unity 2017.2 now: http://universesandbox.com/blog/2018/03/update-20-5/ so I bought and tried it.
VR mode does *not* launch by default. For the VR mode you have to add the parameter "-vrmode openvr" in steam properties or start it from command line like ./Universe\ Sandbox.x86_64 -vrmode openvr.
Unfortunately you have to confirm a steamvr dashboard dialog (why???) but the VR mode WORKS.
Here is a short demo video: https://youtu.be/DTk3xln7C0Y
Unfortunately (at least on the AMD radv vulkan driver) it crashes on startup if you add the parameter "-force-vulkan", so it only works in OpenGL mode which has suboptimal performance, but still works. Perhaps in a more recent Unity version the Vulkan renderer can work.
Using proton did work and VR was fine, unfortunately, sound was missing and performance was pretty bad :/
Now i have to decide if i refund it, i bought it primarily for VR...
steam://rungameid/230290
this successfully launches in regular mode. I tried
steam steam://rungameid/230290 -vrmode openvr
and it still launch in regular mode . Can someone provide the exact command line (with paths) to launch in VR mode? If it doesn't work I'll have to ask for a refund
I'm using Ubuntu 19.10 with Valve Index
Here's a conversation about where the binaries are installed:
https://askubuntu.com/questions/227502/where-are-steam-games-installed
but it does seem to try to start in vr mode when I give it the paramter -vrmode openvr.
I don't know if steam steam://rungameid/230290 -vrmode openvr is actually supposed to work. Best to either put it in the game launch options in the properties in steam or start it from command line like ./Universe\ Sandbox.x86_64 -vrmode openvr
On some systems it might help to use the steam runtime's run.sh script for that, it would look something like
~/.steam/steam/ubuntu12_32/steam-runtime/run.sh ./Universe\ Sandbox.x86_64 -vrmode openvr