This is my most needed feature in linux. I want zero ‘connect/disconnect’ sounds and if the laptop is asleep I don’t want it to wake up in the middle of the night for no reason.

I have an infinite supply of Windows laptops from work but I hate them with a burning passion and I can’t afford to replace my Macbook.

If someone can tell me what linux distro is the most silent and least annoying I will erase my entire Windows partition this weekend.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    I don’t want it to wake up in the middle of the night for no reason.

    What Windows have been doing the last couple years is they moved from regular sleep to some poorly implemented standby mode that works more like a phone does where it still runs just very power efficiently and still does stuff in the background. Macs have been doing that for a long time except they actually did it right so it doesn’t suck.

    Linux doesn’t support it yet so you’ll get classic stop the world sleep anyway, but either way it’ll always be customizable even when connected sleep gets implemented.

    • superkret@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I know I’m showing my age with this comment, but when I don’t use my computer, I turn it off.

      • AlligatorBlizzard@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Under Windows, I never wanted to shut it down because it took forever to both shut down and boot back up, so I used the sleep function. But I’m definitely old enough to have grown up with the habit of turning off the computer when I’m done.

        That same laptop running Linux gets shut down when I’m done using it for the night because it’s just so much faster, and it applies the automatic updates my distro uses - painlessly. Why are Windows updates so terrible?

        • hendrik@palaver.p3x.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 month ago

          The applying updates on shutdown is another interesting thing… Where did that come from btw? In the old days, my Linux machine used to apply updates in the background. Or ask me. And now a few distros have switched to doing it on shutdown (or worse: restart and start some systemd task and shut down again), which is mildly annoying if you want to shut down your laptop, throw it into the backpack and catch the next train.

    • Nougat@fedia.io
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Windows 95 had sleep mode and hibernation. Sleep mode, then as today, writes the system state to RAM, then shuts down power to everything but the RAM. Hibernation works in a similar way, except the system state is written to disk, then the computer is powered completely off. There’s no “do stuff in the background” mode.