How to install vulcan for intel graphics card

I want to play artifact on Ubuntu 18.04 but every time I try loading it says "failed to initialize Vulkan. Please make sure your driver and GPU support Vulkan."

I have an Intel SandyBridge mobile graphics card. When i enter sudo lshw -c video it says my driver is i915.

Could anyone tell me what driver I need to install or how to solve the issue?

Thanks!

3 Answers

There is no driver to install. Intel graphics only supports Vulkan on Ivybridge and newer chips. Sandybridge is too old.

3

On my Kaby Lake i had to run sudo apt install mesa-vulkan-driversInspired by the introduction directions here

tho i didn't even have this ppa installed. it just led me to check my current apt list *vulkan*

2
 sudo apt-get install vulkan-tools vulkan-utils vulkan-validationlayers libvulkan1 libvulkan-dev mesa_vulkan-drivers

after that give the below command :

vulkaninfo 

intel HD 520 support vulkan on linux

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like