Mac OS X v10.6: Configuring a screen saver to run at the Login Window
Summary
Learn how to use Terminal or Mac OS X Server v10.6 to configure a screen saver to run at the Login window in this advanced article.
Products Affected
Mac OS X 10.6, Mac OS X Server 10.6
Specifying a screen saver to run at the Login window
You can use either of the advanced methods below to enable and configure this feature.
Use Mac OS X Server v10.6's Workgroup Manager
- In Workgroup Manager, select the Computer or Computer Group record you wish to manage.
- Click Preferences in the top toolbar.
- Click the Overview tab.
- Click Login.
- Click the Options tab.
- Choose to manage the settings "Always".
- Enable the checkbox next to the "Start screen saver after: X minutes".
- Click the ellipsis button (…) to select a screen saver.
- Click Apply Now.
Configure Mac OS X v10.6 via Terminal and the command line
Open Terminal (located in /Applications/Utilities).
The following two Terminal commands will set the idle time to 5 minutes (300 seconds), and specify the Cosmos screen saver module. You can change the time period by adjusting the number, which is 300 seconds below. You can change the "Cosmos.slideSaver" to a different screen saver if desired.
sudo defaults write /Library/Preferences/com.apple.screensaver loginWindowIdleTime 300
sudo defaults write /Library/Preferences/com.apple.screensaver loginWindowModulePath "/System/Library/Screen Savers/Cosmos.slideSaver"
Screen savers that may run at the Login window
For security reasons, there are restrictions on which screen savers can run at the Login window. Screen savers that may run at the Login window include:
- Apple screen saver modules; third-party or custom screen savers are not supported at the Login window
- Among Quartz Composer screen savers, only Arabesque, Shell, and Spectrum may run
- .slideSaver bundles are allowed
These types of screen savers are not allowed at the Login window:
- Third-party or custom screen savers
- MobileMe gallery feeds, RSS feeds, iPhoto/Aperture albums, random, and shuffle screen savers
- The iTunes Artwork screen saver
Additional Information
Notes
- For information about how to display a custom message using the screen saver at the login window, see Managed Client: How to customize the Computer Name screen saver message for the Login Window.
- If an unsupported screen saver module is selected, the Flurry screen saver module will run instead.
Twitter
Facebook