View Single Post
 
Old 03-19-2008, 10:43 AM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
you could use this in terminal to check that the time is set properly. (time in seconds)
defaults -currentHost read com.apple.screensaver idleTime -int

and possibly input a value this way
defaults -currentHost write com.apple.screensaver idleTime -int 28800

Probably not the problem but at least you can check what's happening.
Reply With Quote