Skip to content

Commit

Permalink
Update linux_dependencies.md for Arch - Vulkan API not only for Intel…
Browse files Browse the repository at this point in the history
… GPUs (bevyengine#6729)

fix note in arch's linux deps.
  • Loading branch information
DasLixou authored and alradish committed Jan 22, 2023
1 parent 44ecc79 commit 8f78316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ sudo pacman -S libx11 pkgconf alsa-lib

Install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server you are using.

Note that for Intel GPUs, Vulkan drivers are not installed by default, you must also install
the `vulkan-intel` for bevy to work.
Depending on your graphics card, you may have to install one of the following:
`vulkan-radeon`, `vulkan-intel`, or `mesa-vulkan-drivers`

## Void

Expand Down

0 comments on commit 8f78316

Please sign in to comment.