GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.72k stars 161 forks source link

Invalid identification #59

Closed Pakrohk closed 5 years ago

Pakrohk commented 5 years ago

System Details:

neVERberleRfellerER commented 5 years ago

Your AMDVLK package is not from Arch Repo (Extra) but from some Manjaro repo or other 3rd party repo. Arch has AMDVLK only in AUR as of now. Problem with your vulkaninfo is probably caused by 32 bit AMDVLK being loaded into 64 bit vulkaninfo (or any other 64 bit process). Try adjusting VK_ICD_FILENAMES, e.g: VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/amd_icd64.json" vulkaninfo to force 64 bit AMDVLK. If it works, wrong default was selected for some reason.

JacobHeAMD commented 5 years ago

@neVERberleRfellerER is right! Close it.