SDDM is still X11 based, no matter which desktop you run with it. I have tried enabling Wayland on it, but it’s been… Unstable to say the least.
Justa person in a weird weird world
Speaks: se,en,fr
Queer asf, vegan, GNU fangirl, libertarian socialist
SDDM is still X11 based, no matter which desktop you run with it. I have tried enabling Wayland on it, but it’s been… Unstable to say the least.
Spotify is CEF, I think, and it works pretty well.
No OS is perfect, as you likely do have to use a proprietary modem and some proprietary apps, but CalyxOS works well for me on my Fairphone 4. I like the base install being as free as realistically possible on a modern Android phone, especially replacing Google apps with microG. Just don’t enable SafetyNet if you don’t want it to run (sandboxed) Google blobs. That API is deprecated anyways.
The experience is smooth, free and I get a repairable phone without having generative “”“AI”“” shoved down my throat. A win on all fronts in my opinion.
Also, SafetyNet is deprecated, and Google has said that app developers shouldn’t use it for a long time before that, so I’ve never had to use it. My experience of a blob-free microG has been really good, and I trust FOSS code a hell of a lot more than sandboxed proprietary code, because I can’t be sure what it does with the data I inevitably do provide it.
MicroG has also been very clear IMO about SafetyNet not being a reimplementation, but rather a sandbox when it was relevant.
I like Sway, it obviously needs a bit of configuration to be useful, but that’s partly what I like about it, and using a distro like Guix (Nix configured with Lisp) makes it easy to have the same settings on multiple PCs. Otherwise I like GNOME; it’s well supported and has many good apps. Touch/touchpad support is really good as well.
I agree with the other commenter recommending to migrate as soon as possible while the kernel still does support, but that does seem like a workable strategy if you can’t for the foreseeable future.
Use an old kernel version (if yours doesn’t still support it) and something like btrfs-convert to get a maintained filesystem instead. Works pretty well in my experience with converting other filesystems to btrfs.
OpenGamepadUI works well as a FOSS alternative to Steam if you’d like that as well.
I second rusticl, but I’d like to note that it uses Gallium internally, and not Vulkan. There is a vulkan-gallium translation layer called Zink, though, which can be used to run rusticl on any Vulkan-capable GPU AFAIK. Zink is initially made to run OpenGL on Vulkan, but it’s also just a general-purpose Gallium driver.
Have you looked at Guix? I love it because it uses Scheme instead of Nix as its language, but I realize not everyone likes Lisp as much as I do. Also, I found the documentation easier to follow. Since it is a GNU project, you will need to install a third party channel (repo) if you need proprietary drivers/firmware. If you do, check out SystemCrafters’ install image, which has firmware on the image so you can at least boot it.
I think so. The language (Scheme) is a lot more logical to me, and the higher focus on reproducibility in the main channel compared to Nix (Guix can be bootstrapped from a tiny binary seed) is a draw for me.
Does nginx give me anything over apache httpd in the year of our lord 2024? I’ve used both for hosting servers but never really understood the difference, as apache seems to have incorporated the important improvements that nginx made iirc.
I think Xen does? It’s available on a few different operating systems but idk how user friendly it is compared to QEMU/KVM or bhyve.
I’ve really wanted to try bhyve but the lack of hardware passthrough support (PCIe GPU passthrough in my case) compared to KVM keeps me from it as of right now. Looks really good though.
I have not gotten cloudstream to work, so I don’t know it’s similar, but I’ve used popcorn time and my friends use it regularly and are happy with it.
Also, they’re not exclusive. I have a nas with more space but essentially no ability to transcode media, so I’ve mounted that volume via NFS on a laptop I run jellyfin which gives me excellent transcoding and a very smooth experience.
Chiming in to say that my Fairphone 4 worked well with Ubuntu Touch, though I have since come to the conclusion that Waydroid doesn’t really work for my usage due to many social apps not integrating well with notifications, as well as missing AGPS support, so I am back on Android with CalyxOS. If you find that GNU/Linux is not daily-driveable for you, I can definitely recommend that.
I’ve had a bunch of issues with my GTX 1080 before I switched to an AMD RX 5700 XT. I love it, but I recently put the 1080 back in use for a headless game streaming server for my brother. It’s been working really well, handling both rendering and encoding at 1080p without issue, so I guess I’ve arrived at the same conclusion. They don’t really care about desktop usage, but once you’re not directly interacting with a display server on an Nvidia GPU, it’s fine.
Obviously not applicable to OP since they want to pirate but I’ll add my two cents and say that BTRFS would cause Steam to freeze my computer. Disabling CoW on impacted directories made the problem lesser. I have since switched to ZFS and couldn’t have been happier with it.
SMB is weird, do you have the option to run NFS on the share instead? Since NFS is made for Unix systems, it’s what I’ve always gone for.