←back to thread

310 points speckx | 1 comments | | HN request time: 0.001s | source
Show context
127 ◴[] No.45038436[source]
Just recently moved onto Linux. Most likely not coming back when these kind of things just keep happening. I'm really surprised how well everything works. 120Hz HDR 4k Nvidia no issues on Wayland. Kubuntu 25.04/Plasma 6.3 is very nice. EasyEffects/PipeWire makes audio better compared to Windows. Steam/Proton/Wine works very well for games outside ones that have kernel level rootkits. Outside DualSense controller having issues connecting to bluetooth I can't think of anything that's worse than Windows while many things are better.
replies(18): >>45038518 #>>45038531 #>>45038590 #>>45038662 #>>45038663 #>>45038739 #>>45038836 #>>45039377 #>>45039614 #>>45039910 #>>45040312 #>>45040373 #>>45040391 #>>45041901 #>>45042557 #>>45045631 #>>45048348 #>>45050913 #
0xffff2 ◴[] No.45042557[source]
Meanwhile, I just tried 3 different flavors of Fedora last week and could not even get to the point where I could log in reliably. Never mind getting the handful of Windows-only apps I still rely on to work. I'm despairing that I may have to let Windows update itself to Win11 while I wait for my next hardware upgrade cycle to roll around so I can try to pick more compatible hardware.

If anyone has any recommendations for how to pick desktop components that will "just work" with Linux I'd love to hear them.

replies(3): >>45042819 #>>45043916 #>>45048366 #
mhitza ◴[] No.45043916[source]
I wonder what issues you've seen (error messages), and what hardware you're using. Fedora has been my goto distribution for more than 15 years. And aside from Nvidia, and Gnome, causing me trouble, it worked great[1]. Though I always install the Xfce spin.

For your Windows applications you can try to use winapps (windows vm behind the scenes, but tucked away from view) https://github.com/Fmstrat/winapps

[1] never update to the latest Fedora version, at least until a couple of months after release. If you don't want to be a beta tester. Yes sometimes they don't a good job with SELinux policies and you'll be dealing with annoying popup notifications from time to time. And yes, if you're using full disk encryption (via LUKS) you really want to enable some flags which Cloudflare engineering contributed back (but are not the defaults), otherwise stuttery desktop behaviour is possible.

replies(1): >>45055138 #
0xffff2 ◴[] No.45055138[source]
I don't think I ever saw an actual error message, just a lot of black screens in various configurations (e.g. switching KVM between machines, waking up from sleep) and lots of weird little glitches in Wayland. I know that my Nvidia 3090 needs to be swapped for an AMD GPU, but I'm not totally convinced that that will solve everything. Particularly the black screen on wake from sleep seems like it could/should be a mobo issue.
replies(1): >>45056736 #
1. mhitza ◴[] No.45056736{3}[source]
I would recommend giving Xfce spin a try for comparison, and when encountering similar issues logging in a separate tty (ctrl-alt-F2 to F12) to check the logs for issues. (journalctl --boot=0, for current boot and journalctl --boot=-1, for previous boot, in case of crashes).