CertainLach/VivePro2-Linux-Driver

Driver is broken on latest SteamVR beta

CertainLach opened this issue · 2 comments

Original lighthouse driver now searches for viveVR driver, and doesn't have fallback to use its own tracking implementation, thus rendering proxy driver strategy unusable

Either real driver patching is required, or i need to properly implement custom driver
Last idea should work, i have implemented display using it, however my new implementation lacks tracking for now

As temporary fix, this check should be disabled:
grafik

I will try to automate this

I didn't found suitable finished solution for automated binary patching, so i wrote my own
Before running driver installation, install patching utility:

cargo install --git https://github.com/CertainLach/sewer