From 68a7127a27e4ceabbf254cccf74459e719825999 Mon Sep 17 00:00:00 2001 From: zxygentoo Date: Sun, 11 Dec 2022 18:46:48 +0000 Subject: [PATCH] Update linux_dependencies.md (#6915) Add a section about install `vulkan-loader` on Gentoo. # Objective - Clarify the dependency about install on Gentoo with NVIDIA GPU and using a proprietary driver. ## Solution - Emerge `vulkan-loader` to help Bevy to find the correct ICD. --- docs/linux_dependencies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index f84dd8b676..ac5440da6b 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -139,6 +139,8 @@ Note that this template does not add Rust to the environment because there are m When using an AMD Radeon GPU, you may also need to emerge `amdgpu-pro-vulkan` to get Bevy to find the GPU. +When using a NVIDIA GPU with the proprietary driver (eg. `x11-drivers/nvidia-drivers`), you may also need to emerge `media-libs/vulkan-loader` to get Bevy to find the GPU. NVIDIA Vulkan driver is included in `nvidia-driver`, but may need the loader to find the correct driver. See Gentoo [Documentation](https://wiki.gentoo.org/wiki/Vulkan) for details. + ## [Clear Linux OS](https://clearlinux.org/) ```bash