Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
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