Skip to content

Instantly share code, notes, and snippets.

@souzagab
Last active January 15, 2022 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souzagab/39221dbce773bd07ab4a9a158107e317 to your computer and use it in GitHub Desktop.
Save souzagab/39221dbce773bd07ab4a9a158107e317 to your computer and use it in GitHub Desktop.
Steam on linux

Steam + ProtonDb

https://www.protondb.com/

Debian ~

# Enable 32-bit support
dpkg --add-architecture i386

# Enable the non-free repo
# If the tool add-apt-repository isn’t available, install software-properties-common first.
apt install software-properties-common
add-apt-repository non-free
apt update

# Install Steam
apt install steam

# Libgl error
apt install nvidia-driver-libs:i386

Enable proton db via steamplay: Settings > Steam Play > Enable steamplay for all other titles

image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment