home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / ssaver.lzh / Read.Me < prev   
Text File  |  1995-11-04  |  1KB  |  42 lines

  1. SSaver
  2. ======
  3. SSaver is the new screen saver software for Windio #56.  It is composed of
  4. the main screen saver module, 'ssaver', and several screen saver programs
  5. which are separate modules.
  6.  
  7. You can call ssaver from your startup script as follows:
  8.  
  9. ssaver -l=5 &
  10.  
  11. This defaults to activating the screen saver after 10 minutes of inactivity,
  12. cycles screen savers every 5 minutes, and locks the screen after the saver
  13. has been active for 5 minutes.
  14.  
  15. To have the screen saver act immediately, move the mouse cursor to the
  16. extreme upper left hand corner of the screen.  To disallow the screen
  17. saver from coming on at all, move the mouse cursor to the very top line of
  18. the screen at any horizintal position other than zero.
  19.  
  20. The file 'ssaver.list' in the SYS directory contains a list of the screen
  21. savers that will be run, selected at random.
  22.  
  23.  
  24. Syntax: SSaver [<opts>]
  25. Function: K-Windows screen saver
  26. Options:
  27.    -a[=][<n>]   activate after 'n' minutes
  28.                    (default = 10)
  29.    -c[=][<n>]   cycle savers every 'n' minutes
  30.                    (default = 5) 0 = never
  31.    -l[=][<n>]   lock screen 'n' minutes after activation
  32.                    (default = 0 or lock immediatly)
  33.    -f           force - startup even if event already exists
  34.  
  35.  
  36. Locking is invoked with -l.  If you use locking, at the moment the password
  37. is hardcoded to 'password'.  Commented C source code is provided for
  38. modification, enhancements and to encourage development of other
  39. screen savers.
  40.  
  41. Have fun!
  42.