The most aggressive workaround is to completely hide the Vulkan device from the system:
The hardware cannot pass the official Khronos Conformance Test Suite (CTS), which is why the driver must legally warn you that support is incomplete. What "Incomplete" Means for You mesa-intel warning ivy bridge vulkan support is incomplete
It's important to set realistic expectations. The future for Vulkan support on Ivy Bridge is effectively at a standstill. The HASVK driver exists primarily to "rest peacefully" and is not expected to receive significant new development or improvements. As Intel and the Mesa community focus their efforts on modern hardware, the Vulkan driver for Ivy Bridge will remain in its current, incomplete state indefinitely. The workarounds described above are the long-term solution for getting the most out of this classic, but aging, hardware platform. The most aggressive workaround is to completely hide
: Many games (especially those running via Wine or Proton ) will crash or fail to launch if they require a Vulkan feature that Ivy Bridge lacks. The HASVK driver exists primarily to "rest peacefully"
If your games run acceptably and you simply want to hide the text alert from your logs, you can silence Mesa warnings by setting an environment variable before launching your application: MESA_SILENT=1 your-application-command Use code with caution.