0
votes
1answer
37 views

Strange behaviour when close the lid of my MBA

I have an MBA and I'm used to close the lid without any problem in OSX. I've installed ubuntu 13.04 in dual boot with rEFit. The problem is that sometimes something strange happens when I close the ...
0
votes
0answers
37 views

Ubuntu not is hibernating when lid is closed

I use Ubuntu 12.04 in my laptop. I'm trying to configure to hibernate when lid is closed. However, not is working. I did the following steps to solve the problem: I enable in ...
2
votes
1answer
146 views

How do I disable the sleep button on my keyboard in U12.04?

Hello I have read Q and A : How do I disable the sleep button on my keyboard? but in Ubuntu 12.04 64bit has gsettings set org.gnome.settings-daemon.plugins.power button-sleep "nothing" gsettings ...
0
votes
0answers
50 views

Laptop Hibernates after adapter is unplugged

Hello i am experiencing a strange problem under Ubuntu 12.04. If I unplug the charger while my laptop is on,i don't see any messages but my laptop goes straight into a suspend or hibernate mode and ...
0
votes
1answer
163 views

How do you control how hybrid suspend works?

I would like hybrid suspend to act a certain way. If I add the code # Always use suspend_hybrid instead of suspend if [ "$METHOD" = "suspend" ]; then METHOD=suspend_hybrid fi PM_HIBERNATE_DELAY=XX ...
4
votes
1answer
726 views

Modify actions when battery is critically low?

I am running Ubuntu (not Xubuntu) and am using Xfce4 on my laptop. When my laptop battery is critically low, Ubuntu/Xfce4 performs some action (perhaps hibernate?) which causes my laptop to shut down. ...
2
votes
1answer
399 views

Won't Hibernate when Battery Critical

Ubuntu 12.04 64bit refuses to hibernate when battery is critically low. Instead it does a complete shutdown which is unnecessary and can cause loss of data. I have enabled Hibernate (pm-hibernate) ...
0
votes
0answers
37 views

Hibernation in Ubuntu [duplicate]

Possible Duplicate: How to enable hibernation in 12.04? It's pretty well known that hibernation doesn't work in 12.04 by default. However I have installed some of the power management ...
0
votes
0answers
130 views

HP311 laptop fails to Suspend nor Hibernate on Lid Close

Machine-> HP311 NetBook Dual Booting Windows 7 and 12.04 Problem-> Under System Settings - Power, I have attempted to set: When the lid is closed: On Battery -> Hibernate When Plugged in -> Suspend ...
1
vote
1answer
421 views

Why can't I hibernate my Ubuntu 12.04? [duplicate]

Possible Duplicate: How to enable hibernation in 12.04? I use Ubuntu 12.04 and don't have the hibernate button anywhere. Isn't there any way by which I can set up the hibernate button ...
1
vote
2answers
820 views

Hibernate Option not available in Ubuntu 12.04

My Ubuntu 12.04 is missing Hibernate option so after searching a little on Google I came to know that this can solve my problem sudo nano ...
0
votes
0answers
160 views

System hangs when returning from hibernate but not sleep (12.04)

I'm running Ubuntu 12.04 on a Acer Revo r3610 (full specs from lspci at the end of this post) and whenever I set the machine to hibernate via the command line using: sudo pm-hibernate The machine ...
1
vote
1answer
399 views

Help Hibernate Ubuntu 12.04

I've add this following code to /etc/polkit-1/localauthority/50-local.d/com.ubuntu.desktop.pkla [Enable hibernate by default] Identity=unix-user:* Action=org.freedesktop.upower.hibernate ...
0
votes
1answer
355 views

How to run a script after the system resumes from hibernate (suspent-to-disk)?

I have configured powernap to hibernate (i.e., suspend-to-disk) the machine if idle. In order to save additional power, I have configured my non-root, data disks to spin-down using the hdparm command. ...
1
vote
0answers
575 views

Is wake up from standby possible via script or schedule? [duplicate]

Is it possible to cause Ubuntu to resume from standby or sleep mode to run a scheduled task like at job/crontab? (hibernation seems to be ruled out in another question) Can a script be written that: ...
1
vote
2answers
133 views

Why does waking from hibernate take nearly ten minutes on 11.10?

Im running 11.10 64bit on a Dell XPS 15 L502x laptop. It uses an i5 proc and has 16Gb ram. Whenever I close the lid on the laptop I have it set to hibernate as I want to continue whatever I was ...
2
votes
2answers
1k views

Cannot resume from hibernate (s2disk)

I seem to be able to hibernate OK using s2disk, but when I switch the laptop back on, it seems to hang half-way through the "resuming" menu. The splash screen looks healthy, it seems to be trying to ...
1
vote
0answers
387 views

How to enable Hibernate in 12.04? (Again) [duplicate]

Possible Duplicate: How to enable Hibernate in 12.04? I just installed the new 12.04 beta on my Lenovo Ideapad U450. According to this thread Whither hybrid suspend? hibernate and suspend ...
1
vote
0answers
232 views

How to enable Hibernate in 12.04? [duplicate]

Possible Duplicate: How to modify policykit to allow hibernation in upower? I just installed the new 12.04 beta on my Lenovo Ideapad U450. According to this thread Whither hybrid suspend? ...
2
votes
1answer
220 views

Autodim does not un-dim when I start using the computer again

On my MacBook 2,1 with Ubuntu 11.10, whenever I leave the computer alone for five minutes, it blacks out and wont respond to any keypresses or even the power button. UPDATE: It was the autodim ...
1
vote
2answers
1k views

Hibernate on power button - login screen

Every once in a while my SO-User (significant other user) leaves the computer but doesn't hibernate it. I want to push the power button to save some energy, but as I'm not in her session, the computer ...
1
vote
1answer
838 views

How to change keyboard sleep button to hibernate?

I have a keyboard with a "sleep" button that does indeed make my computer go to sleep. The problem is that Ubuntu can't really handle sleep on my computer, causing it go into a non-responsive mode, ...
1
vote
2answers
720 views

Why won't my computer hibernate and shut down properly?

I have Ubuntu 11.10 and hibernate isn't working on this machine. I looked at this post and after the string # swap was on /dev/….. nothing appears. I cannot find the file: ...
5
votes
1answer
544 views

Prevent temporally suspend/hibernate from script?

Is there any way to prevent temporally suspend/hibernate from a script? I want the screen to enter in powersave mode when appropriate, but the computer doesn't stop. Caffeine doesn't allow this: it ...
6
votes
5answers
7k views

How can I hibernate from GNOME Shell?

GNOME Shell doesn't have an option to hibernate in the session menu. I checked the GNOME Shell Cheat Sheet but hibernate is not mentioned there. How can I hibernate my machine from within a GNOME ...
3
votes
1answer
1k views

Low-battery-power action without gnome-power-manager

I'm running the openbox WM and would like to avoid loading the gnome stack. One of the lingering issues I have to resolve is avoiding abrupt system crashes due to depleted battery power. Is there a ...
16
votes
4answers
4k views

How to go automatically from Suspend into Hibernate?

Is it possible to make Ubuntu go into Hibernate state from Suspend, aka "Suspend Sedation"? For example, my laptop is set up to go into a Suspend once I close the lid. If then I don't use it for ...