Steam for Linux

Steam for Linux

Installing Vulkan
Hello, I am struggling to get Vulkan to work on my laptop.
I'm using an i5-7200U (so Intel HD Graphics 620) and running Ubuntu 18.04.1.
Could someone give me detailed instructions (basically ELI5) how to get it to work?
< >
Showing 1-9 of 9 comments
x_wing Nov 28, 2018 @ 3:53pm 
This should do the trick:
$ sudo apt-get install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386

Edit:
In case you want to test if it works
$ sudo apt-get install vulkan-tools $ vulkan-cube
Last edited by x_wing; Nov 28, 2018 @ 3:56pm
I ♥♥♥♥♥♥♥ love you, that actually fixed it! Thank you so much!
finalru Nov 28, 2018 @ 4:10pm 
It works!!!! All the best to you! And thank you very much!

Ubuntu 16.04 Intel Graphics 520
Last edited by finalru; Nov 28, 2018 @ 4:12pm
jurgel Nov 28, 2018 @ 6:05pm 
this works for me on Ubuntu 18.04 Intel Graphics 620:

$ sudo apt install vulkan-utils mesa-vulkan-drivers $ vulkaninfo $ vulkan-smoketest
Last edited by jurgel; Nov 28, 2018 @ 6:06pm
Fhtagn Aug 11, 2019 @ 6:00am 
On Mint 18 ( based on Ubuntu ~18), the corresponding Xorg.conf wasn't created; `vulkan-smoketest` would abort, complaining about DRI3 support.

This arch wiki section proved useful:

https://wiki.archlinux.org/index.php/Vulkan#Error_-_vulkan:_No_DRI3_support

Please note that the Xorg.conf.d may reside at /usr/share/X11 instead of /etc/X11.
Neon Feb 19, 2020 @ 3:07am 
Originally posted by affogato:
Hello, I am struggling to get Vulkan to work on my laptop.
I'm using an i5-7200U (so Intel HD Graphics 620) and running Ubuntu 18.04.1.
Could someone give me detailed instructions (basically ELI5) how to get it to work?
This fixed my issue in Ubuntu 18.04. Thanks a lot!! ^^
Filosoraptor Feb 25, 2020 @ 9:22pm 
Thank you very much! I'm using ubuntu 18 and this worked like a charm!
Originally posted by x_wing:
This should do the trick:
$ sudo apt-get install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386

Edit:
In case you want to test if it works
$ sudo apt-get install vulkan-tools $ vulkan-cube
do you know what this would be for Intel HD Graphics 4600? I tried your solotion and it didnt work for me..
Mathletes Apr 4, 2024 @ 6:12pm 
Originally posted by x_wing:
This should do the trick:
$ sudo apt-get install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386

Edit:
In case you want to test if it works
$ sudo apt-get install vulkan-tools $ vulkan-cube
What if I have Ubuntu 22.04.4, an i5-3210M CPU, and a Mesa Intel HD Graphics 4000? I tried the command and it didn't work for me.
< >
Showing 1-9 of 9 comments
Per page: 1530 50