home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apollo / 3392 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!apollo.hp.com!netnews
  3. From: ganek@apollo.hp.com (Dan Ganek)
  4. Subject: Re: automatic screen turn-off
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <BtuqtL.Jor@apollo.hp.com>
  7. Date: Mon, 31 Aug 1992 14:27:21 GMT
  8. References: <1992Aug30.133826.14811@lmpsbbs.comm.mot.com>
  9. Nntp-Posting-Host: menage_a_trois.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  11. Lines: 26
  12.  
  13. Joshua Beinhorn sez:
  14.  
  15. >My apollo screen is generally turned-off when there is no user input 
  16. >for some period of time. This is a desirable feature, which protects
  17. >the screen from being burnt.
  18. >
  19. >However, in some cases the screen is not turned off even if there is
  20. >no user input for hours. In particular, This happens when there is one 
  21. >window which covers all the screen.
  22. >
  23. >What are the conditions which enable / disable automatic screen turn-off?
  24.                 
  25. Under the DM and Xapollo the following events will unblank the
  26. screen: (I don't know about Xdomain)
  27.  
  28. 1) Keyboard/mouse input
  29. 2) Window reconfiguration, i.e. create, delete, move, resize, etc. 
  30.    (Graphical output to a window will NOT unblank the screen.)
  31. 3) Program call to gpr_$video_ctl();
  32.  
  33. So, perhaps the app your running in the full screen window is calling
  34. gpr_$video_ctl.  Does it happen if your grow an ordianry  DM pad to full 
  35. screen?
  36.  
  37. /dan
  38.  
  39.