this post was submitted on 15 Feb 2025
87 points (97.8% liked)

Linux

53576 readers
1090 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 5 years ago
MODERATORS
 

Good day nice people.

I, like many I'm sure, am taking Microsoft's discontinuation of Windows 10 support as an opportunity so switch over to Linux. As such, I have some questions about various things. I have included some context as to my personal use case at the end of the post should it be relevant.

  1. Does the distro I pick matter? There seems to be a lot of debate around which distro is best but a lot of the discussion I've seen breaks down to what each distro comes packaged with. This confuses me as if a distro doesn't come prepackaged with something can you not just install it? Or is there some advantage to preinstalled packages other than mild convenience? Are some components difficult to integrate into your local environment?

  2. One of the more salient differences I've seen between distros has been what the various companies and teams include aside from installed packages (such as snap and rolling out amazon search as a defult search), and the data they choose to retain/sell. Part of the reason I'm switching is due to Microsoft's forcing in of unwanted features and advertising. Is the company that owns whatever distro I choose likely to be a problem in the future? Are there particular ones to avoid/ones to keep an eye on?

  3. I am the sort of person who does like to tinker with things from time to time but I do also want to use my computer most of the time so I'd like to end up using a mature distro. I have identified a few frontrunners in my search but I have seen conflicting information on which of them is "mature" (sufficiently stable so I spend less time fighting my computer than I do using it as well as having a large enough community and resources to help me remedy issues I might come across). Do any of these seem like they wouldn't fit that bill? The frontrunners are: fedora, kubuntu, mint, pop and tuxedo.

  4. Does linux have issues interfacing with multiple monitors? Does it handle HDR okay?

  5. In terms of UI and workflow I really don't mind putting in some time tinkering with the DE, exploring it and getting it how I like. It seems Plasma KDE might be good for this? Please let me know if this is an incorrect assessment. If it is, does it matter what DE I choose? If so, is there something you could recommend for my use case.

My use case: I have a Nvidea build (RTX 2080). I have heard this can be an issue with Linux. I also have intermediate experience with linux through university and my job (with servers) as well as tinkering with SteamOS.

Things I use/do on my PC (roughly ordered in terms of priority):

  • Gaming including emulation
  • Firefox
  • VLC
  • Spotify
  • Discord
  • Godot
  • Visual Studio
  • Git
  • Photoshop cs6, audacity, davinci resolve
  • Misc "Tinkering" (Handbrake, dvd burners/rippers, Really any weird thing I come across that I want to tinker with)

Thank you very much for your time and help in cleaing up my confusion.

(page 3) 5 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 months ago* (last edited 2 months ago) (2 children)

When you like to tinker with the DE, e.g. customising to your liking, then there would be no way around KDE as it is imho the most customizable DE. Gnome is rock solid and its UI is very concise and coherent but also not that customizable (out of the box).

When it comes to the Amazon and Snap Scandals, you might want to steer clear from everything that is Ubuntu based since it was Canonical who did those two things. Ubuntu based is for example Mint (unless you go Linux Mint Debian Edition which skips the ubuntu middle man) and Kubuntu.

HDR is afaik still maturing in Wayland: https://arewewaylandyet.com/

But Multi Screen support is not a big issue anymore.

nVidia used to be a problem since their opensource and also proprietary drivers were quite lacking. But this was afaik remedied last year.

Regarding the packages: yes in essence you could just install it afterwards, but there are three/four/five package formats that are only compatible with each other after some repackging has been done, one of those package formats only exists on one branch of Linux (snap), twos are universal (AppImage which is similiar to portable Apps in Windows, Flatpak) and three that are fundamental (DEB for debian based systems, RPM for IBM red hat (fedora), ZST for Arch based systems)

With your software list, you may run into issues regarding Photoshop CS6 as it is not supported in Linux and you would need alternatives (which includes relearning workflows) e.g. Krita and GIMP (both you can already run in windows to check them out and learn a bit)

Gaming is simple: check protondb.com to see if a given game runs in linux; steam exists, lutris exists for non-steam games.

[–] [email protected] 6 points 2 months ago

CS6 is platinum in Wine as well, so wouldn't expect any issues there if they want to run it that way.

load more comments (1 replies)
[–] [email protected] 4 points 2 months ago* (last edited 2 months ago) (1 children)
  1. Not really unless you're hyper-focused on a very specific type of performance. Even then, you can always enable/disable whatever bits and pieces because it's all software, and it's all open. There are guides or threads for absolutely everything out there. A distro only organizes it simpler on base install to make it easier ootb.

  2. Linux itself does not do any data collection. Never heard of any distro enabling anything by default, and you can rip it right out anyway if you want, though it's more work. If you're concerned about this though, stay away from Ubuntu, as that is the one corporate backed distro that is more likely to lean into this.

  3. Fedora is probably what you want. It's taken over the helm Ubuntu used to have as the default to try. Clean, simple, no bullshit, huge community.

  4. Linux, no, but you're conflating a few things. Linux is the kernel. The desktop you choose to run is what does the graphical session management. Both KDE and Gnome are fine with this, though there is an argument that KDE is a tad ahead in this realm with their VRR implementation.

  5. Gnome is more akin to MacOS. KDE is more Windows-like (but still not at all). Try both on a liveUSB for a bit and see which you like.

At the end of the day you can run practically anything on a liveUSB for as long as you want before installing, even games (within reason). Be comfortable in the knowledge that if there is something you don't like about a particular thing, you can change it to act however you want. Like I said above, it's all just software. It's going to be a little tough coming from a Windows-centric world to realize this at first, but I assure you, installing and running one distro absolutely does not lock you into anything at all because you can just install and remove absolutely everything.

Now, hardware compatibility is a different story. The Linux kernel itself is what does all the hardware management, so if your hardware is too new, there may not be full support for a particular thing. It sounds like you're on an older machine though, so unless it's got some really obscure hardware in it, everything should be detected and load straight out of the box. Again, try a few liveUSB runs and make sure, it's that simple.

load more comments (1 replies)
[–] [email protected] 16 points 2 months ago (11 children)

#1. The distro matters, but not much tbh. The main difference is usually the package manager being used, the default DE/WM, init system (sysvinit/systemd/openrc), and the variant of packages they ship. #2. Avoid Ubuntu if so. #3. I recommend Debian stable. #4. Can't say much about HDR, multiple monitors are probably fine. (different refresh rate and such can be a hassle to configure tho) #5. Yes KDE is a good choice.

+Photoshop/VS probably runs in WINE but I'm not sure. You might need VM.

[–] [email protected] 1 points 2 months ago

Thank you kindly for the reply. I'll factor it into my deliberations. TBH, not really married to PS or VS. I'm sure there are other photo editing programs and IDEs I could use.

load more comments (10 replies)
load more comments
view more: ‹ prev next ›