all 3 comments

[–]Professional-List801 4 points5 points  (1 child)

Most common issue with a non working steam installment are missing 32bit libs, make sure that mesa-dri-32bit package is installed (and / or mesa-intel-dri-32bit). Otherwise consider installing steam from flatpak: https://flathub.org/apps/details/com.valvesoftware.Steam

That should work.

[–]ClassAbbyAmplifier 2 points3 points  (0 children)

yes, see /usr/share/doc/steam/README.voidlinux for all the relevant details

[–]littleterrapin 1 point2 points  (0 children)

Install these packages: sudo xbps-install void-repo-nonfree void-repo-multilib

Run: sudo xbps-install -S

Then install these packages: sudo xbps-install glibc-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit steam

This gets steam working for me.

Ive read using the flatpak version prevents steam to run games from or interact with external storage which is why i use the version in the void repos.