The following comes in handy when you ssh into your machine. Its a one-line command that will kill the screen saver, and do a screen capture. You can then copy the file to your local machine and view it. At the command line type:
% sh -c "kill `ps -caxwwopid,command | grep ScreenSaverEnginNotice the back tick before ps and after 1-6. This command is all on one line (though it's been shown here on two to narrow display width; remove the line break when entering the command).
| cut -b 1-6`;/usr/sbin/screencapture ~/Desktop/capture.pdf"
Mac OS X Hints
http://hints.macworld.com/article.php?story=20030206054826462