CertainLach / VivePro2-Linux-Driver

SteamVR driver for VivePro2 on Linux
GNU General Public License v2.0
64 stars 8 forks source link

Automatically discover HMD resolution by parsing EDID. #3

Closed nsf closed 2 years ago

nsf commented 2 years ago

Sorry if the code is a bit trashy, but it should work.

CertainLach commented 2 years ago

Actually i want to implement it other way around: reconfigure headset on SteamVR startup

nsf commented 2 years ago

I don't insist this solution stays there forever. But for now, It's a bit better than recompiling things.

CertainLach commented 2 years ago

I have implemented automatic reconfiguration here, also no recompilation needed: https://github.com/CertainLach/VivePro2-Linux-Driver/releases/tag/v0.2.0-rust.1

CertainLach commented 2 years ago

Published Rust rewrite source code with dynamic reconfiguration written