this post was submitted on 24 May 2026
74 points (87.0% liked)

Linux Gaming

26022 readers
283 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

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 3 years ago
MODERATORS
 

I'm ditching Ubuntu. Thinking of switching to Debian.

Has anyone used this, or something similar to set up their Debian gaming setup?

This got me thinking. Do I need to install anything special to Debian 13 to be able to play games? Or can I play them with a normal Debian out of the box?

top 50 comments
sorted by: hot top controversial new old
[–] Xylian@lemmy.world 3 points 6 days ago (1 children)

I also use Debian. And it is awsome. very stable with KDE + wayland.

I wrote a script to do post OS installation: https://github.com/LuceusXylian/debian-desktop-setup/blob/master/debian_desktop_setup.sh

You do not need the stuff after # Focusrite Config

Nice!! I'll check it out!

[–] Bruhh@lemmy.world 0 points 6 days ago (1 children)

Just use PikaOs if you want a gaming oriented debian base. It's essentially cachyOS on debian rather than arch

Yeah it looks alright

[–] stuner@lemmy.world 44 points 1 week ago (1 children)

Please don't run scripts that a random person uploaded to Github if you don't know what you're doing. I didn't see anything malicious here, but most of the stuff is useless and some of it is even detrimental (e.g. the LLM "thought" the outdated Ubuntu Nvidia ppa was a good idea).

If you want to game on Debian, you can do that just fine. Installing Steam and Nvidia drivers (if applicable) should be sufficient for most people. IMO, the main issue with gaming on Debian are the very old GPU drivers (Nvidia 550, Mesa 25.0). This can be fine on older hardware, but is the reason why I wouldn't recommend Debian for gaming in general. The script you linked doesn't help with this at all.

If you really want these "gaming optimizations", for the limited benefits they provide, I would recommend that you just use one of the distros that ships them. CachyOS, Bazzite, Nobara, Pop OS, or PikaOS all seem like a better choice than these scripts. At the very least the maintainers of those distros will integrate everything and perform some level of QA for you.

[–] olafurp@lemmy.world 9 points 1 week ago (2 children)

Just to add, finding good wayland support can be more important for gaming depending on your hardware. You get HDR, variable refresh rate, fractional scaling for monitors and other goodies.

[–] stuner@lemmy.world 3 points 1 week ago

Yeah, I actually switched distro to get Wayland multi-monitor VRR. But, unfortunately, it seems that it's kinda broken with my Novideo GPU :(

load more comments (1 replies)
[–] pixxelkick@lemmy.world 32 points 1 week ago (1 children)

This thing has like 2 commits by 1 person 2 months ago without any review

I wouldn't really trust this repo at all.

[–] ZombieCyborgFromOuterSpace@piefed.ca 8 points 1 week ago (3 children)

It's literally a couple of shell scripts. It's some dude's personal project.

And the code is right there for you to read.

[–] x00z@lemmy.world 1 points 6 days ago (1 children)

This is the personal project of some LLM.

It even has the common "phase" numbering and long em dashes.

[–] ZombieCyborgFromOuterSpace@piefed.ca 1 points 6 days ago (1 children)

Ah I see. Man I hate how things have become now thanks to AI.

Even YouTube videos now are made by AI with a virtual author and full AI generated animations. It's crazy.

The worst part is seeing my colleagues work and deliver code that they don't even know themselves what it does because they got it from GitHub Copilot. It's insane. I have to sit down with them to review the code so THEY know what their code does.

[–] x00z@lemmy.world 2 points 6 days ago (1 children)

I hate how people use it.

I am a dev with 15+ years of experience and I just vibecoded some little summarization service that uses a small LLM model because I needed it and couldn't be bothered with the python stuff for the AI part. It's only 3 files that I double checked line by line. I posted it on github as a backup and on docker hub so I can pull it easily from wherever I want. I have not advertised it anywhere and the first three words of the readme are literally "I vibecoded this" with a note that if somebody thinks it's useful I can start maintaining it without AI, cause I fucking can. I could have written the thing myself, and that's the most important thing somebody should be able to do before having AI do it for them.

I looked trough the script you posted as it might have had some interesting ideas that I could research further. It installs irqbalance which I hadn't heard of yet. Upon further research it seems to be only good for servers and might even have negative impact on desktop installations, especially ones with 8GB RAM and lower. Nowhere does it mention anything about it.

Interesting. Maybe it has some good stuff but i really should go through everything and double check.

[–] pixxelkick@lemmy.world 13 points 1 week ago
  1. Most of the script isnt applicable to any 1 setup

  2. I ain't reading all that

If I wanna install something Ill just install it, not run some giant monolithic script.

[–] hirihit640@sh.itjust.works 3 points 1 week ago

my experience with these kinds of hobby scripts, is that they often don't work, and it's more work troubleshooting it than just installing things manually

[–] sonofearth@lemmy.world 23 points 1 week ago* (last edited 1 week ago) (3 children)

✅ What It Does

  • Installs XanMod kernel with BORE scheduler (smoother frames, less stutter)
  • Sets up a weekly auto-update pipeline to stay cutting edge

Just use Fedora/Bazzite or Arch/Cachy at this point?

You can game just fine on Debian based systems but if you want the latest and greatest from your recently launched hardware, running these scripts that installs a custom kernel and does a lot of tinkering, is of not much use.

This script is like buying a family hatchback car and then making a ton of changes to make it run like a sports car.

  • Sets up EAC + BattlEye anti-cheat (Battlefield, Fortnite, GTA 5, Apex)

Seems LLM Generated as well. Because I don't think Fortnite works well (if at all) on Linux. This just seems an LLM reassuring the Dev that it works? IDK.

[–] stuner@lemmy.world 12 points 1 week ago

Seems LLM Generated as well. Because I don’t think Fortnite works well (if at all) on Linux. This just seems an LLM reassuring the Dev that it works? IDK.

Yeah, it's for sure AI slop.

[–] Neptr@lemmy.blahaj.zone 5 points 1 week ago (16 children)

Or if they really want specifically Debian for gaming, use PikaOS instead because it is gaming optimized Debian. CachyOS or Bazzite is stilk a better choice IMO though.

load more comments (16 replies)
[–] wizzim@infosec.pub 5 points 1 week ago

True. The readme claims Battlefield 2142 is supported, but on Protondb it's still botched, because of the EA's javelin anti cheat.

[–] rescue_toaster@lemmy.zip 11 points 1 week ago

I run Debian and have done nothing special to game on it. All native games I've installed run fine. Only non native game I play is WoW, and it runs fine. Though requires a GE proton update every now and then.

I have an AMD 6600 gpu.

[–] agentTeiko@piefed.social 5 points 1 week ago (1 children)

Debian works just fine for gaming out of the box with a few commands from the Debian wiki. Maybe use a Debian testing or at least backports if you want newer packages by if you do its a little more work by Debian stable but less than something like arch.

https://wiki.debian.org/Steam

load more comments (1 replies)
[–] cecilkorik@piefed.ca 5 points 1 week ago (4 children)

I use PikaOS which is a Debian-derived gaming distro with newer drivers and gaming packages, run by some of the same folks involved in Nobara and sharing a lot of the common framework used for other major gaming distros. It is mostly indistinguishable from Debian, and I use it basically interchangeably. The main differences include the installer, the default background image, and some post-install helpers to install the latest drivers for various different graphics cards and many types of typical gaming software. Biggest downside is that support and community is through Discord, blech.

[–] Allero@lemmy.today 4 points 1 week ago (7 children)

I'm quite concerned that it's based on Debian sid of all things. Doesn't it break once in a while?

[–] PlexSheep@infosec.pub 2 points 1 week ago (1 children)

Oh my god why would anyone base an OS on debian sid 🤢 not even testing?

[–] Allero@lemmy.today 2 points 1 week ago (1 children)

Honestly, even testing has its issues. For one, security updates are not applied to Debian Testing in a timely manner. They first appear in Stable, and then in Testing.

Maybe people need to accept that sid and testing are made for developers, not end users.

load more comments (1 replies)
load more comments (6 replies)
load more comments (3 replies)
[–] cybernihongo@reddthat.com 4 points 1 week ago (2 children)

Just switch to Debian, I haven't used a script like this (or heard of it). Get Wine from WineHQ to run Windows apps, they have the instructions on how to install it, and look up how to install the drivers for your GPU, and it'll work fantastic. That's all you'll need provided the rest of the system is working.

load more comments (2 replies)
[–] Prove_your_argument@piefed.social 3 points 1 week ago* (last edited 1 week ago) (12 children)

Such a weird grab to avoid getting cachyos and installing the two gaming packages they have.

it just works man. You don't need to build-your-own-os or reinvent the wheel on an OS just not made for what you're trying to do.

I fully understand that you can game on any distro you want, and that linux lets you have a full time hobby just customizing it the way you want it to be. That's all fine, if your hobby isn't gaming but it's instead OS customization then gaming on debian is an awesome pet project, maybe you want to try your hand at arch next?

I just want something that works, doesn't break from updates often (6 months 0 breaks!) does good gaming customizations (kernel tweaks, new game FSR4.1 support, gamemode and other tools readily available in the OS welcome splash) and has enough users doing what i'm doing that when I do run into an issue with something, I can find info. This checks all the boxes. Many gaming specialized distros fit into this sort of thing.

I'm still struggling day to day with opensuse tumbleweed and basic tools. I launch moonlight and it barks about not having GPU acceleration, because they don't include whatever it requires since it's not really intended to be a gaming OS first despite being a rolling release and fairly bleeding edge. I can't select color depth in the controls to get hdmi @ 4k120hz working whatsoever (until linux ~7.2 drops with official support some day..) I use debian for my servers because it's rock solid stable but the bins are ancient.

If you're gaming on a system that could be considered ewaste because the parts are >5 years old and you don't play new releases or anything with bleeding edge tech, then i'm sure debian will support everything you're doing with next to no issues whatsoever once you take the time to install all the customizations you want it to have. Just a lot of work though to get that square peg through the round hole.

load more comments (12 replies)
[–] dosse91@lemmy.trippy.pizza 2 points 1 week ago* (last edited 1 week ago) (1 children)

I develop a similar tool and this thing is absolute slop: it's full of obsolete settings like RADV_PERFTEST=gpl,rt (both have been unnecessary for years), broken features like FSR4 (it needs a DLL from the AMD drivers to work that this thing doesn't provide), and anticheat support is a complete lie, none of that trash will ever work in wine.

Also, I don't know why you would ever use a debian-based distro for gaming, the drivers are 6 months to 2 years out of date, you're just asking for trouble.

load more comments (1 replies)
[–] sp3ctr4l@lemmy.dbzer0.com 2 points 1 week ago (1 children)

If you want a Debian based Linux distro that is gaming focused, I would suggest to you either:

PopOS!

https://system76.com/pop/

Made by System76, who also actually make their own hardware as well, pre-built pcs, etc, and also successfully lobbied at least Colorado to not have a law that mandates age verification built into OS's...

PopOS! Is essentially Ubuntu but less shitty, and is also making their own Desktop Environment COSMIC, that is basically an attempt at 'GNOME, but better.'

There is also PikaOS.

https://wiki.pika-os.com/en/home

PikaOS is basically to Debian as Nobara is to Fedora: Its the base OS, but with a suite of cutting edge/bleeding edge optimizations geared toward improving gaming performance.

[–] f3nyx@lemmy.ml 3 points 1 week ago (4 children)

PopOS is in active development and I would strongly recommend NOT using it, especially if you're not an experienced Linux user.

System76 makes great hardware but their OSs leave a lot to be desired right now.

load more comments (4 replies)
[–] PlexSheep@infosec.pub 2 points 1 week ago

I use debian to game on a rather recent AMD desktop PC. It just works.

For using my gpu to the max, I installed the AMD rock stuff, I think that's some kind of gpu driver stuff. Helps me get most out of the gpu but it works just fine for games without that too. Steam games just work with proton or native, native games just work.

I even timed it well, last October when I thought memory was super expensive and didn't know how bad it would get, and with the new gpu architecture.

Debian just works. Debian is good.

[–] mysterious_cake@feddit.nl 2 points 1 week ago* (last edited 1 week ago) (1 children)

I recently ditched Manjaro for Debian and it’s amazing. I installed Nvidia drivers as desceibed on Debian’s wiki and have never had to read the wiki since then. Games work fine, system doesn’t break after update, always wakes up from sleep (it was a gamble on Manjaro but mostly didn’t work) and shuts down properly (Manjaro tended to freeze with black screen once it exited DE).

I used to be reluctant about switching to Debian and its derivatives because i read so much about the outdated packages and haven’t had the best experience with pop os but Debian just works and it’s amazing.

Thanks for your feedback.

I think I might stick with Debian after all. Tumbleweed is nice and all, but I quickly ran into some issues for finding third party proprietary software packages. There isn't as big a user base either. So finding help when things go bad is a bit more difficult. Otherwise I think it's a great distro. Much better than arch anyway as far as rolling releases go. And a lot easier to use.

Debian might require a bit more manual work, but I'm pretty used to that distro. So it won't be a big challenge. And I don't mind my software being a little behind if it means I get to use my desktop instead of troubleshooting.

load more comments
view more: next ›