There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

RoachFire ,

Linux veteran here. I use Bazzite on my gaming PC and ROG Ally. Once I figured out the quirks of an immutable distro and started using distroboxes it became an amazing experience. No complaints here.

xavier666 ,

I’m seriously considering Bazzite now. Can you explain whether something like LaTeX with custom packages would work? I also don’t want to redownload the LaTeX packages to vanish after a system update.

Also, I’m a tiling window user (i3). Will it be possible to use it in desktop mode?

jack ,

As per my other comment:

Do your latex work inside a distrobox and you’re fine.

I’m not sure if you can layer another window manager on top. You may have to create a custom image for that

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

Bazzite is exclusively KDE, and I honestly don’t think it’s possible to run a different desktop manager on it.

Edit: Sorry, my mistake, there’s the option for GNOME as well. But I don’t think they recommend even switching between them on an install.

JareeZy ,

As someone who never used an immutable distro: what are the quirks when using it?

jack , (edited )

Basically installing packages. You’re fine if you default to using

  • flatpaks for gui apps
  • brew for cli programs
  • distrobox when building from source or when you need good control over the package environment (e.g. when installing a latex editor and only the latex packages you want)
  • layer packages on host with “rpm-ostree install” when the program needs tight integration with the host (e.g. VPN software)

Also, you shouldn’t edit files in /usr, but I’ve never run into that limitation. You can still edit other top-level directorys like /etc .

That’s about it.

RoachFire ,

This sums up all of my issues perfectly!

seathru ,
@seathru@lemmy.sdf.org avatar

How much different is setting up immutable distros like Bazzite? I like the concept but I’ve been too intimidated to try it out.

unskilled5117 , (edited )

The setup process isn’t really much different from other distros, quite easy. It’s documented here. If it’s still too intimidating for you, you could always do a test run in a virtual machine first, there is even an image that you can select at the bottom of the download menu on the website for virtual machines.

The nice thing is that, if you have some kind of special hardware (e.g. certain laptops, nvidia gpu…) you only need to select it the downloading menu and then you are all set with the special tweaks that the hardware requires provided by the community.

After the initial installation it’s an even better experience than other distros I have used. It gives you a first time portal, where you can choose additional applications that you would like installed. If you get your application via flatpak then you are all setup. If you need other applications not available in flathub, you will have to do some further reading in the documentation, it’s all explained there.

chunkystyles ,

Setting up is stupid easy. What makes immutable distros potentially difficult is installing software. Anything packaged as a flatpak is stupid easy. Beyond that it can get complicated. But it’s not bad in general.

Having just switched to Linux with Bazzite two weeks ago, my biggest issues have come from Wayland support. And that’s really just because I have a specific piece of software I need that doesn’t support Wayland. And that’s a bit of an edge case and the result is more annoyance than show stopper.

possiblylinux127 ,

Can’t you use Xwayland?

chunkystyles ,

No, because it’s a software KVM and it needs to be able to read, mirror, and suppress mouse and keyboard actions.

possiblylinux127 , (edited )

Which can be done on Wayland but it needs to be dome from a Wayland native app

Can relate

jack ,

Just use brew for non-gui programs. Really easy. It’s the recommended way by the ublue devs and should be pre-installed

SpeakinTelnet ,

Having to install things mostly through flatpaks works seamlessly until it doesn’t. Then you’re stuck in dependency hell where you have to open holes in your containers to allow access to files or binaries.

I’m at a point where I layer enough software that I don’t know If there is still value added.

bigmclargehuge ,
@bigmclargehuge@lemmy.world avatar

This has always been my concern with relying on Flatpak. It is only as simple as your requirements are it seems.

sirico ,
@sirico@feddit.uk avatar

Flatpaks ,boxbuddy for gui RPMS, it’s super versatile once you get it

helenslunch ,
@helenslunch@feddit.nl avatar

Really annoying that I cannot uninstall Lutris…

sirico ,
@sirico@feddit.uk avatar

You can rpm-ostree remove

helenslunch ,
@helenslunch@feddit.nl avatar

No you can’t.

cRazi_man ,

Anyone able to give an ELI5 to a linux noob? I’m struggling to find what the benefit is of Fedora’s atomic builds (is it just containerised apps? Is this an immutable distro?)…and then also what the benefit of Bazzite is on top of Fedora’s atomic spins?

Are immutable distros good for daily driving?

Onihikage ,
@Onihikage@beehaw.org avatar

The ELI5 for Fedora’s atomic desktops is that if Windows had an Atomic Desktop version, Program Files and most of the Windows folder would be read only, and each program you installed yourself would go into its own folder in your user directory. That’s the basic idea. It’s harder to screw up an Atomic system as long as you stick to containerized app formats like flatpak/appimage whenever possible. It makes it easier for everyone to diagnose problems, and easier for users to roll back if an update has problems. Even if you were to install it right now, you could use one simple command to “roll back” to any image from the last three months.

The benefit of Bazzite is you have all of the above, plus a lot of gaming-related stuff preinstalled which, if you were to install them yourself in a normal Fedora environment, you’d likely have to spend a lot of time just learning how they’re supposed to be configured, how they interact, which versions have problems, and how to troubleshoot problems when an update to one app breaks a prerequisite for something else; eventually you end up in config hell instead of actually using your computer. With Bazzite, the image maintainers are the ones in config hell - they work out the kinks, app versioning, communicate with upstream to fix issues, all that, so your system should be in the most functional state that a Linux system can be, so you only have to think about using your apps.

tl;dr

  • Atomic Desktops are more resilient to randomly breaking from updates or user error, and are easier to revert to a prior state if problems do arise
  • Bazzite is a custom Atomic image with lots of gaming stuff preinstalled and preconfigured to work properly out of the box
  • If you’re a gamer and wanting to try out Linux, Bazzite is going to be the least painful way to get your feet wet.
  • Immutable distros are excellent for daily driving. I daily drive one myself!
Killer57 ,

I’ve been using bazzite for over 6 months now, I have it on three of my devices at the current moment in time, and I would never look back to Windows at this point, shit just works.

lambda ,
@lambda@programming.dev avatar

I have three questions if you have the time. Can you make it go to desktop mode by default, not big picture mode? What DE does it come with, Plasma? Does it come with Lutris or whatever? If I have an .exe installer for an old game, does it come pre-installed with tools to help create the proton wine-prefixes and everything? I imagine the last one would allow Flatpak to be used.

hobbsc ,

Not OP but:

  • on a desktop it’s defaulted to desktop mode. I’m unsure about the steam deck.
  • you choose. KDE or GNOME. Budgie is being worked on.
  • lutris can install your windows executables. Bottles is available too.

The only games I’m unable to play so far have been AAA games with unfriendly anticheat. ProtonDB helps here.

lambda ,
@lambda@programming.dev avatar

Ah. Different builds for different versions. Makes sense

Killer57 , (edited )

I apologize for the late reply, the other commenter is correct as well, Bazzite comes out of the box in desktop mode, if you’ve ever used plasma before, it’s a lot like that. For .exe programs I use wine, and haven’t had that let me down yet for the most part. Im fairly certain Bazzite does use flatpaks, but it does also have also Discover baked in.

Honestly, I compare it strongly to using the steam deck desktop mode.

Kuma ,
@Kuma@lemmy.world avatar

I want to add to what the others said. Usually I just add windows programs/games to steam as none steam game. that has been the easiest way to do it for me. I have very few games that isn’t on steam so it is nice to be able to add them together with the rest with the correct categories and such.

Auzy ,

I tried it. Gave up and moved to regular fedora at the end. I didn’t see any real benefits personally

I did like many of the ideas, like gamescope is built in. But I think I had minor issues

hornedfiend ,

Same here. Ir’s very bloated. You can decide on what to install,but if you do install all that bloat,you need to be prepared. I tried their AMD GPU overclock tool and after a got a black screen, I ended up with missing packages. Immediately went back to Arch.

Edit:words

Auzy ,

I think I tried emudeck and it wouldn’t install. But that wasn’t their issue (turned out to be a regression upstream).

I think I had stuttering sound in audio too. But that’s via HDMI.

Spdif no issue

I also used another gaming distro though so might be confusing them

They should absolutely keep developing it. It will only get better, and I’m a unique case because I’ve been using Linux probably since 1998 or so.

But I feel they make things a bit more custom, and it will only get better. It has a lot of potential, and is probably the best option already for many people

jack ,

Biggest benefit for me is automatic updates in the background which are also safe. On a normal distro, if your pc shuts down for whatever reason during kernel updates you have an unbootable system. That can’t happen on bazzite

russjr08 ,

Just ran into this exact problem this morning which was incredibly frustrating. Performed a routine system update, and I’m pretty sure I had a kernel panic (all input was non responsive, couldn’t even switch to a tty) in the middle of pacman’s upgrade phase.

While I was able to chroot into my install and reinstall the kernel, half of my system’s packages were left in an inconsistent state so I still couldn’t properly boot - and so I just nuked my root subvolume and reinstalled Arch (I suspect I could’ve somehow got the packages reinstalled if I wrangled for a while with pacman but it was just easier to reinstall at this point).

Atomic distros like Bazzite are designed to prevent that exact situation I ran into, unfortunately I just haven’t had enough time or energy to try to make my own custom image that has what I need in it (got kind of close with NixOS but that had its own issues), otherwise I’d probably be running that.

Piece_Maker ,
@Piece_Maker@feddit.uk avatar

Another unsung nicety related to this one is that you can fully update your system but only start using it once you reboot. Too many times I updated the kernel on Arch only to find everything stopped working until I rebooted, hence why routine updates can just be done automatically with no issues to the user.

rwhitisissle ,

As someone who has done a lot of distro hopping in the past, I’ve found that going for a stable release that is widely used as a daily driver is superior for gaming than “gaming specific” linux distros, largely on the basis that the gaming distros have routinely had buggy UIs, driver issues, and a variety of unexpected and undesired behavioral problems tied to the array of “gaming adjacent” software installed, most of which you can install yourself with little to no effort and most of which you probably don’t want or need in the first place.

TeryVeneno ,

Thankfully, bazzite is both, the community has gotten rather large lately so support has been good.

krolden ,
@krolden@lemmy.ml avatar

Too bad they use discord :(

possiblylinux127 ,

It is a gaming related community after all. There is less ethical and privacy concerns in that crowd from my experience. Not to say that it is bad as there is a community for everything.

krolden ,
@krolden@lemmy.ml avatar

You dont need to care about privacy to realize a platform like discord is not a good idea for any type of software project. Or any project.

possiblylinux127 ,

I just know it is popular with gamers

helenslunch ,
@helenslunch@feddit.nl avatar

I mean yes, but at least their Discord is externally archived/indexed and they have a Discorse Forum. None of those are my preferences but it’s better than nothing.

makingStuffForFun , (edited )
@makingStuffForFun@lemmy.ml avatar

Thank you. I’m out. I have no idea why open source software projects use discord and slack.

krolden ,
@krolden@lemmy.ml avatar

Well I use bazzite and it is great. Ublue is awesome even with their poor choice of comms

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

The thing is, Bazzite isn’t really a distro in it’s own right, which they admit themselves. It is essentially Fedora with a bit extra on top, and it gets all the updates Fedora does at the same time. It seems like they’re trying to “solve” some of the issues with other gaming distros. As far as pre-installed software, it comes with Steam and Lutris pre-installed. Sure, there are some linux gamers out there that don’t need those, but the vast majority will use them. Apart from those, it has the graphics drivers pre-installed for your system, based off your iso choice. Everything else is installed by choice through a first-boot wizard.

jbk ,

So is it pretty much an unofficial Spin then?

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

Yeah, based off the atomic desktop versions, as it’s immutable.

barsquid ,

It’s atomic! If the latest version you try has issues you can roll back to the last one that was working. It’s really cool. You cannot write to anything other than /etc and /var unless you make a reversible commit on top of the system base image.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Just to clear some misunderstandings, TLE did a performance test on this distro and it was pretty much the same in terms of FPS as other distros. Gaming distros like Bazzite are made for a faster and easier setup process because gaming tools and stores and preinstalled.

Diplomjodler3 ,

But that’s a legitimate reason for it to exist. A lot of people have reservations towards Linux because they’re concerned about the gaming experience. Making it smooth and easy is a good thing. Having said that, I just installed Steam on Mint and everything ran just fine. I only play Steam games on that machine, though.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

I can’t fully agree with you about the smooth user experience on this particular distro because it’s immutable but yea we should promote Linux for gaming. It’s pretty good now.

poki ,

I can’t fully agree with you about the smooth user experience on this particular distro because it’s immutable

Could you elaborate on why you think this is the case? FYI, I’ve been using Fedora Atomic for over two years. So, please don’t feel the need to explain me how it works*.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Inconvenient package management, manual theme installation and anything that involves changes to the system.

poki ,

Thank you for the reply!

Inconvenient package management

Fair.

manual theme installation

I assume this is based on an experience with Kinoite? Am I right?

anything that involves changes to the system

I’d argue “anything” is too harsh. But yes, there are definitely edge cases that are either very/too cumbersome or outright impossible to achieve on Fedora Atomic.

However, I’d argue that while the associated paradigm shift and learning curve do require some commitment to adjust to, it is a more sane way of running a system for most people.

GolfNovemberUniform , (edited )
@GolfNovemberUniform@lemmy.ml avatar

Everyone has an opinion on this. Won’t argue with yours.

poki , (edited )

Fair.

Btw, was I correct on the following?

I assume this is based on an experience with Kinoite? Am I right?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

No. I know that installing a GTK theme requires putting the files in /usr/share/themes that is not in /home. That’s why I said it. As an advanced user I love customization and freedom so immutable distros are a no go for me (and for many people imo). I didn’t even bother trying.

poki , (edited )

FWIW, by creating your own images (through BlueBuild or tooling offered by uBlue) you could bake themes directly into those folders.

However, I totally understand why you’d not feel compelled to do as such 😅. Especially if your current distro/system works splendidly.

Sometimes, placing it to ~/.local/share/themes works as well*.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

However, I totally understand why you’d not feel compelled to do as such 😅. Especially if your current distro/system works splendidly.

This.

Sometimes, placing it to ~/.local/share/themes works as well*.

Ehh I prefer system-wide installation. I think it’s a habit from times when installing an Android app with root (so the OS treats it as a system app) increased its performance.

poki ,

Ehh I prefer system-wide installation.

Fair.

I think it’s a habit from times when installing an Android app with root (so the OS treats it as a system app) increased its performance.

Interesting. Didn’t know this was a thing.

barsquid ,

Thank you for sharing those links, I have been struggling with making rpm-ostree compose go from a yaml to an ISO, these look like they might reduce the level of effort!

poki ,

You’re welcome!

FWIW, last year, through what became BlueBuild eventually, I had my own image with all kinds of modifications within a weekend. And, perhaps most curiously, I was a total noob when it comes to containerfiles, github, git etcetera. So, if I somehow managed, then you should definitely be fine.

Wish ya good luck! Consider reporting back 😉.

barsquid ,

Sounds like you ramped up pretty quickly! Were you pretty familiar with the terminal beforehand or just jumping in?

I’m chronically unable to finish projects but with such a fantastic tool maybe this one is the one? I’ll try follow up if get something going.

poki ,

Were you pretty familiar with the terminal beforehand or just jumping in?

Yes, I did have some familiarity with the terminal.

I’m chronically unable to finish projects but with such a fantastic tool maybe this one is the one?

I hope it will work out for ya!

I’ll try follow up if get something going.

Thank you for your consideration 😊!

MalReynolds ,
@MalReynolds@slrpnk.net avatar

Yeah, I had that at the beginning, then added to my fstab


<span style="color:#323232;">#enable sddm and therefore good themes
</span><span style="color:#323232;">/var/sddm /usr/share/sddm none rbind 0 0
</span><span style="color:#323232;">
</span>

and KDE themes with sddm components install fine now (most themes install fine into /home, does Gnome really not have per user themes?)

Essentially you can tactically make things mutable as needed, use sparingly, but maybe not even trying lessens your opinion, no?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Why would I use a system that isn’t supposed to change if I want to change it? It’s just not for me and I don’t want to waste my time reinstalling everything. And my opinion isn’t completely proven without trying but I have theoretical knowledge.

MalReynolds ,
@MalReynolds@slrpnk.net avatar

Why would I use a system that isn’t supposed to change if I want to change it?

There’s a bunch of benefits, atomic updates, intrinsic rollback, security of immutability, safe automatic updating and it goes on. Some things are not quite ready yet, e.g. things like sddm which should probably install themes to /etc (which they’re working on), so as often happens in linux, workarounds ensue. Making one directory mutable does not destroy all the benefits.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Mister/miss, you’re going too far with this advertising imo.

MalReynolds ,
@MalReynolds@slrpnk.net avatar

You’re welcome to your opinion ;)

MalReynolds ,
@MalReynolds@slrpnk.net avatar

Yeah, I had that at the beginning, then added to my fstab


<span style="color:#323232;"># enable sddm and therefore good themes
</span><span style="color:#323232;">/var/sddm /usr/share/sddm none rbind 0 0
</span>

and then it works, kludgy, but sddm is apparently working on allowing themes in /etc, sometime soon.

poki ,

Thanks for pointing that out!

Bazzite also includes an entry in their documentation in which they explain how theming on Bazzite works exactly.

MalReynolds ,
@MalReynolds@slrpnk.net avatar

<span style="color:#323232;">Inconvenient package management
</span>

Fair.

If there’s a flatpak, no problem.

Once you realize you do package management in distroboxes rather than the main OS (rpm-ostree etc), no problem, plus you have the AUR at your disposal.

So Ima go not fair, although there is something of an education gap atm.

poki , (edited )

I’m a big fan of Fedora Atomic. However, even I have to admit that knowing how to install packages through dnf is simply more convenient than knowing and understanding the nuances between rpm-ostree, Toolbx/Distrobox and flatpak. And I haven’t even delved into ujust and brew that are found on uBlue images.

Furthermore, even if we would limit ourselves with what Fedora Atomic prescribes, we see the following inconveniences:

  • rpm-ostree ; I know –apply-live exists and I know systemctl soft-reboot exists. But still, if you have to resort to rpm-ostree, then both the speed of update/installation as well as the need to reboot (or live on the edge with –apply-live) are inconvenient compared to dnf.
  • flatpak ; It’s inconvenient that I have to alias the installed package if I prefer sane naming conventions when accessing it through the terminal. Furthermore, stuff like the NativeMessaging portal not being available yet for sandboxed browsers and how that prevents any local password manager to interact with them (without hacking your way through; which, once again, is an inconvenience) is inconvenient.
  • Toolbx/Distrobox ; the fact that you’d have to setup quadlets (or simply rely on uBlue images to do it for you) to keep them up to date, up and running is an inconvenience. The fact that distrobox-export has to be resorted to for accessing these directly from your ‘App Drawer’ is an inconvenience.

The fact that there’s no centralized place for upgrading all of the above (unless you rely on an uBlue image) is an inconvenience.

I could go on and on, but these should satisfy in revealing some of the more obnoxious inconveniences.

MalReynolds ,
@MalReynolds@slrpnk.net avatar

Fair cop on the inconveniences, although I’ve found it fine after an adaption phase, coming from fedora it was lesser than hopping to a new distro. Hard agree on knowing the nuances being problematic, clarity and accessible education is sorely missing, certainly the steepest part of the learning curve.

I just run ‘distrobox upgrade -all’ in my Daily.service, didn’t need quadlets (although after adaption I quite like them for containers now).

poki ,

I’ve found it fine after an adaption phase

Though credit where credit is due. At this point, so well-beyond the adaption phase, I simply don’t see myself use anything else. This is my home. Though I have to admit my serious interest in QubesOS (and the upcoming Spectrum OS).

Hard agree on knowing the nuances being problematic, clarity and accessible education is sorely missing, certainly the steepest part of the learning curve.

Agree. I’m at least thankful that it’s a lot better than it used to be. Like two years ago, when as a total noob to Linux, I decided to cold turkey quit Windows and installed Fedora Silverblue on my machine. Well…, those first two weeks were pretty traumatic 😂. And, back then, there was not a lot out there. Luckily, I found this article that helped me to grasp the basics. And it has been smooth sailing ever since.

I just run ‘distrobox upgrade -all’ in my Daily.service

That’s pretty cool (and straightforward). Why didn’t I think of that 😂? But yeah, quadlets FTW.

SpeechToTextCloud OP ,
@SpeechToTextCloud@discuss.tchncs.de avatar

This comment shows why I like Lemmy more than Reddit. Nuanced, acknowledging when the other person has a point without just yelling at each other.

poki ,

Hehe. I agree that the community on Lemmy gives off more mature vibes. I suppose one should at least credit them for being idealistic enough to be on Lemmy rather than Reddit.

Thank you for spreading the positivity 😄!

Kusimulkku ,

Inconvenient package management

Can’t you just use the Gnome App Store or whatever it’s called?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

GNOME Software but it only has Flatpaks which my machine can’t quite run smoothly. It’s weird that I use the GNOME ecosystem without Flatpaks though. Anyways I just use the AUR on my system that’s based on Arch btw.

Kusimulkku ,

With an immutable system the flatpaks would be the way to go

teawrecks ,

I set up a bazzite HTPC specifically because of its immutability and smoother user experience. The steam deck also locks down the package manager because this yields a more predictable environment.

poki , (edited )

TLE did a performance test on this distro and it was pretty much the same in terms of FPS as other distros.

Without measuring any 1% lows or 0.1% lows.

I enjoy TLE’s content, but that video is far from exhaustive on this.

Unless a better comparison comes out, we should reserve ourselves from making any judgements on this particular subject.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

I still don’t think there will be a difference. I tried distros with various schedulers and didn’t notice a major positive difference except for the DE smoothness that was unbeatable on CachyOS.

poki ,

So…, you don’t think it will make a difference. However, you do affirm that whatever CachyOS does is noticably better than the rest.

Perhaps more importantly, have you actually measured 1% lows or 0.1% lows on games. And did you compare how different distros fared in this regard?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

I didn’t measure 1% lows but I noticed that regular distros (specifically Fedora and Arch based ones) performed noticeably better in terms of overall FPS.

poki ,

Thank you for mentioning that! Did the slower distros you tested come with older kernels?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Fedora did have an older kernel but other distros were Arch based so always new kernels. Also I have to mention that CachyOS focuses on x86_64-v3 that my machine doesn’t support so results can be very different on newer hardware.

poki ,

Thank you for the answer and for your time! I wish you a nice day!

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Same for you, fellow Lemmy user!

ParetoOptimalDev ,

I extensively tested apex legends with different kernels and found a difference.

poki ,

Thank you for sharing! If you remember, could you share your findings?

WalrusDragonOnABike ,

On one hand, I think some data is better than no data, so I think its fair to say that there is a lack of evidence for it being better in terms of in-game performance after setup based on it and that should just be the null assumption anyways.

On the other hand, its been over a decade since its been pretty well known that average FPS is not necessarily reflective of overall performance and throwing the frametime data into a spreadsheet and doing =percentile([range],.99) and =percentile([range],.999) and then dragging it to neighboring cells seems like a pretty minimal extra work for a commercialized channel. For niche testing like this, I’m less bothered by it because having some results seems better than nothing, but its still nice to see it pointed out.

boredsquirrel ,

And way more reliability, even though it is pretty modified.

pineapplelover ,

I installed Bazzite on a sibling’s thinkpad and it was amazing. Chose KDE, out of the box, it was amazing. Fingerprint fprint was pre installed, just had to scan them in settings. Battery management and power level settings (power save or performance) were also already installed. Everything has been flawless. Even full disk encryption works amazingly well without hiccups. I remember trying it on Ubuntu and it bricked itself or something and gave up on it.

Dual booting it and installation was a walk in the park.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Welcome to modern Linux where almost everything works, mister/miss

BannanaLama ,

Has someone tried Steam VR with an Index on Bazzite? How well does it run?

I tried some setups with Steam VR, as Steam inside Flatpak is not supported and not working, but even when installed via deb it can require some restarts and be janky.

lazorne ,

Jorge, Kyle and the others over at ublue is doing a great job with their Fedora spins.

I run Bazzite on all my computers and if you got a full AMD system you can even get full gamemode running by installing the deck image. This in turn give you the best controller experience for games, as Desktop Steam got several issues with Steam Input valve have not fixed yet.

But not all credit should go to them for this but also ChimeraOS team, Nobara and others that are constantly working on an improved gaming experience on Linux.

When developing RetroDECK Steam Input profiles I mainly use the Steam Deck with SteamOS and Bazzite on my desktop to test them.

hobbsc ,

I have been using the hell out of bazzite for the last few weeks and I’ve really enjoyed it. There have been a couple of minor bugs but otherwise everything just generally works.

I’ve enjoyed it so much that I’ve also installed bluefin on my work laptop.

474D ,

How good is the “HDR Support”? It’s one thing I’ve really wanted for Linux for a while.

Virkkunen , (edited )
@Virkkunen@fedia.io avatar

From my experience using Plasma 6+ and a NVIDIA card, I keep HDR on on my main display (Odyssey Neo G7).

No issues with washed out colours on the desktop, everything looks fine

I can watch HDR videos using the included Haruna player or MPV.

Firefox has no HDR support outside Mac OS, so no HDR on YouTube.

For games, it depends. Some games can detect HDR and work fine, but for most I have to use gamescope, which in itself brings some issues like not having the Steam overlay, games freezing randomly or just having terrible performance due to niceness (everything has a workaround though, but that requires some tinkering). Check my comments about the issues and workarounds

For game scope running HDR, there's a lot of people and guides telling you to use countless flags that don't really do anything at all. The best thing to do is to read its documentation. I use the following flags as startup parameters on my Steam games:

gamemoderun gamescope  -W 3840 -H 2160 -r 165 --hdr-enabled --hdr-itm-enable --hdr-itm-sdr-nits 300 -f -e --mangoapp -- %command%

gamemoderun just enables game-mode, which can bring some small performance improvements.

-W -H -r flags are to determine resolution and desired refresh rate. You might be able to omit those flags but I have had some issues with that.

--hdr-enabled is the only flag needed to get HDR working. Nothing else. (except from enabling it on your DE)

--hdr-itm-enable --hdr-itm-sdr-nits are for inverse tone mapping for non HDR games, it's the same as Windows Auto HDR.

-f is full-screen, but to be fair I don't think this one is doing anything, but I need to test better.

-e is to enable Steam integration, which should be the overlay and input, but its broken (there's a workaround, check the last comment made by me there)

--mangoapp is to run mangohud, this flag is preferred over running mangohud before %command%. It's partially broken this way because it does not dispaly the GPU or gamemode info. Running it as mangohud works 100% fine but apparently there are some issues with it that are beyond my knowledge.

474D ,

Awesome, thanks so much. I actually just purchased the same monitor so this will be very helpful when I set it up.

firepenny ,

Thank you so much! I’ve looked at countless guides and everyone said something different. This helped a lot.

Procapra ,
@Procapra@hexbear.net avatar

Immutable distro…yeah I’m good.

electro1 ,
@electro1@infosec.pub avatar

the idea of a console like layout ( Ui ) Out of the box ( if you so choose ) is awesome…

but that installer 😮‍💨

SuperIce ,

What about the installer? Anaconda isn’t great, but you only need about 1 minute to set the options to install and then let it do it’s job before rebooting.

electro1 ,
@electro1@infosec.pub avatar

I can endure it, but it’s kinda confusing and looks outdated… I hope they make a new one like Ubuntu did

PerogiBoi ,
@PerogiBoi@lemmy.ca avatar

This is the first and only distro I’ve tried that has display link drivers already installed. Was able to plug my laptop into my work dock and immediately have it all work. I used to have to install a community version of the displaying driver for my Ubuntu and Debian based distros. Shit just works the first time.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines