The warning originates in Mesa source: src/intel/vulkan/anv_device.c — where driver caps are compared against Vulkan requirements. | Action | Recommended | |--------|-------------| | Ignore warning | ✅ If Vulkan apps run fine | | Hide warning | ✅ For cosmetic reasons only | | Switch to OpenGL | ✅ For stability | | Rely on Vulkan for production | ❌ Not on Ivy Bridge | | Upgrade GPU | ✅ If you need real Vulkan support |
vulkaninfo | grep -i "deviceName" -A 5 Look for “ IVB ” in device name. mesa-intel: warning: ivy bridge vulkan support is incomplete
This is an informational warning, not a critical error. Don’t panic. If your software works, just ignore it. If not, fall back to OpenGL or get a newer GPU. Don’t panic