Same issue with Intrepid and Beta Jaunty (amd64), seen on both T500 and
HP2530p.

It happens when suspending via the hotkey or simply closing the lid. On
resume, the laptop suspends right away.

A workaround for the lid is to check the state in /proc, at the
beginning of /etc/acpi/sleep.sh (was tested on Intrepid):

   grep -q closed /proc/acpi/button/lid/*/state
   if [[ $? != 0 && $1 = "from_lid" ]]; then
      exit
   fi

-- 
Suspends again right after resume
https://bugs.launchpad.net/bugs/261084
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to