Current time: 05-25-2013, 04:55 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suspend/hibernate support
12-11-2008, 06:41 PM
Post: #1
Suspend/hibernate support
IMHO it would be good to have options to suspend and hibernate in the logout dialog, as in LXDE, so that old (or simply slow and rubbishy) laptops can benefit fully from TinyMe. For what it's worth, it's possible to invoke suspend with

Code:
dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Suspend \
int32:0

and hibernate with

Code:
dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Hibernate

Of course it would be best to lock the screen beforehand, so you'd want something like

Code:
xscreensaver-command --lock &
dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.$ACTION
Find all posts by this user
Quote this message in a reply
12-11-2008, 06:59 PM
Post: #2
Re: Suspend/hibernate support
My experience shows that hibernate and suspend generally don't work with PCLinuxOS.

Please check the Release Announcement before reporting any issues!
Please read the Usage Rules before posting!
Check out the FAQ!
[Image: 12212.png?skin_name=chrome]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 


Contact Us | TinyMe Linux | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication