From f480af1e6bf8f3faa0c4fe53351db50dff88b633 Mon Sep 17 00:00:00 2001 From: Bones Date: Thu, 28 Mar 2024 17:47:52 +0000 Subject: [PATCH] Remove GPU matrix from monado section --- content/docs/fossvr/monado/_index.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/content/docs/fossvr/monado/_index.md b/content/docs/fossvr/monado/_index.md index 3ceb2cd..ff1953b 100644 --- a/content/docs/fossvr/monado/_index.md +++ b/content/docs/fossvr/monado/_index.md @@ -26,23 +26,3 @@ Monado is made for PCVR headsets, if you have a standalone headset you can check ## Steam To use Monado as the OpenXR runtime with Steam, or if you're planning to use the SteamVR lighhouse driver in Monado, make sure to [run the room setup first](/docs/steamvr/). - - -## GPU support matrix - -| Manufacturer | Driver | Vulkan Support | DisplayPort Audio | Reprojection Support | Hybrid Graphics Support | Notes | -|--------------|--------------------------|----------------|-------------------|-------------------------------|-------------------------|--------------------------------------------------------------------| -| Nvidia | Proprietary | Good | Yes | Functional, non-robust | Functional | Requires an implicit [vulkan-layer](https://gitlab.freedesktop.org/monado/utilities/vulkan-layers) [*AUR package*](https://aur.archlinux.org/packages/monado-vulkan-layers-git) to operate normally. | -| Nvidia | Nouveau + NVK Vulkan (Open Source) | Functional | No | No proper Vulkan queue | Functional | Lacks DisplayPort audio, suffers from stutter without reprojection queue. | -| Intel | ANV (Open Source) | Variable | Yes | Untested | Functional | Lacks direct mode implementation in driver, unable to drive wired HMDs. | -| AMD | RADV (Open Source) | Excellent | Yes | Robust (RDNA and up) | Functional | RDNA generation and up supported with compute tunneling for reprojection. Lower than RDNA are not robust. | - -**Notes:** -- **Vulkan Support**: Indicates the level of Vulkan API stability. -- **DisplayPort Audio**: Whether audio over DisplayPort is supported. -- **Reprojection Support**: Describes the support and quality of reprojection features for VR. Poor support indicates that the driver is not able to properly handle Vulkan realtime shaders and it will present as visual stutter. Non-robust solutions will suffer stutter under very high GPU load. -- **PRIME/ Hybrid GPU Support**: Compatibility with systems using multiple GPUs simultaneously. Monado and all clients must be run on a single select GPU due to memory tiling requirements. -- For Nvidia proprietary drivers, the [vulkan-layer](https://gitlab.freedesktop.org/monado/utilities/vulkan-layers) is **required** not to crash. -- AMD GPUs lower than RDNA generation have functional but less robust reprojection capabilities, expected to be similar to Intel. -- Audio over displayport is known to temporarily cut out when new audio sources spring up on pipewire [without a fix to add alsa headroom](https://wiki.archlinux.org/title/PipeWire#Audio_cutting_out_when_multiple_streams_start_playing) -- X11 configurations are highly discouraged but possible to run, please upgrade your system to Wayland if at all possible. \ No newline at end of file