Two years into full-time Linux and I’m finally burning the distro-hopping cycle. I fell for the Arch/AUR trap for a while, but I got tired of spending my weekends debugging file manager crashes instead of maintaining my home lab.

Switched back to Fedora, and it’s boring in exactly the way I need it to be. It’s a stable launchpad for my projects, not the project itself.

  • roundabout@lemmy.zip
    link
    fedilink
    arrow-up
    9
    ·
    1 day ago

    I just swapped over yesterday to Fedora from Ubuntu. It’s been a good experience so far! Except for installing nvidia drivers, still working on that

    • Vendetta9076@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      Ubuntu has (imo) always been incredibly difficult dogshit for no reason. The fact it used to be the defacto Linux recommend is probably one of the reasons adoption was so slow

    • Victor@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 day ago

      Why do distros make that so difficult?

      # pacman -S nvidia
      # systemctl reboot
      

      Good to go. 🚀

      • MummifiedClient5000@feddit.dk
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day ago

        Fedora doesn’t ship proprietary NVIDIA drivers in its official repos and doesn’t include 3rd party repos with proprietary software either. This is for licensing and I guess philosophical reasons. Arch has a different approach. That’s why.

        • pleiades@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          Can’t you access those with RPM Fusion or something? Whenever I’m able to switch back to Linux I’d really want to start daily driving Fedora

          • MummifiedClient5000@feddit.dk
            link
            fedilink
            English
            arrow-up
            1
            ·
            19 hours ago

            Yes, you can easily add 3rd party repos, they just aren’t included in the Fedora distribution. I’m sure there are instructions on the RPM Fusion website for it.

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

      Shouldn’t be difficult. Add the rpmfusion repo and install drivers (with akmods that handles everything when the driver / kernel updates). Instructions on the rpmfusion web site. After that, setup dnf-automatic and you’re done.