Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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