|
#1
| |||
| |||
| Screensaver as background during LoginPanel? 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? |
|
#2
| ||||
| ||||
| 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...
__________________ System: • 2.5 GHz MacBook Pro Core 2 Duo, 4 GB RAM, 200 GB hard drive, runs 10.5.4 • 1.6 GHz iMac G5, 1.5 GB RAM, 250 GB hard drive, runs 10.4.11 • iPhone, 4 GB, OS X 2.0.2 |
|
#3
| ||||
| ||||
| The code to run the screensaver as background/desktop image is: Code: /System/Library/Frameworks/ScreenSaver.framework/Resources/ ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background 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!
__________________ This is not a signature (but I could be wrong). 15" MacBook Pro C2D@2.4 GHz | 2 GB RAM | Mac OS 10.5.4 | Website | LinkedIn | Publications GP/O d-(+)@ s: a->? C++(+++) U* P+ L+>++ !E---- W+++ N o? K? w--- O? M++ V? PS+++ PE-- Y+ PGP t 5? X- R !tv b++++ DI+(++)@ D+(++) G++(+++) e+++$>++++$$ h--->---- r+++ y++++@ |
|
#4
| |||
| |||
| 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? |
|
#5
| ||||
| ||||
| 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).
__________________ This is not a signature (but I could be wrong). 15" MacBook Pro C2D@2.4 GHz | 2 GB RAM | Mac OS 10.5.4 | Website | LinkedIn | Publications GP/O d-(+)@ s: a->? C++(+++) U* P+ L+>++ !E---- W+++ N o? K? w--- O? M++ V? PS+++ PE-- Y+ PGP t 5? X- R !tv b++++ DI+(++)@ D+(++) G++(+++) e+++$>++++$$ h--->---- r+++ y++++@ |
|
#6
| ||||
| ||||
| 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 ...
__________________ This is not a signature (but I could be wrong). 15" MacBook Pro C2D@2.4 GHz | 2 GB RAM | Mac OS 10.5.4 | Website | LinkedIn | Publications GP/O d-(+)@ s: a->? C++(+++) U* P+ L+>++ !E---- W+++ N o? K? w--- O? M++ V? PS+++ PE-- Y+ PGP t 5? X- R !tv b++++ DI+(++)@ D+(++) G++(+++) e+++$>++++$$ h--->---- r+++ y++++@ |
|
#7
| |||
| |||
| Hey, anybody able to get this to work in Panther? I've been trying but no luck.. Even the regular desktop background screensaver.. |
|
#8
| |||
| |||
| Have tried repeatedly to get ScreenSaverEngine -background to work, but it isn't.. any ideas? |