So all I know that the Linux mascot is a penguin and Arch users meme about using Arch. Jokes aside I’m planning on making to the jump to Linux as I’m planning on getting a tower PC. I recently got a steam deck and that kinda demystified the (unrealistic) expectation I had of Linux was all command line stuff and techno babble. This all very future oriented questions* as I haven’t even picked out hardware (probably gonna go prebuilt since I do not trust me) and there’s also the matter of saving up the money for a new PC.
As for my use case (cus I know some software is wonky on Linux compared to windows) it’s mostly between games running on steam, which most of my games play fine on the steam deck, and essays and note taking for my college classes, which I use libre office and obsidian (with excalidraw to hand write my notes) saved to my proton drive and also sync those documents between my surface laptop and home laptop
My ideal OS would be plug it in, let it do… things… and it’s ready to be a PC to install steam and stuff
But first question, as someone who isn’t tech inclined and tinkering is pretty much just a few VERY basic settings in the settings app on windows, so is there a Linux… idk what to call it, type? OS? Thing??? that runs out of the box without me having to install additional software manually or at least automatic setup wizards because like hardware, I do not trust me with setting it up. As for installing it after I wipe whatever computer I choose I assume I’m gonna have some OS installer on a USB and let it work its magic.
Second question, is there any specific hardware that works easier with Linux, I can’t really think of any examples cus with installers and updaters I just the computer handle it, like updating Nvidia stuff in the GeForce app for all I know it’s genuinely performing dark magic during the automated updates
Anyways I probably have way more questions that I have no idea I had, but to wrap up I’m not super tech inclined since I let automated stuff do its thang on windows (if the computer can manage and install it I’m gonna let it do that) and my pc mostly just plays games and do documents on libre office and obsidian
Linux mint is a common recommendation but I think a bad one, I highly recommend bazzite with kde, I have 15 years of linux experience and am willing to do infinite troubleshooting if you add me on matrix (which is on my profile) I’ve onboarded many people and this is my experience with beginners
in short, linux mint is bad vs bazzite with kde for 3 reasons
kde is much more well supported and developed than cinnamon
immutable distros are much more forgiving for new people
and finally bazzite has more up to date software
don’t do mint if you don’t know what any of that means, go bazzite
imo kde will give a bad impression of linux as it’s quite buggy and the taskbar is way too easy to fuck up completely
i have given linux to many many people at this point and neither of these things have been problems, when’s the last time you used kde?
I distrohop quite often, last time a couple of weeks ago. I tried nobara, fedora kde, and kubuntu. kubuntu was probably the best but some older games wouldn’t run, animations stutter so bad I had to disable them, themes didn’t work and some settings reset on every reboot. others had more serious issues, including constant crashing. I could blame it on nvidia, but cinnamon works just fine (except for one bug that took me over half a year to find a workaround).
and the taskbar… any time I try and resize it or move any item, it completely borks and it’s quite hard to fix.
So I think another comment talked about this but I’m having a brain fart so mint or bazzite (the distro) is like the os but how does plasma the desktop environment fit in?
The desktop environment is just the graphical interface. The OS doesn’t handle the GUI(not directly), some people run Linux without a GUI at all, opting for life in the command line. (Don’t do that) Plasma is just a flavor of it that looks more windows like (but customizable beyond a windows user’s wildest imagination). Gnome looks more Mac like.
You might run across the term Compositor, this sits between the OS and the DE. IT handles graphical input(mouse, game controllers) and display. Wayland is newer with modern features, Xorg is technically more reliable but legacy and missing some modern elements. You don’t have to worry about this unless it comes up in a prompt when you install your distro. If it does, go with the suggested option in the prompt. Otherwise default to Wayland.
the simplest way to think about is the distro is your app store
what versions of apps available and how many as well as when they’re updated are determined by distro
the desktop environment is the thing you interact with aside from the installation of software, the entire gui
A whole bunch of software goes into making a distro a distro, and the desktop environment is a major component.
If you were to compare, say, Kubuntu to Fedora KDE edition, they would look fairly similar because both are using the KDE Plasma desktop environment. On Kubuntu you’d have the APT package manager, on Fedora you have the DNF package manager.
In a lot of cases, a distro will have their underlying tech, “We use this package manager and this feature and that feature, and we publish versions with the Gnome desktop, KDE desktop, xfce desktop and i3 window manager.” Or some combination thereof. Linux Mint for example offers their own Cinnamon desktop, MATE, and xfce.
If you’ve ever used an Android phone and swapped out the launcher, it’s kinda that.
As for you android analogy I’m locked on iPhone since I’m not the one paying the phone bill lol
As for the rest of the stuff I feel like that’s gonna make more sense once I actually use Linux cus I see the concept of ideas here lol
Once you get into the ecosystem it probably will, yeah.
If you think of the Linux ecosystem as a whole, it’s like a big salad bar. There’s a bunch of stuff to choose from, several kinds of each thing. An individual distro is a salad made from that salad bar, you might have romaine lettuce, tomato slices, onion, green pepper and thousand island dressing and that’s Fedora KDE, change the thousand island to ranch and that’s Fedora GNOME. Switch out the romaine lettuce for spinach, switch the onion for cucumber and go with raspberry vinaigrette dressing and you’ve got Mint Cinnamon.
Ah i like that analogy, basically a lot of interchangeability with each part so you can make your perfect system that works for you
To further the analogy, most distros are pre-packaged salads. Somebody figured up a salad recipe they like and they put it in to go bowls. You know what’s in it so you can grab it and go. Some distros like Arch hand you a empty bowl and invite you to fill it yourself, so each copy of Arch is at least somewhat unique. Gentoo expects you to slice your own veggies.
A lot of the choices basically don’t matter to you at this point; like the process manager. There are people who are irritated with Systemd, the de facto standard one, and prefer some other. They’ll all work fine for desktop use, you’ll probably never notice let alone form an opinion. The main things you will experience as meaningful differences between distros are the Desktop Environments and Package Managers. The GUI and the app store.
Thanks for the explanation