home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / 3b1 / 2969 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!usc!wupost!darwin.sura.net!convex!news.utdallas.edu!corpgate!brtph560!brtph380!hruska
  3. From: hruska@bnr.ca (Bob Hruska P840)
  4. Subject: Re: BLANKING SCREEN
  5. Message-ID: <1992Jul30.031542.7930@brtph560.bnr.ca>
  6. Originator: hruska@brtph380
  7. Sender: news@brtph560.bnr.ca (Usenet News)
  8. Organization: bnr
  9. References: <Bs61rI.DJ9@wrs.com>
  10. Date: Thu, 30 Jul 1992 03:15:42 GMT
  11. Lines: 31
  12.  
  13. From article <Bs61rI.DJ9@wrs.com>, by gak@wrs.com (Richard Stueven):
  14. > In article 11065@cci632.cci.com, adw@cci632.cci.com (Allen Williams (co-op)) writes:
  15. >> How can I get my 7800 to blank the screen after it's not being used for
  16. >>a while?
  17. > There should be a "Preferences" selection in your User Agent "Office"
  18. > window.  One of the selections under that one allows you to specify how
  19. > many minutes may pass before blanking the screen.
  20.  
  21. Or, if you hate using that 'Office' thing...
  22.  
  23. /usr/bin/scrset is what you want.  Pass it the number of seconds you want
  24. the blank timeout to be, i.e. scrset 300
  25.  
  26. In /usr/lib/ua you can create a file called .blanktime
  27. In that file, put the number of seconds you want the screen to wait before
  28. it blanks.  Then, if you are using the stock /etc/rc it does the following
  29. at boot time:
  30.  
  31. if [ -s /usr/lib/ua/.blanktime ]
  32. then
  33.   scrset `cat /usr/lib/ua/.blanktime`
  34. fi
  35.  
  36.  
  37. -- 
  38. ------------------------------------------------------------------------------
  39. | Bob Hruska         DoD #1982 | email: hruska@bnr.ca                        |
  40. | BNR Inc. - XPM Base Software |USmail: 35 Davis Drive                       |
  41. | RTP North Carolina           |        Research Triangle Park, NC 27709     |
  42. ------------------------------------------------------------------------------
  43.