this post was submitted on 23 Sep 2025
15 points (94.1% liked)
Linux
58660 readers
368 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
All distros have niche purposes, but most components are compatible.
As an abstract concept, Linux From Scratch is like ultimate god mode. That walks you through everything in extraordinarily overwhelming fashion to build a operating system from scratch.Gentoo is like LFS on easy mode with a package manager to help you stay on top of a working system. It is still like maybe demigod mode. The main thing with Gentoo is that you have access to compiling everything from source, so you can integrate any changes you would like to make to packages within the package manager.
If you understand a UNIX operating system on a LFS/Gentoo level, Arch is like both of these, but with binary packages.
Debian is primarily for a more complete base system with stability where they make long term support kernels. Debian is primarily for creating custom tools on servers and for reverse engineering hardware. Most hardware drivers come from Debian.
Red Hat is the goto for commercial server stuff. Many Kernel maintainers and developers work for Red Hat. Fedora is up stream of Red Hat and has most of the tools from Red Hat. The book The Linux Bible is the goto book for learning IT and networking and is written around Fedora/Red Hat.
So the reason for the bla bla bla is because understanding the purposes of each of the distros will guide you to essential documentation. This is the key to intermediate level Linux; when you understand where to look for information across all distros.
These are general loose guidelines. For your monitor resolution issue, I would start with Gentoo and Arch. I had a similar issue when I tried Arch back around 8-9 years ago, but I do not recall the details and it has probably changed considerably since the X11 to Wayland transition.