From 2adae4a80f4b1066d5fd5b3729e5660d644f430f Mon Sep 17 00:00:00 2001 From: Simon Zeni <simon@bl4ckb0ne.ca> Date: Wed, 31 Jul 2024 15:13:53 -0400 Subject: [PATCH] getting-started: add XRT_COMPOSITOR_WAYLAND_CONNECTOR env var --- getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/getting-started.md b/getting-started.md index 10cfa73..045628b 100644 --- a/getting-started.md +++ b/getting-started.md @@ -232,6 +232,7 @@ Available for monado-service: * `XRT_COMPOSITOR_FORCE_NVIDIA_DISPLAY=PNP`: Allows using direct mode on nvidia GPUs with a GPU not listed in [`NV_DIRECT_WHITELIST` in comp_settings.h](https://gitlab.freedesktop.org/monado/monado/-/blob/master/src/xrt/compositor/main/comp_settings.h). See `XRT_COMPOSITOR_LOG=debug` for finding viable display strings. * `XRT_COMPOSITOR_SCALE_PERCENTAGE=100`: Scale the render target size recommended to applications to render at. Affects all applications connecting to this service. Defaults to 140% supersampling. * `XRT_MESH_SIZE=64`: Control the resolution of the meshes generated by distortion mesh computation (vive, psvr, openhmd, northstar). +* `XRT_COMPOSITOR_WAYLAND_CONNECTOR=DP-1`: Requests a specific connector for the Wayland direct mode. If the connector is not available it will fallback on the first usable connector found. Available for OpenXR applications -- GitLab