Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Mesa Intel® HD Graphics 4000 (IVB GT2)

Driver is i915.

Unfortunately, there is a chance that your video card is not supporting Vulkan 1.2 which is required to run on Linux. Could you please provide the output of the following command? 

vulkaninfo | grep Version

MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete

WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

Vulkan Instance Version: 1.3.204

WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

    apiVersion        = 4202691 (1.2.195)

    driverVersion     = 1 (0x0001)

    conformanceVersion = 0.0.0.0

    conformanceVersion                                   = 0.0.0.0

    apiVersion        = 4202691 (1.2.195)

    driverVersion     = 88092680 (0x5403008)

    conformanceVersion = 0.0.0.0

    conformanceVersion                                   = 0.0.0.0

Okay, as I can see, there is a problem in this line: conformanceVersion = 0.0.0.0

Do you have the latest version of your video driver? Also, I can suggest installing/upgrading vulkan-intel package

Fedora doesn't offer a vulkan-intel package. I have mesa-vulkan-drivers 21.3.8-2, and xorg-x11-drv-drv-intel 2.99.917-51.20200205.

Unfortunately, everything looks like Intel HD 4000 is not supporting Vulkan 1.2 on Linux. Sorry for the inconvenience.

I'll try to do more research about your setup and will let you know about the results.

Ok, thank you!