Support for Vive Focus Vision on Ubuntu 20.04 #2475
Unanswered
Leseratte10
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I can speak about the headset, i have reports it works. We don't have a device name yet so it will show as "HTC Vive (Unknown)" |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just got the Vive Focus Vision and wanted to test this tool to run PC VR games wirelessly on my headset, but I've ran into two (seperate) issues:
It looks like support needs to be added for each particular VR headset, and the Vive Focus Vision isn't mentioned in the readme (only the Focus 3 / XR are), nor is it mentioned in the
alvr/client_core/src/platform/mod.rs
file. Is there any data / debug log / etc. I can make available from my headset to help adding support? Is that even needed or should this work without explicit support? I would just test it myself but I ran into a 2nd issue:Both the alvr_dashboard and the alvr launcher just display error messages about not finding functions from glibc 2.35 and below. I am running Ubuntu 20.04.6 which comes with glibc 2.31. It looks like the Linux binaries are being compiled on the "ubuntu-latest" Github CI platform, which currently is Ubuntu 22.04 and will resolve to Ubuntu 24.04 very soon. This means the released binaries can only be used by people running Ubuntu 22.04/24.04 or newer.
A) is there a particular reason for that (features needed on newer distributions) or would it be possible to lower the version used for the packaging so the tool can run on older systems as well? (If there's no actual dependencies to newer OSes it should be enough to replace "ubuntu-latest" with "ubuntu-20.04"). Or do I have to resort to building from source code? I haven't tried doing that yet because I didn't want to spend a bunch of time trying to get it to compile when I don't know if it'll even work with my VR headset ...
Beta Was this translation helpful? Give feedback.
All reactions