52

Well I’m hopping around… again. I thought I had a good stable setup going but then something happens upstream that goes against what I want/believe in (looking at you RedHat) and I’m back on the hunt again.

I thought about trying out a Debian based distro but then I thought “why don’t I just use Debian itself (Sid, not stable/Bookworm)”.

Most if not all gaming software have a way to be installed on Debian so I don’t think that could be an issue.

Is anyone else using Sid? Am I missing something by not going with a gaming focused distro??

all 50 comments
sorted by: hot top controversial new old
[-] aport@programming.dev 9 points 2 years ago

I use regular bookworm with steam/Mesa/proton installed as flatpak

Works great, 10/10

[-] lal309@lemmy.world 2 points 2 years ago

Are you running into system access limitations? For example, mesa or proton needing to access system files, services or whatever.

[-] c10l@lemmy.world 1 points 2 years ago

You can give flatpaks permissions for those. Flatseal is a great GUI for that if that's your thing.

[-] ono@lemmy.ca 6 points 2 years ago* (last edited 2 years ago)

I do my gaming on Bookworm with a handful of extras, and it works very well.

There is a certain group of people who insist that only the distros with the latest packages are good for gaming. Those people are wrong in most cases.

Unless you have a very new GPU (released less than a year ago), your games are not likely to get any benefit from the latest kernel.

Unless your games require the very latest Vulkan features and you run them without Steam, Flatpak, or any other platform that provides its own Mesa, you’re not likely to get any benefit from a distro providing the latest version of it.

Practically everything else that games need is comparable across all the major distros, so choose one that makes you happy, not one that some shill claims is best for gaming. Even Debian Stable, contrary to the undeserved bashing it often gets by a certain kind of gamer, is generally excellent for gaming.

[-] lal309@lemmy.world 1 points 2 years ago

This is encouraging. I do have somewhat older hardware but you are right. Even updating the kernel for update sake in other distros don’t seem to bring me visible value other than just updating to the lasers available.

load more comments (2 replies)
[-] superbirra@lemmy.world 5 points 2 years ago

I use sid as my daily driver with official debiam steam packages etc, everything is really smooth since long time so if you want to try you should :)

[-] lal309@lemmy.world 1 points 2 years ago

Excellent! This is my current setup as well.

[-] richardisaguy@lemmy.world 4 points 2 years ago

You could use distrobox for gaming, make an arch one and game from there without worrying about dependencies

[-] owenfromcanada@lemmy.world 3 points 2 years ago

For what it's worth, Mint has a Debian-based version that I've heard great things about. It would probably have lots of the legwork done for you (getting flatpak, etc).

[-] lal309@lemmy.world 1 points 2 years ago

Very true! But I’ll stick with base for now. As I mentioned to someone else, I just don’t want to keep running into the endless loop of a distro doing something that affects downstream and then I’m affected by it too and blah blah.

[-] FinalBoy1975@lemmy.world 3 points 2 years ago

You should definitely just use what you like. If you're going with Debian, maybe go with stable instead of sid. Your games will work. Distros that are being labeled as "gaming" just have some things added for convenience, saving steps after installation. Hopping around is not necessarily a bad thing, either. I've used different ones over the years from different branches. It's good to know how they work. I can pacman. I can apt. I can dnf. I even used to apt-get and yum.

[-] lal309@lemmy.world 1 points 2 years ago

I’m on the same boat. I’ve hopped around a lot (for servers and for desktop). My original post was really to gauge how many people actually use straight Debian for a gaming use case. Apparently, quite a few! So that’s great news.

[-] Yepoleb@feddit.de 3 points 2 years ago

I use Sid for gaming and it has always worked perfectly. I am very happy with it.

[-] lal309@lemmy.world 2 points 2 years ago

What does your /etc/is-release say for code name? I installed bookworm and then pointed apt to unstable as instructed in the Debian Wiki but when I did the full-upgrade (also as instructed in the wiki) now it says code name= trixie. Not a big deal, it’s just kinda strange. Maybe it’s supposed to as technically Trixie is the “unstable” at the moment. Idk. Just curious.

[-] Yepoleb@feddit.de 1 points 2 years ago

I also have VERSION_CODENAME=trixie. Never been an issue so far.

[-] lal309@lemmy.world 1 points 2 years ago

Okay I was just curious

[-] Narann@lemmy.world 2 points 2 years ago

I don't use Sid, but testing, it's working almost flawlessly. Each release (once every 2 years, I guess), I take few hours to check everything work; remove shader cache, etc.

My setup, right now (dirty, for authenticity) :

$ cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ testing main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ testing main contrib non-free non-free-firmware

deb https://security.debian.org/debian-security/ testing-security main contrib non-free non-free-firmware
deb-src https://security.debian.org/debian-security/ testing-security main contrib non-free non-free-firmware

# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb https://deb.debian.org/debian/ testing-updates main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ testing-updates main contrib non-free non-free-firmware

# add by me
deb https://deb.debian.org/debian/ testing-backports main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ testing-backports main contrib non-free non-free-firmware

$ cat /etc/apt/sources.list.d/*
deb http://download.opensuse.org/repositories/graphics:/darktable/Debian_Testing/ /
deb [signed-by=/etc/apt/keyrings/lutris.gpg] https://download.opensuse.org/repositories/home:/strycore/Debian_Testing/ ./
# Uncomment these lines to try the beta version of the Steam launcher
#deb [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ beta steam
#deb-src [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ beta steam
deb [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam 
deb-src [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam 

# Uncomment these lines to try the beta version of the Steam launcher
# deb [arch=amd64,i386] https://repo.steampowered.com/steam/ beta steam 
# deb-src [arch=amd64,i386] https://repo.steampowered.com/steam/ beta steam 


deb [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
deb-src [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs/ vscodium main 

I play a lot, we just played Grounded with friend yesterday.

Hope this helps.

[-] sugar_in_your_tea@sh.itjust.works 2 points 2 years ago

Instead of relying on testing directly, consider using named releases (in this case, trixie for testing). Then stay on the official release for a couple months as testing stabilizes and then go to the next testing release.

I did that in the past and it worked really well. Testing gets a lot of churn right after a release as packages get rapidly upgraded, so I find it's usually better to wait a bit.

load more comments (2 replies)
[-] heimchen@discuss.tchncs.de 2 points 2 years ago

No idea if it works, but debian stable as base and distrobox for the games?

[-] waffless@lemmy.world 2 points 2 years ago

ive gamed on just about every distro i've tried but i currently run debian sid its fine, linux is linux for the most part. kernel is recent enough so youre not gonna have to do any workarounds or anything.

[-] iloverocks@feddit.de 1 points 2 years ago

Most of the time it isn't about the kernel what is causing gaming problems it is most of the time other packages. I had problems with a few games on KDE neon what uses a ubuntu lts system as its base

load more comments (1 replies)
[-] InvertedParallax@lemm.ee 2 points 2 years ago* (last edited 2 years ago)

Yes? ;)

Lxc arch with glx /devs passthrough, runs steam and steam games beautifully.

This is my workflow though, I have an lxc for work/development, an lxc for everything really, once you fit it in its just second nature.

The debian host is there for wm more than anything.

[-] eleanor@social.hamington.net 1 points 2 years ago

I've been using Trixie (Current testing, next stable) for gaming for a couple weeks. Everything (gaming wise) works the same as it did when I was on Arch.

[-] lal309@lemmy.world 1 points 2 years ago

The only Trixie relate software I have was Wine staging as I couldn’t find “Sid” specific instructions. The documentation said unstable so I just assumed the Trixie instructions were also applicable to Sid.

[-] utopianrevolt@lemmy.world 1 points 2 years ago

Probably not what you're looking for but Nobara is great.

[-] lal309@lemmy.world 1 points 2 years ago

That’s what I was running before switching away due to RH changes. Solid setup, would certainly recommend. It’s just a matter of principles for me but otherwise I’ve would’ve run Nobara until it died.

[-] bouh@lemmy.world 1 points 2 years ago

I am on a laptop, and it works fine.

I'm using debian because it's the distro I work with, so I'm the most comfortable with it.

this post was submitted on 19 Aug 2023
52 points (94.8% liked)

Linux Gaming

19828 readers
239 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS