• RustyNova@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        1 day ago

        Min- oh.

        I don’t really know a bunch of distros, but I helped convert some normies so here’s a list of pain points I rather not have as a first experience

        • No rolling distro. While some people may never see an issue in their life, some may see it right away. Bad first impression (Someone insisted on starting on fedora, then noticed the hard way that the current Nvidia drivers were incompatible with the shipped kernel)
        • easy Nvidia driver install (only for gamers on Nvidia)
        • Has a gui app store
        • has a common package manager that is often shown in tutorials (like apt. You always see exemple apt commands)
        • sudo is configured
        • doesn’t have a DE that tries to revolutionize UX

        New users are dumb, so it needs to be easy for them

        • Limerance@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          the current Nvidia drivers were incompatible with the shipped kernel

          A more common issue with Nvidia is older hardware no longer being supported by Nvidia’s current drivers and the kernel not supporting the old drivers. For older cards, you need to run kernel 6.8 or older for the binary drivers to work. The open source Nouveau driver is noticeably slower and getting hardware accelerated video to work can be difficult. So you can easily end up with mesa-llvm, meaning your CPU emulates OpenGL.

          The easiest way to get this to work is to install Linux Mint 22.1.

      • BartyDeCanter@lemmy.sdf.org
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        edit-2
        2 days ago

        The typical advice is:

        • Mint
        • ElementryOS
        • Fedora
        • Pop!
        • Ubuntu (unpopular with Extremely Online people, but is pretty good at the Just Works for normies)
        • Debian Stable for older hardware
        • kalpol@lemmy.ca
          link
          fedilink
          arrow-up
          3
          ·
          1 day ago

          As usual OpenSuSE gets totally forgotten. Tumbleweed is 5the most stable rolling release I’ve ever seen.

          • BartyDeCanter@lemmy.sdf.org
            link
            fedilink
            arrow-up
            1
            ·
            23 hours ago

            Oh yeah! I’ve always heard good things about OpenSuSE, just never tried it. Maybe I’ll give it a whirl on my other old laptop.

        • Skullgrid@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Fedora

          really? I haven’t touched regular fedora, how is the “vanilla” version different to derivities and other “vanilla” distros like debian or arch?

          • PieMePlenty@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            1 day ago

            Fedora’s philosophy is free software only. So vanilla Fedora ships with FOSS only. Imo, they’re really good at this, but I personally couldn’t live with that. The community maintained fusion repository is essential because of Nvidia drivers and full ffmpeg. Steam is in a separate non-free repo as well.
            Other than than tidbit, Fedora is easy to install, well maintained, has a large community and wide third party support (as in software devs often build “native fedora” binaries available on their repo).
            I prefer it to any other Fedora based distro, but for the reason above, it may not be best suited for the average lemming.

          • BartyDeCanter@lemmy.sdf.org
            link
            fedilink
            arrow-up
            4
            ·
            2 days ago

            Yeah, vanilla Fedora comes in both KDE and Gnome flavors, with good hardware support and a large community. For noobies, a good, familiarish desktop environment and comprehensive hardware support are really the most important things for them not to immediately bounce off.

            • Limerance@piefed.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              Fedora is pretty good. However in order to install drivers or firmware for specific hardware can be more difficult as it involves adding extra repositories.

            • Skullgrid@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              2 days ago

              Yeah, vanilla Fedora comes in both KDE and Gnome flavors, with good hardware support and a large community.

              I have never installed Arch, but I guess it doesn’t; but debian does come with various DEs , including KDE and Gnome.

              • PieMePlenty@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                1 day ago

                For Arch, I’d go with something like EndeavorOS. The installation is easy for someone who knows what a file system or software repository is and I absolutely loved that you can install a bare bones system: just the desktop and almost no apps and you can go from there and install what you like (I wish fedora offered this).
                I ended up not using Arch/Endeavor because of rolling releases and I found the AUR dangerous. I mean, its not dangerous, but anyone can put anything on there and its your job (and the communities) to make sure its good. I think a “build all the software yourself” is a great philosophy, but it only fits computer geeks (and I mean this in a good way). We cant all be Richard Stallman. I think for somethings, I can accept an “arbiter of software” who curates what gets on the repo and what doesn’t and that its shared via compiled binaries instead of code.

              • BartyDeCanter@lemmy.sdf.org
                link
                fedilink
                arrow-up
                3
                ·
                2 days ago

                Arch can be great and you can install whatever desktop environment you like, but there are just too many concepts for the average new user. Making a USB install stick is “difficult” enough to make a lot of people give up.

                Debian is great, and my personal preference but it tends to be a bit behind on the latest hardware support, particularly for laptops. It’s easy enough to install whatever drivers you need, but again that can be just one thing too many for a new user.

                • Skullgrid@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  2 days ago

                  Debian is great, and my personal preference but it tends to be a bit behind on the latest hardware support, particularly for laptops.

                  ah ok, so fedora is generic and more up to date for new hardware, but debian lacks … cutting edge support, otherwise, it’s just as good for newbies.

                  And arch is still wiki based to install, even if you use archinstall.

                  • BartyDeCanter@lemmy.sdf.org
                    link
                    fedilink
                    English
                    arrow-up
                    2
                    ·
                    1 day ago

                    That’s pretty much it. The most obvious difference between Debian and Fedora is that Debian uses apt with deb files for package management, while Fedora uses dnf and rpm files.