User Tools

Site Tools


ubuntu:gpu:vulkan:set_vulkan_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:vulkan:set_vulkan_driver [2023/06/17 15:15] peterubuntu:gpu:vulkan:set_vulkan_driver [2023/06/24 09:06] (current) peter
Line 15: Line 15:
 ---- ----
  
-===== Set LLVMPIPE as the Vulkan Driver =====+===== Set AMDVLK as the Vulkan Driver ===== 
 + 
 +<code bash> 
 +export VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json 
 +</code> 
 + 
 +---- 
 + 
 +==== Check that the driver is being picked up ==== 
 + 
 +<code bash> 
 +vulkaninfo | grep driver 
 +</code> 
 + 
 +returns: 
 + 
 +<code bash> 
 + driverVersion     = 8388879 (0x80010f) 
 + driverID           = DRIVER_ID_AMD_OPEN_SOURCE 
 + driverName         = AMD open-source driver 
 + driverInfo         = 2023.Q2.3 (LLPC) 
 + driverUUID      = 414d442d-4c49-4e55-582d-445256000000 
 + driverUUID                        = 414d442d-4c49-4e55-582d-445256000000 
 + driverID                                             = DRIVER_ID_AMD_OPEN_SOURCE 
 + driverName                                           = AMD open-source driver 
 + driverInfo                                           = 2023.Q2.3 (LLPC) 
 + VK_KHR_driver_properties                    : extension revision 1 
 +</code> 
 + 
 +<WRAP info> 
 +**NOTE:**  The **driverID** and other fields here show that the **AMD open-source driver**, **AMDLVK** is being used. 
 + 
 +  * Test by running <code bash>vkcube</code> 
 + 
 +</WRAP> 
 + 
 +---- 
 + 
 +===== Set MESA LLVMPIPE as the Vulkan Driver =====
  
 <code bash> <code bash>
 export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/share/vulkan/icd.d/lvp_icd.i686.json export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/share/vulkan/icd.d/lvp_icd.i686.json
 </code> </code>
 +
 +----
  
 ==== Check that the driver is being picked up ==== ==== Check that the driver is being picked up ====
Line 42: Line 82:
 </code> </code>
  
 +<WRAP info>
 +**NOTE:**  The **driverID** and other fields here show that the LLVMPIPE driver is being used.
 +
 +  * Test by running <code bash>vkcube</code>
 +
 +</WRAP>
  
 ---- ----
Line 52: Line 98:
  
 ---- ----
 +
 +==== Check that the driver is being picked up ====
 +
 +<code bash>
 +vulkaninfo | grep driver
 +</code>
 +
 +returns:
 +
 +<code bash>
 + driverVersion     = 96473090 (0x5c01002)
 + driverID           = DRIVER_ID_MESA_RADV
 + driverName         = radv
 + driverInfo         = Mesa 23.1.2 - kisak-mesa PPA
 + driverUUID      = 414d442d-4d45-5341-2d44-525600000000
 + driverUUID                        = 414d442d-4d45-5341-2d44-525600000000
 + driverID                                             = DRIVER_ID_MESA_RADV
 + driverName                                           = radv
 + driverInfo                                           = Mesa 23.1.2 - kisak-mesa PPA
 + VK_KHR_driver_properties                    : extension revision 1
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  The **driverID** and other fields here show that the RADV driver is being used.
 +
 +  * Test by running <code bash>vkcube</code>
 +
 +</WRAP>
  
  
ubuntu/gpu/vulkan/set_vulkan_driver.1687014938.txt.gz · Last modified: 2023/06/17 15:15 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki