Screensaver as background during LoginPanel?

isolder

Registered
I know you can make your screensaver act as your desktop while you're logged in, but can you make your screensaver the background before you even log in?
 
I didn't even know you could change the background for your login screen, much less make it your screensaver. That would be cool, have the OS X login box imposed over the Matrix-style code running down the screen...
 
The code to run the screensaver as background/desktop image is:
Code:
/System/Library/Frameworks/ScreenSaver.framework/Resources/
ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
All as one line of course.
Then press ctrl-Z (animation halts) and then bg (animation continues). With ctrl-z you suspend it, so you get control back over your terminal and with bg you tell it to carry on in the background. AFAIK you can also run entire quicktime movies on your desktop this way or Quake / unreal sequences ... but I'm not sure how...

I don't know how you would go about to do that while not logged in / at the logion screen ... maybe set it on through remote login? I'll try something ... it would indeed be very cool!
 
Hope one of you can figure out how to put it on the login screen's background. I know I sure can't figure out how...



In the instructions listed on resexcellence, the command was listed as

ScreenSaverEngine -background &

What's the & for?
 
How stupid of me: the & at the end does the same for you as the ctrl-Z + bg

If you want to quit the thing, type fg and then ctrl-c (move the process to the foreground and stop it).
 
To display QuickTime movies in the background (fullscreen, optionally with sound) try this.

Works great for me. Still nothing on doing this as login background ...
 
Hey, anybody able to get this to work in Panther? I've been trying but no luck..

Even the regular desktop background screensaver..
 
Back
Top