Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions InstallingDrivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ To install support for Vulkan API (will be functional only if you have a [Vulka

_Note for Intel integrated graphics users: Only Skylake and newer Intel CPUs (processors) offer full Vulkan support. Broadwell, Haswell and Ivy Bridge only offer partial support, which will very likely not work with a lot of games properly. Sandy Bridge and older lack any Vulkan support whatsoever._

## Fedora

### AMD

Usually, if you have an AMD GPU running with open source drivers (Mesa), the required packages should already be installed.
If for some reason they aren't, run the following command:

sudo dnf install libdrm libdrm.i686 vulkan-loader vulkan-loader.i686 vulkan-tools

### Intel

sudo dnf install kernel-firmware libdrm libdrm-intel vulkan-tools vulkan-loader vulkan-tools-devel

### NVIDIA

Still in progress!!!

## openSUSE Tumbleweed

*Notice:* openSUSE Leap releases are currently not officaly supported because they ship an older version of glibc (2.26 but 2.27 is required at least).
Expand Down