Skip to content

Instantly share code, notes, and snippets.

@v1ld
v1ld / STALKER GAMMA on Linux 2025.md
Last active December 9, 2025 13:05
STALKER GAMMA Linux install

STALKER GAMMA on Linux with Steam - 2025

Mord3rca's neat gamma-launcher tool makes it possible to install STALKER GAMMA natively on Linux bypassing GAMMA's installer which needs Windows to run.

This doc is a short summary of 2 other documents but aimed at using Steam instead of Lutris to run the game.

  1. gamma-launcher covers the installation of gamma-launcher. If you're on Arch or a variant of it, consider using yay -Sy gamma-launcher to let Arch manage the install and keep it updated for you.
  2. A guide to getting S.T.A.L.K.E.R. - G.A.M.M.A. running on GNU/Linux by DravenusRex is a good guide to getting it running with Lutris. It was the basis for this document.

Read the above for reference if you need, but the below covers the entire process.

@cerebrate
cerebrate / tmp-.X11\x2dunix.mount
Created September 26, 2022 18:44
Bind mount solution for restoring WSLg under systemd
# /lib/systemd/system/tmp-.X11\x2dunix.mount
[Unit]
Description=WSLg Remount Service
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
Before=sysinit.target
ConditionPathExists=/tmp/.X11-unix
ConditionPathIsMountPoint=!/tmp/.X11-unix
ConditionPathExists=/mnt/wslg/.X11-unix