this post was submitted on 24 Jan 2025
124 points (98.4% liked)

Linux Gaming

16293 readers
19 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Hey! So I have always wanted to make the jump to linux and pc gaming and figured I would do them both together. I would not consider myself techy, just aout tech literate in that I am aware of how much I dont know.

I have linux mint, on a mid to late i5 w/16gb memory. I wanted initially to make a home server but I have jusy been poking around and ended up trying to play all the games I have in attic through emulators and the like.

So I got loads of emulators, I use Cartridge which is a Lutris fork. It just seemed cleaner and worked when I tried it out. In that I had been booting into PCSX2 and finally playing MK Deception again. After three evenings poking and gaming PCSX2 shuts down every time I try to boot a game.

I have uninstalled, reinstalled and changed from 1.7.xx to 2.2 to the nightly 2.3 (I think). I cannot get it to work.

I have so many questions but if I could get back to Konquest I would be so happy, and bother you all later.

you are viewing a single comment's thread
view the rest of the comments
[–] sp3tr4l@lemmy.zip 10 points 2 days ago* (last edited 2 days ago) (1 children)

I run bazzite on a deck as well, and the main reason is because I can actually use it as a pc without as much hassle from SteamOS really wanting to be read only.

If I want to set up say, a dev environment, from git sources, and all the required libraries to compile things, bazzite comes with distrobox so it's not too hard set that up... whereas SteamOS will blow up all of that when it updates, even after you turn read only mode off.

...

That and the AUR sucks, lol.

[–] foggenbooty@lemmy.world 3 points 1 day ago (1 children)

I thought Bazzite was immutable as well? I know I've faught with SteamOS a few times to make something work only to get it wiped, so that makes sense, but I assumed the same would happen with Bazzite.

How do you find it? Do you miss SteamOS for anything or does it feel the same in gaming mode?

[–] sp3tr4l@lemmy.zip 3 points 1 day ago* (last edited 1 day ago)

A simplified explanation is:

Bazzite itself is immutable, but then on top of that base layer, its a customized version of Fedora, via DistroBox, which itself mostly is mutable, and allows for you to set up other DistroBox instances pretty easily.

Bazzite's system updater utility updates both the underlying Bazzite core, and all of the DistroBox instances running on top of it.

99.9 % of the time there is no reason to mess with the immutable core bazzite stuff, but the distrobox containers built on top of it? You can do whatever you want.

Also if you do fuck up the Bazzite core, you can fairly easily roll it back and reset it without losing your existing files, without having to re-image the whole SteamDeck.

As far as the non desktop mode, actual SteamDeck mode experience? Seems the same in terms of game performance, but it is easier to add things like DeckyLoader and EmuDeck and what not, as that base Fedora instance comes with a bunch of utilities that help you install and set them up.

EDIT: I am almost certainly not 100% technically correct in some way here, but I think this is generally accurate.