I finally installed gentoo with xfce!!

  • 1984
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    Gentoo is fun but I wish it had actual advantages in speed also. Something to make it worth compiling all that stuff.

    • m4m4m4m4@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      18 hours ago

      I mean, it can be faster than your average distro on some scenarios. Mostly if you know your way in kernel config.

      Though most of its real advantages are in the form of a lean system completely tailored to your needs.

      It seems to me most of that Gentoo FUD comes from people that never even tried to install it or gave up because apparently reading a wiki is too hard for them.

      • MonkderVierte@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        10 hours ago

        Yeah, tools often have compiler-flags. For example, support for other software you have or don’t want to have. It’s the more simple alternative to autodetection during compile, like mpv does. For example, X11 vs. Wayland.

    • zagaberoo@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      22 hours ago

      Binary speed is really the least reason to do it. Whether it’s worth it or not is up to the individual, but there are a lot of little reasons Gentoo is uniquely powerful.

      Benefits specific to compiling:

      • fine-grained control of features and dependencies with USE flags
      • very easy package maintenance (writing ebuilds)
        • much simpler to add your own custom local packages when you need them
        • less workload on the gentoo team which is good for repository health and breadth
      • control of compile flags (yes speed, but more practically hardening for secure systems)
      • the same gentoo is available on way more platforms and architectures than any binary distro