ubuntu:gpu:amdvlk:select_the_amdvlk_vulkan_driver
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:amdvlk:select_the_amdvlk_vulkan_driver [2023/06/24 09:00] – peter | ubuntu:gpu:amdvlk:select_the_amdvlk_vulkan_driver [2023/06/24 09:36] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - GPU - AMDVLK - Select the AMDVLK Vulkan Driver ====== | ====== Ubuntu - GPU - AMDVLK - Select the AMDVLK Vulkan Driver ====== | ||
+ | |||
+ | <WRAP info> | ||
+ | |||
+ | **NOTE: | ||
+ | |||
+ | Although **/ | ||
+ | |||
+ | < | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | $HOME/ | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
===== Select the AMDVLK Vulkan Driver ===== | ===== Select the AMDVLK Vulkan Driver ===== | ||
Line 15: | Line 34: | ||
---- | ---- | ||
+ | |||
+ | ===== Select the Mesa RADV Vulkan Driver ===== | ||
+ | |||
+ | <code bash> | ||
+ | export AMD_VULKAN_ICD=RADV | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Reenable the ICD based loading approach ===== | ||
+ | |||
+ | Alternatively to the above. | ||
+ | |||
+ | <code bash> | ||
+ | export DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * For example, running Steam with the RADV driver is done by: | ||
+ | |||
+ | <code bash> | ||
+ | VK_ICD_FILENAMES=/ | ||
+ | </ | ||
+ | |||
+ | * To avoid crashes with 32-bit games, it is possible to assign the 32-bit variant and the 64-bit variant to the environment variable. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
ubuntu/gpu/amdvlk/select_the_amdvlk_vulkan_driver.1687597253.txt.gz · Last modified: 2023/06/24 09:00 by peter