Original

  • Axolotl_cpp@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    There is a reason if gentoo is better? Like it have a particular thing that other distro don’t have?

    • Fizz@lemmy.nz
      link
      fedilink
      arrow-up
      6
      ·
      2 days ago

      Everything is compiled from source. This allows a few advantages, hardware specific optimisation, choosing which parts of the software you actually need eg disabling bluetooth support and being able to patch and modify the packages. Plus the gentoo community is friendly, smart and very Helpful.

        • mittorn@masturbated.one
          link
          fedilink
          arrow-up
          0
          ·
          18 hours ago

          @Axolotl_cpp in most binary distros you cannot disable most of mesa drivers, you do not need.
          you can try something like

          cat /proc/$(pgrep <process>)/maps|grep libdrm

          for any gui process to ensure that all existing drivers are loaded. You will keep LLVM in any gui process even if your drivers does not need it (because others, that need it is linked to llvm)
          Only source-based distros allows really disable it