DeskTux

Linux on Desktops

User Tools

Site Tools


games:steam

Steam

In February 2013 Steam for Linux was released. Back then, “Steam for Linux” meant “Steam for Ubuntu”. Installing and running it on Debian was not as hassle-free as it should be. But fortunately by now it is actually very easy.

  1. Add the i386 (32bit) architecture:
    dpkg --add-architecture i386
  2. Update the repos:
    apt update
  3. Install Steam:
    apt install steam

And you are good to go :-)

Troubleshooting

Steam running on Debian As I no longer have an Nvidia graphics card (they became too powerful and greedy IMO) the troubleshooting below might no longer apply as I cannot test it anymore.

Steam on XFS

If you are using XFS or any other 64bit filesystem on the partition where Steam and its games are installed you are out of luck. Somehow Steam does not like 64bit inodes, so running it on ext3/4 is mandatory I fear.

There is some reading material for more information on this. As far as I know the only game that is not affected is Kerbal Space Program.

I should have known this sooner, shrinking XFS to make room for an ext4 Steam partition is unfortunately not possible :-(

Jockey errors

If you get errors about Jockey missing, run this command (as root):

/usr/lib/steam/steam-debian-depends.sh

Missing libGL.so.1/steamui.so

This will only happen on amd64 systems (which probably is the majority nowadays), an Nvidia card and you didn't use the official NVidia drivers. If you get errors about missing libGL.so.1 when running Steam, just install libgl1-nvidia-glx:i386:

apt-get install libgl1-nvidia-glx:i386

If it is not yet the case, you might have to add the i386 architecture:

dpkg --add-architecture i386; apt-get update

To query which foreign architectures are supported on your system run

dpkg --print-foreign-architectures
games/steam.txt · Last modified: 2023-09-30 18:42 by jens