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?
< >
Zobrazeno 19 z 9 komentářů
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
Naposledy upravil x_wing; 28. lis. 2018 v 15.56
I ♥♥♥♥♥♥♥ love you, that actually fixed it! Thank you so much!
It works!!!! All the best to you! And thank you very much!

Ubuntu 16.04 Intel Graphics 520
Naposledy upravil finalru; 28. lis. 2018 v 16.12
this works for me on Ubuntu 18.04 Intel Graphics 620:

$ sudo apt install vulkan-utils mesa-vulkan-drivers $ vulkaninfo $ vulkan-smoketest
Naposledy upravil jurgel; 28. lis. 2018 v 18.06
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.
affogato původně napsal:
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!! ^^
Thank you very much! I'm using ubuntu 18 and this worked like a charm!
x_wing původně napsal:
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..
x_wing původně napsal:
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.
< >
Zobrazeno 19 z 9 komentářů
Na stránku: 1530 50