You are not logged in.

#1 2024-05-08 21:35:15

Bonohelp
Member
Registered: 2024-05-08
Posts: 1

Vulkan errors on Intel Celeron N4120 [UHD Graphics 600]

Hello im new to linux in general so please forgive me for any stupid mistakes:

I have been trying to install vulkan on an Integrated intel gpu recently and have been running into problems.
From what I can tell my cpu (Intel Celeron N4120) should be supported by vulkan
"For Vulkan support (Haswell and newer; support for earlier chips is incomplete or missing), install the vulkan-intel package. For 32-bit Vulkan support, install the lib32-vulkan-intel package."
however: vulkaninfo returns

$ vulkaninfo
ERROR: [../mesa-24.0.6/src/intel/vulkan/anv_device.c:2178] Code 0 : Vulkan requires context isolation for Intel(R) UHD Graphics 600 (GLK 2) (VK_ERROR_INCOMPATIBLE_DRIVER)
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.269/vulkaninfo/./vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

and vkcube returns

$ vkcube
vkEnumeratePhysicalDevices reported zero accessible devices.

Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.

ICD folder looks like this:

$ ls
intel_hasvk_icd.i686.json    intel_icd.i686.json
intel_hasvk_icd.x86_64.json  intel_icd.x86_64.json

apps that require vulkan give similar errors: Steam output

any support would be greatly appreciated, If you need any more information please request.
EDIT: fixed code boxes

Last edited by Bonohelp (2024-05-08 22:11:02)

Offline

#2 2024-05-09 23:10:38

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,892

Re: Vulkan errors on Intel Celeron N4120 [UHD Graphics 600]

What's your kernel? https://gitlab.freedesktop.org/mesa/mesa/-/issues/7265 suggests this might hinge on a certain kernel flag. More generally "newer" Celerons are the entry level baseline of baselines, chances are the support isn't there are quite high.

Offline

Board footer

Powered by FluxBB