I post content. You view content. I moderate content. You no like, you no pay

  • 190 Posts
  • 295 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle





  • Red@reddthat.comtoLinux@lemmy.mlKDE often not sleeping when idle
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    19 days ago

    Close, that is because of the wakeup. (I think)

    See all of your devices that make your computer: cat /proc/acpi/wakeup

    Toggle all of them one by one:

    echo GPP0 | sudo tee /proc/acpi/wakeup (where GPP0 is the item in the left hand column)

    Cat again if you want to see if it’s disabled

    Keep going until you find the one that is ‘waking’ your computer back up after a sleep.

    When you find the right one, add it to your crontab so it turns it off on every boot:

    sudo crontab -e
    @reboot echo "GPP0" > /proc/acpi/wakeup