Original

  • Axolotl_cpp@lemmy.mldeleted by creator
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

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

        • mittorn@masturbated.one
          link
          fedilink
          arrow-up
          0
          ·
          10 months 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