View Single Post
 
Old 03-18-2008, 06:19 AM
Casemon Casemon is offline
Cheetah
 
Join Date: Jan 2008
Posts: 12
For those with sleep problems, try this:

Open a Terminal window...

to check which mode is active, type in
pmset -g | grep hibernatemode

0=old style sleep, 3=new (save to disk style sleep)

==============================
to change mode, type in
sudo pmset -a hibernatemode 0 (for old style)
or
sudo pmset -a hibernatemode 3 (for new style)

==============================

Hope this all makes sense!
Reply With Quote