Hacker News new | ask | show | jobs
by Gigachad 82 days ago
There is value in the gaming specific distros since they already include all the stuff like controller drivers. I installed Bazzite on my desktop which I have plugged in to the TV and it's been every bit as seamless as the steamdeck. It boots up direct in to steam big picture mode and I can do everything with my xbox controller.

Bazzite is an immutible os which is absolutely the future of linux. Your install will never break on updates since rather than a normal update migration process, it simply boots the next version of the OS image, which if it doesn't work will just revert back to the old image where you can wait for the bug to be fixed to update again.

2 comments

One of the straight-up benefits of TV gaming that Bazzite (and presumably any KDE environment, but it's been a bit since I used another) has over Windows is that you can label your Bluetooth devices. I have blue controller, pink controller, white controller, damaged white controller. 90% of my gaming is local multiplayer games and I switch between an actual PS5 and PC, so this is super useful.

Can't do it in Windows 11 for some reason. No option to label them in the new settings app and the option to label them in the old control panel does not work. They all got saved as "Dualsense Controller" and you just had to guess which one you were reconnecting.

I've been using an immutable Linux for the last year or so, and it's gone quite well, but not without pain points.

There's a lot of stuff that I do which does not have a flatpak or package baked in. To get around this, I've been using distrobox to run these things in Ubuntu containers. So I will do "distrobox enter sdr" to have a terminal open up in that environment. You can export applications so that they show up in the applications list. It really takes some experience to shift your mindset, but it was worth it for me.

I agree that development sometimes takes extra steps, but honestly setting up dev environments almost always takes too many steps anyway lol. Overall it's worth it for the stability.