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?
< >
Exibindo comentários 19 de 9
x_wing 28/nov./2018 às 15:53 
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
Última edição por x_wing; 28/nov./2018 às 15:56
I ♥♥♥♥♥♥♥ love you, that actually fixed it! Thank you so much!
finalru 28/nov./2018 às 16:10 
It works!!!! All the best to you! And thank you very much!

Ubuntu 16.04 Intel Graphics 520
Última edição por finalru; 28/nov./2018 às 16:12
jurgel 28/nov./2018 às 18:05 
this works for me on Ubuntu 18.04 Intel Graphics 620:

$ sudo apt install vulkan-utils mesa-vulkan-drivers $ vulkaninfo $ vulkan-smoketest
Última edição por jurgel; 28/nov./2018 às 18:06
Fhtagn 11/ago./2019 às 6:00 
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 19/fev./2020 às 3:07 
Escrito originalmente por 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 25/fev./2020 às 21:22 
Thank you very much! I'm using ubuntu 18 and this worked like a charm!
Escrito originalmente por 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 4/abr./2024 às 18:12 
Escrito originalmente por 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.
< >
Exibindo comentários 19 de 9
Por página: 1530 50