How can I disable the Screen Saver on the login window?
|
feedback
|
migrated from stackoverflow.com Jan 13 '11 at 16:36
This question came from our site for professional and enthusiast programmers.
|
You can edit the .plist file at | |||||||||
feedback
|
|
Sometimes in Lion, there is either a plist lockfile or an automatic process that rebuilds a new plist file, ensuring that there are defaults for the login screensaver. I believe the system needs the plist file, so instead of deleting the file, you need to make sure that the settings inside that plist file disable the screensaver. I have had partial success with leaving the plist file alone. The screensaver for the login screen is the one set for the root (i.e. system) user account. To launch System Preferences as root, use sudo. Note that in order to use sudo, you need to be an admin user.
Further investigation on the plist file indicates three new fields present, and I even changed the screensaver to a different one and noticed the values of the screensaver had changed in the plist file as well. I just don't see that the screensaver is disabled. This appears to be a bug. | ||||
|
feedback
|
|
The problem is that the login screen is not the result of the screen saver, I lock my Mac when I go out. The screen saver appears by itself, even if it is disabled from SysPref. | |||
|
feedback
|