This commit is contained in:
Zuzka Varga 2025-02-16 00:59:13 +01:00
parent e153586db3
commit 27907076dc

View file

@ -16,7 +16,7 @@ For now this is a hacky approach as Monado's builders don't support the function
* https://gitlab.freedesktop.org/monado/monado/-/issues/459 * https://gitlab.freedesktop.org/monado/monado/-/issues/459
* https://gitlab.freedesktop.org/monado/monado/-/issues/288 * https://gitlab.freedesktop.org/monado/monado/-/issues/288
I made this for WMR as i have a reverb G2 & vive 1 (used only for it's 2 watchman dongles) I made this for WMR as I have a reverb G2 & vive 1 (used only for it's 2 watchman dongles)
you can easily adapt this for other headsets in a hacky way, until these issues are closed. you can easily adapt this for other headsets in a hacky way, until these issues are closed.
@ -30,12 +30,12 @@ Linux setup:
* Download SteamVR on Steam (try non beta version first) * Download SteamVR on Steam (try non beta version first)
* configurations from windows copied over * configurations from windows copied over
## How to copy your windows steam configurations to Linux ## How to copy your Windows steam configurations to Linux
* mount your windows drive (e.g. at `/mnt`) * mount your windows drive (e.g. at `/mnt`)
* `cp "/mnt/Program Files (x86)/Steam/config" ~/.steam/steam/ -r` * `cp "/mnt/Program Files (x86)/Steam/config" ~/.steam/steam/ -r`
## Build ## Build
Grab my hacky Monado Grab my custom Monado
`git clone https://gitlab.freedesktop.org/Zuzka/monado` `git clone https://gitlab.freedesktop.org/Zuzka/monado`