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.

๐ the goat is here