I’m new to Linux and EOS, and there are some basic things I’m embarrassed to ask, sorry but:
I need to install Steam, Blender, Gimp and JDownloader 2. I execute in the terminal:
yay
(I update everything)
yay -S steam
But I get this message (sorry for my bad english):
[mylinux@mylinux ~]$ yay -S steam
Sync Explicit (1): steam-1.0.0.78-1
resolving dependencies...
:: There are 6 providers available for vulkan-driver:
:: Repository extra
1) amdvlk 2) nvidia-utils 3) vulkan-intel 4) vulkan-radeon 5) vulkan-swrast 6) vulkan-virtio
Enter a number (default=1):
:: There are 6 providers available for lib32-vulkan-driver:
:: Repository multilib
1) lib32-amdvlk 2) lib32-nvidia-utils 3) lib32-vulkan-intel 4) lib32-vulkan-radeon
5) lib32-vulkan-swrast 6) lib32-vulkan-virtio
Enter a number (default=1):
I press enter, but that message appears again.
I guess it forces me to type one of those 6 numbers and hit enter.
How do I know which of those 6 numbers I need to install in order to install Steam?
Vulkan is the graphical api for GPU driver that lets you play games with decent performance, make sure to read requirements section to choose correct one for your GPU.
P.S. In case of AMD it’s best to use radv radeon ones.
You pressed Enter (that means choose default option, which was 1, wrong for you )
Then it asked about Vulkan driver for multilib lib32 it’s same driver for x32 architecture games, both should be installed on your system for successful gaming,
So basically for you GPU you need to go with proprietary Nvidia drivers for best performance:
nvidia-utils
lib32-nvidia-utils
When asked just type the number you want to choose and press enter.
Oh sorry, i get what you mean…Well for playing games you’d definitely want to play only on Nvidia card, so it doesn’t matter…Technically you can play on Intel too (yeah that’s GPU inside your processor), but it will suck
So installing intel vulkan as well won’t hurt…but won’t help either
Thanks friend, in order not to mistakenly enter a wrong number, I executed it by commands.
I also did not know that you could install several programs in 1 command, thanks for the tip!
Steam installed successfully, I also installed Blender and Gimp. Unfortunately my EOS has “broken” and I’m on W10 right now.
After updating and installing those 2 nvidia “drivers” and these 3 programs, I rebooted EOS (I always do after installing something).
EOS starts showing all those texts with the word [OK], as usual, all with the word [OK] in green color, but it stops at one of them, and doesn’t start EOS.
After waiting several minutes, I pressed the shutdown button, many texts came out again, and the pc shut down.
I didn’t shut it down by force, EOS shut down correctly because it put “shutdown” I think.
I’ve rebooted EOS and can’t get to the login screen, still stuck on black screen with white letters and green [OK] letters.
I am going to open a thread with this problem since I think that this is not the correct subforum.
Thanks for your help friend, at least I learned how to install “drivers” and programs today thanks to you!