wonder if theyll add flathub
j0rge is one of the main devs of bazzite and theres a lot of very strange people in this thread on lemmy.ml chumming the waters here, atomic distros doing well apparently bring out the worst in the strangest linux nerds who think their way of life is under attack. On hexbear a lot of these people causing a ruckus probably aren’t even viewable
edit: yeah the thread here on lemmy.ml has 153 comments currently and on hexbear its 63 and much more tame, lol
There’s a toggle for the store in ujust command iirc
People just don’t like it because it’s different and uses new tech
👑 the goat is here
No it’s definitely the open drivers
rpm-ostree is pretty nifty in general, it functions like git so it reapplies each of your configs over what the devs do each time you upgrade, leading to as little config drift and broken upgrades as possible. each upgrade feels like a fresh install imo
Could try dual booting to see how your hardware works
cuda works fine on 4070 right now, though iirc certain specific things dont run well and are a little funky in comparison. i think it was ollama? but llama.cpp seems to work fine, same with things like comfyui
🤷♀️ I don’t know much about that, cyberpunk runs perfect on my 4070 idk what else you could want
Bazzite has a build for the older proprietary nvidia drivers, I’m pretty sure 1080s dont get the open source variant of the driver unfortunately 😔
https://github.com/NVIDIA/open-gpu-kernel-modules
https://download.bazzite.gg/bazzite-nvidia-stable-amd64.iso this is the download for the proprietary nvidia kde iso
https://download.bazzite.gg/bazzite-gnome-nvidia-stable-amd64.iso this one is for gnome
I don’t know how well the proprietary driver runs, I assume if you got it running on another linux distro this will work fine
Works fine with the nvidia open drivers, what gpu you got
Nvidia open source drivers are working pretty good, I have no complaints. Local AI stuff can be a little annoying to setup as a beginner I bet, but if you run it through llama.cpp its smooth sailing. I recommend something like StabilityMatrix (app image) if you have no clue whats going on
I actually game very little, the performance optimizations are pretty noticeable on bazzite just for general use so its my daily driver
Idk, android is basically an immutable linux distro. Seems to work fine for the whole world really
Yep, I can for example rebase from Bazzite to Secureblue and keep all of my configs intact for say, KDE. So if a project goes fubar you aren’t out of luck and need to reinstall and reconfig linux, its trivial to rebase/“swap distro”, its a single command that looks like this
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia:stable
All programs, files, configs, etc are intact in your home directory. I’ve swapped between user created spins for different DEs like Cosmic and so on, whats cool is its all preconfigured to run well under bazzites kernel. Image based upgrades are also very nice, theres inevitably config drift that messes with performance or updates can break your setup on other distros, image based means the devs tweak every interaction and push it all to you with the least effort possible on your part.
Immutable distros imo help developers with this issue of subvariants a lot. Each immutable distro will have the same behavior, the only difference is hardware interactions. This helps with debugging.
I don’t think I’ve even tinkered with Bazzite since installing it. It just works. You do have to get used to container workflows and using flathub but its a marginal amount of overhead for improved security. Bonus points: you can lazy install lots of apps with distrobox, for example you can install .deb files, .rpm files, pull from the AUR, its no biggy, and its all preconfigured and easy to setup.
It’s also nice to be able to rebase your distro whenever you want to try out different spins and features, makes inter-fedora atomic distro hopping easy without destroying your configs.
As simply as possible, it (mostly) locks down system files and confines users to the user directory. This makes the operating system very stable and hard to break, it also creates a reproducible testing environment which significantly helps developers with bug testing software. For the vast majority of users, this is a positive, though users that want to tinker with the system files a lot may run into a lot of blockers. Upgrades are likely to be very stable, and you will not have system file config drift issues that often break long running traditional linux distros and force the user to intervene.