Results 159 comments of Christoph Haag

Probably not. In the strace output you posted vrclient.so is successfully opened open("/home/dfitzgerald/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so", O_RDONLY|O_CLOEXEC) = 96 Clearly the error message is wrong and vrclient.so was found. In my earlier case...

I haven't tried it but I take your word for it :)

On my RX 480 with radv, performance and reprojection is both bad/broken, and as the SteamVR readme says, all OpenGL rendering will not be optimal yet, but it does compile...

I can't say I did anything special. In neo/ I did cmake; make and then ./RBDoom3BFG. Of course with the game files in the right place (I don't know where...

Hm... ``` WARNING: Unable to open resource file maps/_startup.resources ----- Initializing Decls ----- ------------------------------ Couldn't open journal files /proc/cpuinfo CPU processors: 3 /proc/cpuinfo CPU logical cores: 3 execing default.cfg execing...

True, I wrote it as a minimal one off script. I think the quickest way would be to print an error and refuse to do anything if the target file...

About mingw: I don't know windows well but there is a possibility that SteamVR can't even load plugins built with mingw. As Valve's OpenVR driver header clearly doesn't support building...

Looks like https://github.com/OpenHMD/OpenHMD/commit/5b91b37fe4bb74a87420998f464c031e60188722#diff-af3b638bc2a3e6c650974192a53c7291 by default only provides the openhmd target now and if you want the openhmd-shared target you have to enable BUILD_BOTH_STATIC_SHARED_LIBS... Personally I don't really care about linking...

The original text doesn't apply anymore, but the issue still persists. Firefox Nightly on Linux can now load the oculus rift library, mozvr.com does show the vr button, when pressing...

Also relevant for other HMDs with rotated displays: #53 I gave it a shot with this PR: #58. I think my WVR2 displays correctly in direct mode with this one...