mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-04-28 10:18:29 +02:00
Merge branch 'main' into 'main'
Add Monado display troubleshooting See merge request lvra/lvra.gitlab.io!82
This commit is contained in:
commit
52df33bf9f
1 changed files with 13 additions and 1 deletions
|
@ -35,4 +35,16 @@ OpenComposite is REQUIRED to operate Monado in conjunction with Steam games. Pro
|
||||||
|
|
||||||
## Envision
|
## Envision
|
||||||
|
|
||||||
[Envision](/docs/fossvr/envision/) provides a fairly low-barrier setup and development of both Monado and OpenComposite on most any modern distro.
|
[Envision](/docs/fossvr/envision/) provides a fairly low-barrier setup and development of both Monado and OpenComposite on most any modern distro.
|
||||||
|
|
||||||
|
# Troubleshooting
|
||||||
|
|
||||||
|
## [NVIDIA-specific] "NVIDIA: No allowlisted displays found!"
|
||||||
|
|
||||||
|
This may be caused by a few different issues:
|
||||||
|
- NVIDIA driver misnaming the display: If you see a display simply named "NVIDIA" in the output, the NVIDIA driver may be using a fallback name.
|
||||||
|
This can be worked around by setting the environment variable `XRT_COMPOSITOR_FORCE_NVIDIA_DISPLAY="NVIDIA"`.
|
||||||
|
- HMD display completely missing from the list: Try unplugging and replugging the power adapter.
|
||||||
|
|
||||||
|
## "vkAcquireXlibDisplayEXT: VK_ERROR_UNKNOWN (0x000058b7a0764a80)"
|
||||||
|
Try unplugging and replugging the power adapter.
|
Loading…
Add table
Reference in a new issue