Afiya

Results 112 comments of Afiya

The problem is your driver, SteamVR goes into safe mode when one of the drivers crash, in your case it is most likely your driver segfaulting, SteamVR keeps going into...

Also the "deleting my driver" part, don't do it like that, check the [`vrpathreg` registry](https://github.com/ValveSoftware/openvr/wiki/Local-Driver-Registration) if it tries to load any additional drivers, verify the integrity of SteamVR files and...

I have not used SteamVR Home in ages, but if i remember correctly there is a way to give it new models(if nothing changed), i'll get to it some time...

Way better, but looking at the whole Linux section in the README again, they used an actual make command `make -j4` instead of `cmake --build .` after generating the build...

You don't need to reopen a PR for this change tho xD Just add a new commit to this one.

So do i, it does indeed help if the cmake generate and build commands are separated, im just saying that the build command they're using is not ideal. They have...

relativty moved to using hid for communication between the board and the driver

this was caused by the lack of hmd's bindings, and im guessing by osvr being old af but now relativty has its own steamvr driver, the hmd's laser pointer should...

I am going to assume you were trying to make a VR game (or something that uses SteamVR) and you want to have some minimum device setup before your game,...