Which distros are energy efficient? I have a capable desktop, and I mean to push it, but I don’t want to be using energy if it’s not necessary. I’m not looking to rescue an old laptop, for example.

I hear CachyOS is fast. Does that translate to energy efficient?

(Does the OS even matter that much for efficiency?)

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    7 hours ago

    OS matters, linux is probably the most efficient. The distribution matters less. But it also depends on what you want to do. Use it as a desktop?

    As others have said, disable services you don’t need, close programs you aren’t using.

    Actually that does make me think, there might be distros that automatically clean up unused programs and turn down the frequency of the CPU when it’s not in use. Haven’t done a thorough search though.

    • diaphragmwp@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      6 hours ago

      Turn down the frequency

      Kernel already does.

      Clean up unused programs

      ??? So it would close my IRC client when I look away? Fuck that.

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        Kernel already does.

        Depends on which governor you have active

        ??? So it would close my IRC client when I look away? Fuck that.

        Don’t be daft. Look at what Android provides.

        • diaphragmwp@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          Depends on which governor

          Default one.

          Android

          That’s also bad, but there’s a difference: developers on Android know about this and do workarounds like keeping a notification open. Because Android is Android, it always has this. No existing program elsewhere is designed around this.