I have a 27" iMac i7. And after the 10.6.6 update, it doesn't follow the energy saver schedule. I've now had almost 2 days where it didn't AT all go to sleep, or where the monitor didn't shut off.
Example: Last night, I fell asleep watching netflix as always. But despite the timer to go to sleep, it didn't. And the show I was watching would have been over by the time the timer went off.
Any ideas?
Here's what the PowerManagement Plist looks like: Note that all changes haven't been tested yet. Just guessing.
I had set the monitor to sleep after 1 minute with nothing running, and counted down, nothing. This was before editing the file.
EDIT: I tested AFTER file edits countdown timer 1 minute, gave it 1.5 mins. I deleted the plist file and let it re-create, and still nothing.
Also note that sometimes when forcing it to sleep, it IMMEDIATELY re-wakes. I sometimes have to do this a couple times. Even with nothing running, like just now. Only safari, and not even loading anything.
Example: Last night, I fell asleep watching netflix as always. But despite the timer to go to sleep, it didn't. And the show I was watching would have been over by the time the timer went off.
Any ideas?
Here's what the PowerManagement Plist looks like: Note that all changes haven't been tested yet. Just guessing.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ActivePowerProfiles</key>
<dict>
<key>AC Power</key>
<integer>-1</integer>
<key>Battery Power</key> (Changed this from 1 to 0)
<integer>-0</integer>
<key>UPS Power</key>
<integer>-1</integer>
</dict>
<key>Custom Profile</key>
<dict>
<key>AC Power</key>
<dict>
<key>Automatic Restart On Power Loss</key>
<integer>0</integer>
<key>Disk Sleep Timer</key>
<integer>10</integer>
<key>Display Sleep Timer</key>
<integer>1</integer>
<key>Display Sleep Uses Dim</key>
<integer>1</integer>
<key>Hibernate File</key>
<string>/var/vm/sleepimage</string>
<key>Hibernate Mode</key> (Activated)
<integer>1</integer>
<key>Sleep On Power Button</key>
<integer>1</integer>
<key>System Sleep Timer</key>
<integer>15</integer>
<key>TTYSPreventSleep</key> (Deactivated)
<integer>0</integer>
<key>Wake On LAN</key> (Deactivated)
<integer>0</integer>
</dict>
</dict>
<key>LastSleepUUID</key>
<dict>
<key>Date</key>
<date>2011-01-29T13:25:38Z</date>
<key>UUID</key>
<string>A97D6F51-D363-429E-BC79-7243B5192DDA</string>
</dict>
</dict>
</plist>
I had set the monitor to sleep after 1 minute with nothing running, and counted down, nothing. This was before editing the file.
EDIT: I tested AFTER file edits countdown timer 1 minute, gave it 1.5 mins. I deleted the plist file and let it re-create, and still nothing.
Also note that sometimes when forcing it to sleep, it IMMEDIATELY re-wakes. I sometimes have to do this a couple times. Even with nothing running, like just now. Only safari, and not even loading anything.
Last edited: