Results 1 to 7 of 7

Thread: Is suspend the same as sleep?

  1. #1
    Join Date
    Nov 2009
    Beans
    58

    Is suspend the same as sleep?

    To do the ubuntu equivalent of windows' sleep, you select "suspend" right?

  2. #2
    Join Date
    Mar 2009
    Location
    UK PLC
    Beans
    498
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Is suspend the same as sleep?

    That is correct - Suspend maintains RAM
    Hibernate writes RAM to disk

    Suspend uses more power than hibernate so will drain a battery quicker

    Hope this helps

  3. #3
    Join Date
    Nov 2009
    Beans
    58

    Re: Is suspend the same as sleep?

    Thanks, that's exactly what I needed to know.

  4. #4
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Is suspend the same as sleep?

    If it's supported on the hardware, the closest equivilant to the new Windows "sleep" command is:

    Code:
    sudo pm-suspend-hybrid
    (or, as I like to call it, "hybridation").

    It hybernates, then suspends.

    Unfortunately my hardware doesn't support it so it does nothing.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  5. #5
    Join Date
    Feb 2007
    Beans
    5

    Re: Is suspend the same as sleep?

    Any ideas on how to get the pm-suspend-hybrid to be the default rather than pm-suspend?

    I would like to setup my wife's laptop to pm-suspend-hybrid in case she can't get back to whatever she was working on, but I don't see an easy way to make this happen when she closes the lid in the power manager.

  6. #6
    Join Date
    Nov 2009
    Beans
    105

    Re: Is suspend the same as sleep?

    I actually have a few questions relating to this.

    Is there a way to figure out how many amps suspend uses in comparison to hybrid?

    and

    For some reason, my laptop does nothing when I close the lid with Ubuntu running, even though power manager says it's supposed to hibernate. Is there any known fix for this?

  7. #7
    Join Date
    Jan 2009
    Beans
    4

    Re: Is suspend the same as sleep?

    Quote Originally Posted by lotharmat View Post
    That is correct - Suspend maintains RAM
    Hibernate writes RAM to disk

    Suspend uses more power than hibernate so will drain a battery quicker

    Hope this helps
    Hibernate don't use any power because it's like power off.

    Is there a way to figure out how many amps suspend uses in comparison to hybrid?
    The same.
    Hybrid takes longer because it's hibernates the system too.
    If you have a battery it makes no reason to use hybrid.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •