-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vkGetPhysicalDeviceSurfaceFormats2KHR error in vulkaninfo #76
Comments
On my system this error is caused by the following behavior.
For me, changing the vulkan version to 1.2 in the primus_vk.json solved the problem in vulkaninfo. I didn't experience any problems with a real-world application though, so I didn't check further. Can you try, if changing the version to |
I also had this problem and changing the version to 1.2 in /usr/share/vulkan/implicit_layer.d/primus_vk.json worked for me. Without this change DXVK with WINE did not work. |
Strange, I am running several wine/dxvk applications without problem. At least on master, dxvk currently only requests vulkan 1.1: But whatever, version 1.2 is in any case the "correct" version for primus_vk.json |
I effectively made the change and vulkaninfo no longer returns an error. However, even though you have made that change, the latest version of steam-manjaro (1.0.0.66-1) still shows an error when trying to run vulkan:
I go back to the previous version (1.0.0.61-7) and pvkrun with vulkan, steam and optimus works without problems. I'm going to open a new issue, as it seems to be a different error. |
So this issue is solved then? |
yes, the vulkaninfo command error is fixed! |
Thank you so much, this fixed it for me as well!!! |
I have had problems starting vulkan with the latest versions of steam-manjaro, and I had to downgrade to previous versions to avoid the problem.
Something similar has happened to me with libglvnd, where I have also had to downgrade.
I saw that when I run pvkrun vulkaninfo, it throws me the following:
ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_intel.so: wrong ELF class: ELFCLASS32 INTEL-MESA: warning: Ivy Bridge Vulkan support is incomplete ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.151/vulkaninfo/vulkaninfo.h:245:vkGetPhysicalDeviceSurfaceFormats2KHR failed with ERROR_INITIALIZATION_FAILED
I think it may have to do with it. I have not found anything related on the web, and I need guidance.
The text was updated successfully, but these errors were encountered: