From 0269da7153bfad00beff951aeb1a0eb7b6a32b43 Mon Sep 17 00:00:00 2001 From: Kitlith Date: Mon, 2 Jun 2025 16:42:03 -0700 Subject: [PATCH] Add Troubleshooting section This only works with the most current version of asahi mesa right now. --- content/docs/distros/Asahi_Linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/distros/Asahi_Linux.md b/content/docs/distros/Asahi_Linux.md index a3e4d59..f6be498 100644 --- a/content/docs/distros/Asahi_Linux.md +++ b/content/docs/distros/Asahi_Linux.md @@ -114,4 +114,14 @@ muvm -it -p 9757/udp -p 9757 -- ~/launch_wivrn.sh 3. Start steam. 4. etc. +## Troubleshooting + +### VkPhysicalDevice does not support required extension VK_KHR_external_semaphore + +VK_KHR_external_semaphore support was re-enabled in `Mesa 25.1.0-asahi20250425`. +Ensure that your mesa version is up-to-date, and is a revision that comes after this one. + +Aside: It sounds like the asahi fork of mesa will not be necessary, soon. +However, switching to mainline [breaks virglrenderer]() as of the time of writing. + [vr-multiarch-build]: https://gitlab.com/lvra/vr-multiarch-build \ No newline at end of file