Skip to content

Instantly share code, notes, and snippets.

View dsrtfbbg379's full-sized avatar

clippyrus dsrtfbbg379

View GitHub Profile

Steam Deck: Gamescope Deep Dive

Last Updated License

Introduction

Comprehensive look into user-facing side of Gamescope with commands and examples. This is being primarily used-tested on Steam Deck on Wayland display‑server protocol. If you are using an X11 display‑server protocol, some of these commands might not function.

All examples and commands are produced with help of Claude, please note that I have not gone through and tested all of the commands listed here.

@dsrtfbbg379
dsrtfbbg379 / Steam Deck: Building Proton Pass Browser Extension from Source.md
Last active February 8, 2026 00:17
What are Passkeys? Building Proton pass from source wthin steam deck documenting issues during yarn build
@dsrtfbbg379
dsrtfbbg379 / Creating gpuvis AppImage for Steam Deck.md
Last active February 4, 2026 18:33
Full AppImage build of gpuvis for steamdeck with SDL3 fix Troubleshooting section documenting the SDL2-compat/SDL3 issue

Steam Deck: Getting gpuvis AppImage up and running

Install Dependencies

# Install dependencies
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm base-devel git cmake gtk3 freetype2

# Clone gpuvis
cd ~
@dsrtfbbg379
dsrtfbbg379 / steamdeck-distrobox-podman-guide.md
Last active February 4, 2026 18:08
Steam Deck: Distrobox + Podman Setup Guide - Run any Linux distro on SteamOS with persistent storage on external drive

Steam Deck: Distrobox + Podman Setup Guide

This person built an OS from scratch with the help from Claude: https://isene.org/2025/11/SimplicityOS.html

I was able to get this up and running within SteamOS desktop with help from Claude. Things like this IS why I think Steamdeck is Essential as an gaming platform thats not locked down.