this post was submitted on 24 May 2026
98 points (86.6% liked)

Linux Gaming

26171 readers
36 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
[–] stuner@lemmy.world 54 points 2 weeks 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 14 points 2 weeks 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 4 points 2 weeks 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 :(

Wish I could stay on Wayland but it's not quite there for game streaming yet. Window/scene capture in OBS is miles better on X11 still. For non-streamers though Wayland is amazing

[–] pixxelkick@lemmy.world 42 points 2 weeks 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 9 points 2 weeks 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.

[–] pixxelkick@lemmy.world 14 points 2 weeks 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 2 weeks 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

[–] x00z@lemmy.world 2 points 2 weeks ago (3 children)

This is the personal project of some LLM.

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

load more comments (3 replies)
[–] sonofearth@lemmy.world 27 points 2 weeks ago* (last edited 2 weeks 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 14 points 2 weeks 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 6 points 2 weeks 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 6 points 2 weeks ago* (last edited 2 weeks ago)

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

[–] rescue_toaster@lemmy.zip 17 points 2 weeks 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.

[–] cecilkorik@piefed.ca 7 points 2 weeks ago (5 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 5 points 2 weeks 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 2 weeks ago (1 children)

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

[–] Allero@lemmy.today 2 points 2 weeks 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.

[–] PlexSheep@infosec.pub 2 points 2 weeks ago

Yes, know. That's another good reason not to use it as base for your own distro.

load more comments (6 replies)
load more comments (4 replies)
[–] agentTeiko@piefed.social 7 points 2 weeks ago (2 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 (2 replies)
[–] cybernihongo@reddthat.com 6 points 2 weeks ago* (last edited 2 weeks 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, I don't even have shit like certain launchers.

load more comments (2 replies)
[–] Prove_your_argument@piefed.social 3 points 2 weeks ago* (last edited 2 weeks 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.

edit: literally the first thread I popped open about an amd issue and someone is bashing debian for gaming . I know this entire comment will be very unpopular in a thread about debian because that brings those users in- but I want honesty, not 'my team is better' for this topic.

load more comments (12 replies)
[–] mysterious_cake@feddit.nl 3 points 2 weeks ago* (last edited 2 weeks 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.

load more comments (1 replies)
[–] Xylian@lemmy.world 3 points 2 weeks 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

load more comments (1 replies)
[–] PlexSheep@infosec.pub 2 points 2 weeks 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.

[–] dosse91@lemmy.trippy.pizza 2 points 2 weeks ago* (last edited 2 weeks 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 2 weeks 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 4 points 2 weeks ago (1 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.

[–] sp3ctr4l@lemmy.dbzer0.com 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Ah.

I thought they had actually finally finished COSMiC?

Apparently not?

Back 5 ish years ago, I was able to run Steam and the Index on it, back in Proton 6/7 days, via installing Steam from Debian sources.

(obligatory acknowledgement of meme numbers)

Hell I had RDR2 working on it, even online worked up untill the point Rockstar decided all linux gamers are hackers.

Anyway, back when it was their sort of modified version of GNOME, I quite liked it, because it was both easy for newbie to understand the basics, but also allowed significant customizability and tweak ability for more experienced users.

[–] f3nyx@lemmy.ml 2 points 2 weeks ago (2 children)

I had some fun with Pop two-ish years ago. it felt very smooth, until it wasn't. everything collapsed very quickly after that lol

part of the problem is that its not actually out of active development as you noted, which is definitely a communication issue from S76

their github is absolutely slammed with issues, many of which are problems that would be common for casual desktop usage https://github.com/pop-os/cosmic-epoch/issues

I have a lot of hope for the future of pop and cosmic, there's a good community around it. it just has a long way to go, and is not typically something people who are looking at Debian (renowned for its stability and reliability) would be interested in, in my opinion.

[–] Dariusmiles2123@sh.itjust.works 3 points 2 weeks ago

Agreed.

I enjoy PopOS, but you can see that quite a few things have to be solved for it to be perfectly daily driveable.

For now I only use it on my HTPC as it just has to start Kodi and let it do its thing.

[–] sp3ctr4l@lemmy.dbzer0.com 2 points 2 weeks ago* (last edited 2 weeks ago)

Absolutely fair.

Personally I switched over to primarily using Bazzite... so... I kind of just figured that they... would have basically finished at least v1.0 of COSMIC by now.

Apparently not.

But! Desktop Environments are fucking hard, so I am glad they are still pursuing it.

But but, yeah if its still basically in Open Beta, yeah probably not the best recommend for a fair deal of people.

load more comments
view more: next ›