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/24 09:04] peterubuntu:gpu:vulkan:set_vulkan_driver [2023/06/24 09:06] (current) peter
Line 20: Line 20:
 export VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json export VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json
 </code> </code>
- 
----- 
- 
- 
-===== Set LLVMPIPE as the Vulkan Driver ===== 
- 
-<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 
-</code> 
- 
----- 
  
 ---- ----
Line 43: Line 32:
  
 <code bash> <code bash>
- driverVersion     (0x0001+ driverVersion     8388879 (0x80010f
- driverID           DRIVER_ID_MESA_LLVMPIPE + driverID           DRIVER_ID_AMD_OPEN_SOURCE 
- driverName         llvmpipe + driverName         AMD open-source driver 
- driverInfo         Mesa 23.1.2 - kisak-mesa PPA (LLVM 15.0.7+ driverInfo         2023.Q2.(LLPC
- driverUUID      = 6c6c766d-7069-7065-5555-494400000000 + driverUUID      = 414d442d-4c49-4e55-582d-445256000000 
- driverUUID                        = 6c6c766d-7069-7065-5555-494400000000 + driverUUID                        = 414d442d-4c49-4e55-582d-445256000000 
- driverID                                             DRIVER_ID_MESA_LLVMPIPE + driverID                                             DRIVER_ID_AMD_OPEN_SOURCE 
- driverName                                           llvmpipe + driverName                                           AMD open-source driver 
- driverInfo                                           Mesa 23.1.2 - kisak-mesa PPA (LLVM 15.0.7+ driverInfo                                           2023.Q2.(LLPC
- VK_KHR_driver_properties                     : extension revision 1+ VK_KHR_driver_properties                    : extension revision 1
 </code> </code>
  
 <WRAP info> <WRAP info>
-**NOTE:**  The **driverID** and other fields here show that the LLVMPIPE driver is being used.+**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>   * Test by running <code bash>vkcube</code>
Line 62: Line 51:
 </WRAP> </WRAP>
  
 +----
  
 +===== Set MESA LLVMPIPE as the Vulkan Driver =====
 +
 +<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
 +</code>
 +
 +----
  
 ==== Check that the driver is being picked up ==== ==== Check that the driver is being picked up ====
ubuntu/gpu/vulkan/set_vulkan_driver.1687597463.txt.gz · Last modified: 2023/06/24 09:04 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki