this post was submitted on 14 May 2026
108 points (96.6% liked)

Linux Gaming

25866 readers
461 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

This isn't a guide, just something i think may help. To install Steam on an Arch-based distro in most of the cases a simple sudo pacman -S steam will do just fine.

The installation will ask you to select a valid vulkan package from a list. And in most of the cases that's just fine... most of them.

Then you have your very "picky" old nvidia GPU which works only with a specific old nvidia driver and if you try to install anything else, there will be a conflict. Now you can try to remove the old (working) drivers and try your luck. But looking online i find a simple way to skip this passage and install Steam.

sudo pacman -S steam --assume-installed lib32-vulkan-driver

you are viewing a single comment's thread
view the rest of the comments
[–] michaelmrose@lemmy.world 1 points 3 days ago

Nvidia supports 13 year old hardware and newest kernels with 580. At some point when running your 14 year old GPU one might consider just running the open source nouveau after all I assume that if you are running a 14 year old GPU you probably don't need the utmost possible performance or you might consider getting a 4 year old AMD for $100 to replace your 14 year old nvidia.

Whilst it would be ideal for you not to have to look up anything ever nvidia will tell you which driver to use with your hardware

https://www.nvidia.com/en-us/geforce/drivers/

If you are feeling frisky you could synthesize the already available data into a script that tells you the same thing. Linux Mint has a GUI for this which tells you which version is recommended for your hardware and your total commitment is clicking install and rebooting.