this post was submitted on 02 Jun 2025
58 points (95.3% liked)

Linux

56766 readers
780 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Just curious to know if anyone has been using the same distro for multiple years/decades and what or if you have it takes for you to want to switch to a different distro?

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Tattorack@lemmy.world 3 points 1 month ago (6 children)

Better compatibility with Intel Arc cards, for one. Actually that would be a really big one.

I'm on Ubuntu. I had my Intel card work pretty well in Blender 3D,except it couldn't do BVH calculations in cycles, and I couldn't for the life of me figure out how to make it work, because the thing that is supposed to make it work breaks the render kernels for Blender.

Alright... But it still rendered faster than my GTX 1060.

But then I also realised I couldn't boot up any UE5 game because somehow it was convinced my card isn't DX12 compatible. Also major artefacting issues in Oblivion Remastered.

Right... So I decided to go from Ubuntu LTS to Ubuntu 25.04, because the cutting edge MESA drivers needs a newer kernel, and the newer kernel is supposedly more Intel card friendly, which might fix my BVH calculation issues with Blender as well.

UE5 games run now, except for Oblivion Remastered, which still has graphical artefacting. But Intel didn't have render kernels for Ubuntu 25.04 yet, so I couldn't render with cycles at all until they updated their repo.

They eventually updated their repo a week or two ago. But the render kernels don't load at all in Blender 3D, telling me "Oh this is meant for OneAPI compatible cards", yes, what the fuck do you think an Intel Arc A770 is!?!

So... Uh... Yeah, if there is a distro put there without all of this, that would be very great.

load more comments (6 replies)
[–] LiamTheBox@lemmy.ml 3 points 1 month ago

Modern desktop enviroment design, and seamless updates like in macOS

[–] gnuplusmatt@reddthat.com 3 points 1 month ago (4 children)

I used Fedora KDE from 2012 to 2023, then I moved to Fedora Kinoite because I like the idea of atomic distros. Don't know if that counts though since its mostly the same software, just delivered slightly differently (however you could argue that is the case for all distros)

load more comments (4 replies)
[–] JTskulk@lemmy.world 3 points 1 month ago (5 children)

Snap getting installed, ads when starting a shell. Basically the reasons I ditched Kubuntu.

load more comments (5 replies)
[–] phantomwise@lemmy.ml 3 points 1 month ago (2 children)

Not sure... I really like Arch, except for one thing that is also a problem on most other distros : packages creating files everywhere and leaving a mess behind when uninstalled. I'd rather have them isolated like NixOS does, and being able to switch easily between several versions of the same package is neat. Declarative configs are also very cool... but I really don't want to use a weird language for making packages, I'm just stating to learn how that work and I like that Arch packages are very straightforward and easy to understand.

[–] thedeadwalking4242@lemmy.world 3 points 1 month ago

Nix becomes extremely easy once you get the hang of the language. Much more straightforward then some cryptic bash

[–] pineapple@lemmy.ml 3 points 1 month ago (1 children)

I half the point of package managers was so you could easily uninstall them. Do package managers usually not fully uninstall?

[–] phantomwise@lemmy.ml 2 points 1 month ago

From what I understand the package managers remove files they themselves created but not files created by the application itself like config files and other stuff

[–] timmytbt@sh.itjust.works 2 points 1 month ago

Having more time to spend learning a new distro

[–] DrunkAnRoot@sh.itjust.works 2 points 1 month ago

if gentoo decided ti bake spyware into every package that i cant removr thatd be a deal breaker

[–] mindbleach@sh.itjust.works 2 points 1 month ago

Previously? Some schmuck changing all the windows to be left-handed, immediately before a long-term-support feature freeze.

Zero percent surprised by many other comments throwing shade at Ubuntu.

[–] jjlinux@lemmy.ml 2 points 1 month ago

All I need is a sudden jolt of "I need to test other distros", distro hop for a day or 2,and then end up back in my distro of choice. This happens every couple of months give or take.

[–] TheMightyCat@lemm.ee 2 points 1 month ago

My first distro was debian and why I switched was that I wanted up to date packages.

[–] absGeekNZ@lemmy.nz 2 points 1 month ago (2 children)

Was a Ubuntu user from 9.10 until 20.04; snap shittyness caused me to hop around for a while. Settled on Mint a few years ago.

It's stable, gets out of my way and lets me get my work done.

[–] Maeve@kbin.earth 2 points 1 month ago

It has been a really long time (20? years) since I've been on nix. Kind of torn by Mint and Deb. I want the ease ootb but the flexibility of Deb.

load more comments (1 replies)
[–] wfh@lemm.ee 2 points 1 month ago* (last edited 1 month ago) (1 children)

On my laptops: Debian -> Fedora. Mostly because I couldn't reliably use my external display on Debian, and because I ~~needed~~ wanted shiny new things. Also new hardware.

On my gaming rig: Manjaro -> Nobara -> Bazzite. I left Manjaro because the system was slowly getting worse with each update, and I wanted to game, not maintain my system. I ditched Nobara after a botched version upgrade. Bazzite is fine for now.

[–] Uebercomplicated@lemmy.ml 2 points 1 month ago

Lol, I had the same Nobara issue recently. Had to completely reinstall 😭... Installed openSuSe Tumbleweed instead, which I can highly recommend though.

[–] steeznson@lemmy.world 2 points 1 month ago (1 children)

Nothing could get me to switch off gentoo at this point. It's so flexible that you can use package managers from other distros (if you're crazy and like to create problems for yourself). Creating your own packages is very easy with their ebuild system. In terms of the packages they offer the USE flags are an absolute killer feature that let you install only the parts of the program you want. They even have binary versions of larger programs like firefox or rust that you can install if you don't want to compile them.

[–] Cornelius@lemmy.ml 3 points 1 month ago

Well technically with compilers like Rust, you need a Rust compiler to actually compile Rust for you. That's likely why they give binaries for such a thing.

Firefox though is a nice convenience.

[–] pineapple@lemmy.ml 2 points 1 month ago

Probably nothing. I'm currently in the process of starting to distrohop a lot. I want to try out lots of distros, for fun and in order to recommend distros to other people. I will probably eventually settle on arch or nixos though, the customization seams really awesome.

[–] JGrffn@lemmy.ml 2 points 1 month ago

I'm on Bazzite, so I may be tempted to switch to SteamOS on at least one of my devices, but Bazzite covers pretty much all my bases currently, both for gaming and work. I have a laptop with EndeavourOS and I love it, been using it for about 2-3 years there, but I'm switching laptops soon to a framework so I'll also go with Bazzite there for consistency and due to the official support it has with framework laptops.

Honestly the experience I've had with these distros so far leaves me wishing for nothing more, and now with immutability and distro box I kinda don't see the point in changing to anything else unless Bazzite development dies out or they make a painfully stupid decision, which doesn't seem to be the case so far!

[–] sunshine@lemmy.ml 2 points 1 month ago

I usually try out a couple of new distros whenever I am either setting up a new computer, or something happens with my current machine that requires a fresh OS anyway.

I've been married to Pop!_OS for a couple of years now. however, for the past couple of months I've been booting exclusively into KDE Plasma on my desktop computer; almost everything works really well for me in that environment, except the built-in Pop!_OS stuff itself, such as the pop shop, does not work very well. so I might end up switching to a distribution that's built around KDE, such as KDE Neon.

I'm also pretty curious about the Nix package manager and the concept of immutable desktop systems, so I guess I might try NixOS at some point? I don't know much about it yet.

[–] Heavybell@lemmy.world 2 points 1 month ago

If gentoo stopped being maintained, I guess I'd find something else.

[–] Raffster@lemmy.world 2 points 1 month ago

Ubuntu 20.04 running out of support. Things start to break slowly now and I sure as hell will not go with the corporate asshattery anymore. Might switch to arch but still deciding.

load more comments
view more: ‹ prev next ›