"I had to remove about 6 .json files from /usr/share/vulkan/icd.d in order for it to upgrade successfully"
Note that your Vulkan is probably broken on the Intel GPU now because the json files are 32-bit only. Look at 'vulkaninfo --summary' Delete the .json files again and reinstall mesa-vulkan-drivers (the regular amd64 one). That will fix Vulkan for the most part, but now 32-bit stuff (like Steam/wine) won't work. In your case, if you run all 32-bit programs on your Nvidia GPU, that will be sufficient since you're not using mesa there. But for those need it, you have to make copies of the relevant .json files and edit them to 32 bit arch. I give example using llvmpipe .json, which everyone should use: cd /usr/share/vulkan/icd.d sudo cp lvp_icd.json lvp_icd.686.json Now edit lvp_icd.686.json and change "library_arch": "64" to "library_arch": "32" Repeat for any other relevant .json files that your system may use. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2121980 Title: mesa-vulkan-drivers fails to upgrade on questing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2121980/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
