this post was submitted on 06 Nov 2025
23 points (100.0% liked)

Linux

63169 readers
582 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
 

Dug my old laptop out (HP G60, Turion X2 64) - and installed Mint XFCE on it - so far it's useable, but of course still slow. I'm amazed it works as well as it does (3 GB ram and an SSD). The CPU usage is at 100% a lot of the time.

My question is, what distros do you guys like for this age of laptop? This is a spare so more for messing around. I was thinking of trying Arch as I've hard it's somewhat lightweight but not sure. I've really only used Debian since I've been on linux.

you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.zip 1 points 3 months ago* (last edited 3 months ago)

Mh, nowadays, Gnome devs decided to have gdkpixbuf2 (image loader library) use the reimplementation glycin and that one use sandboxing via a bubblewrap process instead of kernel sandboxing, because they're too lazy to learn it (ignorant as always).
So XFCE has currently a bug, where each.single.texture causes one bubblewrap+dbus process to spawn (usually around 20 each), so that might cause higher CPU load on already struggling hardware. Unless you're on Arch, where you can install the "-noglycin" variant of gdkpixbuf2 and librsvg, but that's only a temporary workaround until glycin gets pushed as default.

Tl;dr: better go with a lightweight qt-based desktop currently.

And @gnome devs; pushing some major infrastructure (because you make it convenient) and then caring only for yourself, is why the world hates the US.