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

Linux

50381 readers
898 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 2) 50 comments
sorted by: hot top controversial new old
[–] LeFantome@programming.dev 4 points 1 week ago (1 children)

Distros matter. Maybe less than you think.

For the most part, they all run the same software, including the desktop environment (user experience).

So, in many ways, choosing your distro is mostly choosing how it comes out of the box and how much work it will be to configure it how you want after the fact. Some distros will be closer to what you want out of the box. But you can basically turn any distro into any other distro with a little effort.

That said, some choices do run a bit deeper and are a lot harder to change. Package manager, init system, C library, and others are pretty baked in.

[–] Gaxsun@lemmy.zip 1 points 1 week ago

Copy that. I'll look a bit more into the baked in differences then. I understand that different packages can be converted with some effort. Will need to research the others.

[–] just_another_person@lemmy.world 4 points 1 week ago* (last edited 1 week 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.

[–] Gaxsun@lemmy.zip 2 points 1 week ago

Copy that. Got myself a USB so I'll do some playing. Thanks for the clarification. As for hardware, only weird thing might be my sound card but we'll see how that plays out.

[–] Veraxis@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

1). It matters a little bit, but not a ton. A big difference will come down to what package manager comes with a distro, and whether it is a "rolling" distro that gets updates as soon as they come out, or one which withholds updates until after they have some time for bug testing, etc. Given that gaming is one of your primary use cases, I would recommend a rolling distro. If your distro does not come prepackaged with something you can usually install it. Minimalist distros like Arch come with almost nothing pre-installed, not even a desktop environment, so you can be very granular about what gets installed and keep you system lean.

2). Most distros will not have as much in the way of corporate control/privacy concerns. A few like Ubuntu or Fedora are more closely linked with a single company, but most are more community driven and this is not a concern.

3). The advice I always give to people first trying Linux is to go into it with the mindset that you are learning a new skill, as many things are simply done differently to Windows. Most things work fine, but every once in a while, especially when setting something up for the first time, it may require additional configuration steps. Very popular distros like Mint will usually have the most community resources, and you can often find posts or guides of people who have already solved some issue you run into. I would also throw one of the Arch-based distros onto your list: Endeavour OS, which is essentially a pre-configured Arch installation. The Arch wiki is one of the most highly regarded resources in the entire linux community, and even if you are not using an Arch distro, many of the guides on it can be helpful.

4). Generally speaking, my multi-monitor usage with KDE has been seamless. No issues that I can think of. HDR support has only very recently been added, so I am not sure how well it works, but it is improving rapidly.

5). I think Plasma would be a good fit for what you are trying to do. Honestly, it is very customizable, but perfectly usable right out of the box even if you do not want to do anything to it. The layout is very familiar for a Windows user.

[–] Gaxsun@lemmy.zip 2 points 1 week ago

Thank you for the advice. I'm definitely approaching this as a learning experience, something I've never really shied away from.

[–] Uebercomplicated@lemmy.ml 2 points 1 week ago (2 children)

Okay, people have said many good things so far, so I won't add much. Simply one thing: take one problem at a time.

By this I rather mean, make your life easier, and only progressively deal with more complicated things. When it comes to distro choice, this would mean picking something with plenty of default installed packages (since you won't necessarily know what to install yourself) — this rules out my beloved openSUSE Tumbleweed as well as the popular Fedora and Debian — something that will play nice with NVidia (Desktop Environments use display managers/servers, the two most common being Wayland and X11; Wayland is better, but unfortunately will really mess up NVidia gaming, so try to stick to X11 for now — you can always switch later!), and, lastly, something with a large community (and by extension a large help forum and wiki).

I never thought I'd hear myself (see myself?) saying this (typing this!?), but Mint checks all those boxes.

I wouldn't recommend staying with Mint for long (though some people claim to enjoy it...), but as a first distro to introduce you to Linux, it really may be the easiest. Using a different DE is already difficult, don't overwhelm yourself from the get-go!

Alright, that ended up being longer than expected. I wish you the best of luck, and a lot of fun on your approaching Journey!

[–] Kraiden@kbin.earth 3 points 1 week ago (1 children)

Wayland [...] will really mess up NVidea gaming

What? I use the proprietary drivers and Wayland just fine? What am I missing here?

load more comments (1 replies)
[–] Gaxsun@lemmy.zip 2 points 1 week ago

Will take under consideration. Know a few mates who reccomend mint

[–] HubertManne@moist.catsweat.com 2 points 1 week ago (1 children)

So I don't really have experience with the gaming aspect as I pretty much get what I want from a steamdeck. I think its likely you would want to go with one of those (a gaming setup someone else suggests) or dual boot to have your gaming system and your doing other things setup. Just in case I will mention the one I use called zorin. It is based on ubuntu with gnome and its main claim to fame is its an out of the box distro that tries to emulate windows (other systems to but the paid for version unlocks that. its default is a general windows type experience). Out of the box means it has foss office, video file viewing, audio file listening, image file viewer, browser of course, rdp client, mail client, calendar, contacts, also image,video,audio file creation and editing, optical disk copier/image creator, wine with play on linux so that you can right click a windows executable and run it and such. It does non free software things like nvidia drivers right off the bat. Its great for an install and get going right away type of thing. Its always a bit out of date because its emphasis is stable, just works, get going type of thing. I have a few complaints. Mainly it does not have the windows key, right arrow thing to half screen by default. It could be a stability thing that they don't want to mess with the compiz or whatnot. Then the other thing is I find the software gui interface it have an aweful search for getting more software so either just use apt at the command line or download the .deb installation file which things like various browsers have as a linux option for download and then its really just like adding one to windows or mac. download and run the installation.

[–] Gaxsun@lemmy.zip 1 points 1 week ago

Hadn't heard of zorin. Will add it to deliberations. Thank you kindly

[–] whaleross@lemmy.world 2 points 1 week ago (1 children)

Others have already answered your questions, so I'll just drop in my anecdotal experience to moving over my desktop to Linux last year. I tried a few different distros but settled with Fedora KDE edition. It works with everything exotic in my laptop out of the box, except for the gyro that doesn't work with anybody else either. The desktop feels familiar and is easy to customize. I tried to like Gnome and variants but it is really settled on The Gnome Way of doing everything. Fedora is a fresh experience from previous attempts of going full Linux desktop with Ubuntu and even Mint. The GUI for software and package management is neat and includes native packages, flatpak both the fedora builds and mainline. Some minor things are not quite there but I believe that will be the Linux experience forever and I'm okay with it. I recommend to try it.

[–] Gaxsun@lemmy.zip 1 points 1 week ago* (last edited 1 week ago) (1 children)

Your laptop has a gyro?

I'll give Fedora a go.

[–] whaleross@lemmy.world 2 points 1 week ago

It's a convertible that you can use as a tablet.

[–] ImFineJustABitTired@lemmy.ml 2 points 1 week ago (1 children)

I don’t have anything to say that everyone else hasn’t so I’ll just wish you good luck and hope you have an enjoyable experience

[–] Gaxsun@lemmy.zip 1 points 1 week ago

Thank you kindly. All is a learning experience in life so this should be fun.

[–] Jumuta@sh.itjust.works 1 points 1 week ago (1 children)

try a bunch in live usbs and see for yourself

[–] Gaxsun@lemmy.zip 1 points 1 week ago

Just went out and got a USB to use. Will start playing around when I get a free day.

[–] Diplomjodler3@lemmy.world 1 points 1 week ago (1 children)

There is no right answer. There are many distros to choose from and each has its pros and cons. My suggestion would be to try a few things in VMs before fully making the jump. Personally I use Mint. It just works and takes a minimal amount of hassle to install and run. If that's a priority to you, I'd suggest checking it out.

[–] Gaxsun@lemmy.zip 1 points 1 week ago

Got some mates who are fans of Mint. but yeah. I'll set up a boot USB and start playing around.

load more comments
view more: ‹ prev next ›