From 79f80eeb9e3d0d7c9752a1a497a1cebb1e575875 Mon Sep 17 00:00:00 2001 From: Bones Date: Wed, 27 Mar 2024 17:31:50 +0000 Subject: [PATCH] Update GPU support info for intel --- content/docs/fossvr/monado/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/fossvr/monado/_index.md b/content/docs/fossvr/monado/_index.md index 6e9271c..c2f9039 100644 --- a/content/docs/fossvr/monado/_index.md +++ b/content/docs/fossvr/monado/_index.md @@ -29,7 +29,7 @@ To use Monado as the OpenXR runtime with Steam, or if you're planning to use the |--------------|--------------------------|----------------|-------------------|-------------------------------|-------------------------|--------------------------------------------------------------------| | 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) | Excellent | Yes | Functional, non-robust | Functional | Dedicated cards recommended, lacks robust reprojection like AMD. | +| 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:**