You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been using this program to get steam installed on my distro without Flatpak and without the hassle of 32-bit dependencies globally installed. It works great, but I can't seem to force amd_pro_icd64.json usage when using nixVulkanIntel.
Example: VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd64.json nixVulkanIntel vulkaninfo --summary will print:
I have to wonder then, what is GPU1 and GPU2? Why does that only appear when using nixVulkanIntel? I presume games would select GPU0, but I want to be sure of what the other two are.
Hi, I have been using this program to get steam installed on my distro without Flatpak and without the hassle of 32-bit dependencies globally installed. It works great, but I can't seem to force amd_pro_icd64.json usage when using nixVulkanIntel.
Example:
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd64.json nixVulkanIntel vulkaninfo --summary
will print:Seems like my /usr/share entry is appended to the end of VK_ICD_FILENAMES, only selected on GPU0.
The text was updated successfully, but these errors were encountered: