From 3993efb617dde1cb2a7343819ff5e4bcba80ad76 Mon Sep 17 00:00:00 2001 From: Bones Date: Thu, 28 Mar 2024 12:49:11 +0000 Subject: [PATCH] Update reprojection info on monado --- content/docs/fossvr/monado/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/docs/fossvr/monado/_index.md b/content/docs/fossvr/monado/_index.md index c2f9039..3ceb2cd 100644 --- a/content/docs/fossvr/monado/_index.md +++ b/content/docs/fossvr/monado/_index.md @@ -14,6 +14,11 @@ Essentially, Monado is an open source OpenXR implementation, it can be used as a Depending on the game, Monado can offer a better overall experience (if with less features) compared to SteamVR, or it might not work at all. +Monado should always be utilized with the enviornment variable `XRT_COMPOSITOR_COMPUTE=1` to avoid stuttering when application is below maximum refresh rate of the HMD. + +Check your logs and ensure that the keywords REALTIME and COMPUTE vulkan queue has been created as opposed to MEDIUM and GRAPHICS queue types before opening issues about failing reprojection. +If your monado-service is unable to acquire these properties in the debug logs `sudo setcap 'cap_sys_nice=eip' ` to ensure it can request the priority it needs. + Monado's space may be modified with the enviornment variables OXR_TRACKING_ORIGIN_OFFSET_X=0.0, OXR_TRACKING_ORIGIN_OFFSET_Y=1.0, OXR_TRACKING_ORIGIN_OFFSET_Z=0.0 to force a defined space or origin offset throughout the session. Useful for seated mode configurations, offset units are floating point in meters, positive or negative. Monado is made for PCVR headsets, if you have a standalone headset you can check out [WiVRn](/docs/fossvr/wivrn/) or [ALVR](/docs/steamvr/alvr/).