mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 09:15:31 +02:00
Merge branch 'main' into 'main'
Added "OXR_PARALLEL_VIEWS=1 %command%" for openvr games See merge request lvra/lvra.gitlab.io!107
This commit is contained in:
commit
e096ad1e73
2 changed files with 12 additions and 0 deletions
|
@ -128,3 +128,9 @@ The Oculus Rift CV1 is supported on the OpenHMD profile of Envision.
|
|||
Start the profile with your headset placed on the floor in clear view of all bases to generate this file as your calibrated playspace origin first run and delete it to reset the configuration.
|
||||
|
||||
A calibration of base stations will be saved to disk at `~/.config/openhmd/rift-room-config.json`.
|
||||
|
||||
### Fix View
|
||||
|
||||
In Steam OpenVR games, the eye's are not calibrated properly, and result in double vision or cross eye effect.
|
||||
|
||||
You can add "OXR_PARALLEL_VIEWS=1 %command%" to the launch options to fix this.
|
||||
|
|
|
@ -33,6 +33,12 @@ In order to use the SteamVR lighthouse driver in Monado, you just need to set th
|
|||
|
||||
OpenComposite is REQUIRED to operate Monado in conjunction with Steam games. Proton requires a functional OpenVR API to utilize OpenXR at all and Proton itself is required for VR to function as normal wine does not carry any of the needed patches nor does "protonified" wine something like Lutris would provide.
|
||||
|
||||
### Fix View
|
||||
|
||||
In Steam OpenVR games, the eye's are not calibrated properly, and result in double vision or cross eye effect.
|
||||
|
||||
You can add "OXR_PARALLEL_VIEWS=1 %command%" to the launch options to fix this.
|
||||
|
||||
## Envision
|
||||
|
||||
[Envision](/docs/fossvr/envision/) provides a fairly low-barrier setup and development of both Monado and OpenComposite on most any modern distro.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue