doc: add FAQ details about how to install Vulkan on Linux (#591)
* Add details about Vulkan support in Linux * doc: add note about how to use OpenGL backend Co-authored-by: Stephen Gutekanst <stephen.gutekanst@gmail.com>
This commit is contained in:
parent
4ff4da0790
commit
2d9b1ffba4
1 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,14 @@ Windows does not have symlinks enabled, or Git is not configured to use them. Th
|
||||||
|
|
||||||
This is a curl SSL CA issue, you may want to Google for proper solutions on your system. That said, you can `set CURL_INSECURE=true` and retry to disable SSL verification if you want to workaround the issue.
|
This is a curl SSL CA issue, you may want to Google for proper solutions on your system. That said, you can `set CURL_INSECURE=true` and retry to disable SSL verification if you want to workaround the issue.
|
||||||
|
|
||||||
|
## Linux: `Error: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER`
|
||||||
|
|
||||||
|
Some distros require packages to be installed to support the Vulkan graphics API.
|
||||||
|
|
||||||
|
For instance, Arch Linux has [specific packages](https://wiki.archlinux.org/title/Vulkan#Installation) for Nvidia, Intel and AMD GPUs.
|
||||||
|
|
||||||
|
You may also try using OpenGL using the env var `MACH_GPU_BACKEND=opengl`.
|
||||||
|
|
||||||
## Linux: `Error: Couldn't load Vulkan. Searched /tmp/mach/gpu/zig-out/bin/libvulkan.so.1`
|
## Linux: `Error: Couldn't load Vulkan. Searched /tmp/mach/gpu/zig-out/bin/libvulkan.so.1`
|
||||||
|
|
||||||
We're aware of a bug failing to find `libvulkan.so` on some Linux distros such as [Guix](https://guix.gnu.org/).
|
We're aware of a bug failing to find `libvulkan.so` on some Linux distros such as [Guix](https://guix.gnu.org/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue