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.
3On 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*
sudo apt-get install vulkan-tools vulkan-utils vulkan-validationlayers libvulkan1 libvulkan-dev mesa_vulkan-driversafter that give the below command :
vulkaninfo intel HD 520 support vulkan on linux