mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 09:15:31 +02:00
Add Troubleshooting section
This only works with the most current version of asahi mesa right now.
This commit is contained in:
parent
e4ccdb9b57
commit
0269da7153
1 changed files with 10 additions and 0 deletions
|
@ -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](<https://github.com/chadmed/asahi-overlay/commit/34e50cc47c6a75ccd421b27f6ad5ded1dee4f402>) as of the time of writing.
|
||||
|
||||
[vr-multiarch-build]: https://gitlab.com/lvra/vr-multiarch-build
|
Loading…
Add table
Add a link
Reference in a new issue