I did an SSH from another computer and killed the screensaver process. This worked but is very annoying. You must have the SSH enabled ahead of time.
ps ax | grep -i screensaver
83230 ?? U 3:09.28 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine
sudo kill 83230
No comments:
Post a Comment