home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / screen / adim.README < prev    next >
Encoding:
Text File  |  1992-05-22  |  1.2 KB  |  22 lines

  1.   * adim.c    play with autodim parameters 
  2.   *
  3.   * NeXT Monochrome Monitors last about 2 years if left on all the time, NOT
  4.   * real good.  This may be do to burn in?  If it is one would think that a
  5.   * screen saver would help.  Backspace is one of the nicest i have seen! 
  6.   * Backspace and all other screen savers that i have seen have one major
  7.   * flaw, they can not dim the login screen!  For some reason known only to
  8.   * NeXT you can not set the time to dim or the brightness value for a dimmed
  9.   * screen from the Preferences app. 
  10.   *
  11.   * So i wrote adim.  All adim does is set the time to delay before dimming the
  12.   * screen and the brightness of the dimmed screen.  This works great while
  13.   * one is logged in.  When you log out something resets both brightness and
  14.   * time.  Solution, run adim from cron every few minutes or use the -s
  15.   * option and background adim. If you use the -s option a adim's process id
  16.   * and a new line will be written to a file. /tmp/adim.pid is the default,
  17.   * use the -f option to change. 
  18.   *
  19.   * I think the NeXT is a good machine, something is very wrong with the design
  20.   * of the monitor!!!  A two year life expectancy sucks, my old AT&T 6300
  21.   * monitor lasted 6.5 years. 
  22.