I don’t use mint, but the serenity of a reliable platform to work on by far outweighs the boringness of the system.
My computer is a tool, not a hobby (anymore).
Mint is my favourite distro. Is everything I want from my computer.
… Except the Nvidia support. I need the actual proprietary driver for cuda and it’s not the easiest of rides.
(I switched to Nobara for better support and now the drivers memory leak. I need the courage to distrohop again)
Debian with the mint UI. All of the debian memes, but none of the UI headaches!
There’s also LMDE which is mint built on Debian instead of Ubuntu. The Mint guys had the foresight to prepare for a future when they’d get fed up with Ubuntu’s nonsense.
Same. I recently spent a few hours failing to either build gamescope from source or get the flatpak versions of gamescope and steam working together. Others got it working a few months ago, but their steps didn’t work for me and I just decided I’d rather spend my time playing without HDR than keep trying at it. Wouldn’t have been so hard on a disto better supported by gamescope.
Except the Nvidia support. I need the actual proprietary driver for cuda
As far as I know, the open-source driver supports CUDA now, as long as you’re using version 560 or above and the latest CUDA packages. https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/
We’ve been using the open-source driver with workstation-grade cards at my employer for a while. The open-source driver didn’t get full support for consumer-grade cards until version 560 which was only released around 6 months ago.
EndeavourOS on my DD laptop with time shift in case an update wants to be a dick (or I do something stupid).
Proxmox VMs for when I’m feeling saucy.
Ain’t no one got time for an unstable work machine.
People who understand Linux Mint and other complex distros at a deep level:
god mode
My shack pc is a tv box with a custom version of armbian, basically it’s barely holding itself together, but it still works decently for digital modes, so i’m not complaining; i couldn’t imagine the torture that would be daily driving that monstrosity
I use Arch BTW.
Today the liquidctl integration of cooler control died, making all my fans go into a safe profile which makes a lot more noise than normal. Imagine having to listen to that for an hour trying to get it working again. I did get it working luckily, somehow the coolercontrol-liqctld python module didn’t register properly. Once I got the module registered everything was working, for now…
Not gonna lie, I’m glad I’ve moved from Arch to Tumbleweed. Media codecs are handled worse somehow, but I haven’t had to deal with crap like this ever since…
You have to add the source with the non free codec packages:
https://en.opensuse.org/SDB:Installing_codecs_from_Packman_repositories
I tried that already, didn’t really help. That repo is currently deactivated on my machine, I think I had some (more) annoying problem with it (don’t remember all the details), but after spending quite a few hours on this problem, I essentially gave up trying to fix it. Right now, video playback works well enough that I don’t want to deal with it anymore.
And, honestly, I haven’t had a Linux installation where everything related to multimedia and graphics drivers just worked flawlessly. Ubuntu, Debian, Arch and Suse all had different issues. Switching from Nvidia to AMD didn’t help, either. Sometimes the flaws were minor and easy to ignore, but it has never ever worked as well as it does on Windows.
yea this is probably the most annoying issue i’ve had on Arch. every time there’s a new version of Python, you’ll need to reinstall some python packages, usually the AUR stuff.
https://wiki.archlinux.org/title/Python#Module_not_found_after_Python_version_update
No, but depending on what’s wrong that might not be the best thing to do. If the new version is broken, rolling back to a previous working version might fix it. But when the update broke something, it might not fix it and could even make it worse. I’d rather figure out what went wrong and how to fix it, it’s a good skill to have. And if the new version does turn out to be broken, it’s good to have dug into it so you can make a proper bug report.