home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / screen / TimeToBlack.README < prev    next >
Encoding:
Text File  |  1993-11-04  |  1.7 KB  |  46 lines

  1. TimeToBlack
  2.  
  3. A slightly modified version of the NS 3.1 loginwindow screensaver.
  4. After displaying the pretty NeXT logo screensaver for 30 minutes,
  5. this version will turn the screen black.  This is an especially
  6. useful feature for monitors that can go into reduced-power mode
  7. when the screen is completely black.
  8.  
  9. This version adds loginwindow defaults TimeToMove and TimeToBlack,
  10. so the following three dwrites (in the root account) would make
  11. the loginwindow screensaver kick in after 60 seconds, change
  12. the position of the NeXT logo every 20 seconds, and make the
  13. screen go black after 20 minutes of screensaving.
  14.  
  15. dwrite loginwindow TimeToDim 60
  16. dwrite loginwindow TimeToMove 20
  17. dwrite loginwindow TimeToBlack 1200
  18.  
  19. The screen will actually only blacken after the first TimeToMove
  20. increment that comes after TimeToBlack has elapsed.  Setting
  21. TimeToBlack negative means the screensaver will never blacken.
  22.  
  23. Installation
  24.  
  25. 1. Uncompress the file TimeToBlack.tar.Z from the Workspace or
  26.    a shell.  This will make a single directory TimeToBlack/ with
  27.    the source.
  28. 2. From a shell, "cd TimeToBlack" and type "make".  This will compile
  29.    the screensaver.
  30. 3. As root, "make install".  This will move the original loginwindow
  31.    ScreenSaver to ScreenSaver.orig (unless it has already been
  32.    moved there) and install the new screensaver.
  33. 4. Reboot.
  34.  
  35. If for any reason you want to restore the old screensaver, just
  36. cd TimeToBlack as root and type "make uninstall".  This will move
  37. the original ScreenSaver back into place.
  38.  
  39. If anybody finds that this screensaver works or does not work
  40. under NS 3.2 or a later version, let me know!  And if anybody knows
  41. the actual loginwindow screensaver API for 3.2 or later, I'd also
  42. like to know.
  43.  
  44. David Bau
  45. bau@cs.cornell.edu
  46.