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

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!sdd.hp.com!apollo.hp.com!netnews
  3. From: ganek@apollo.hp.com (Dan Ganek)
  4. Subject: Re: Idle nodes? (was Re: automatic screen turn-off)
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <BtwMGy.EG0@apollo.hp.com>
  7. Date: Tue, 1 Sep 1992 14:48:34 GMT
  8. References: <1992Sep1.041400.11601@ucc.su.OZ.AU>
  9. Nntp-Posting-Host: menage_a_trois.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  11. Lines: 30
  12.  
  13. >In article <BtuqtL.Jor@apollo.hp.com> ganek@apollo.hp.com (Dan Ganek)
  14. >writes:
  15. >> Under the DM and Xapollo the following events will unblank the
  16. >> screen: (I don't know about Xdomain)
  17. >> 1) Keyboard/mouse input
  18. >> 2) Window reconfiguration, i.e. create, delete, move, resize, etc. 
  19. >>    (Graphical output to a window will NOT unblank the screen.)
  20. >> 3) Program call to gpr_$video_ctl();
  21. >
  22. >I cannot find any documentation on the gpr_$video_ctl call. (Not that I
  23. >would need it at the moment.)
  24. >
  25. >Thanks in advance,
  26. >
  27. >Paul Szabo - System Manager   //        School of Mathematics and Statistics
  28. >
  29.  
  30. From /sys/ins/gpr.ins.pas:
  31.  
  32. {  GPR_$VIDEO_CTL --  turn video on/off  }
  33.     PROCEDURE gpr_$video_ctl(
  34.                 IN  on_off: boolean;
  35.                 OUT status: status_$t { returned status }
  36.                 ); EXTERN;
  37.  
  38. TRUE unblanks the screen,  FALSE blanks and resets the timeout 
  39.   
  40. This replaced smd_$video_ctl.
  41.  
  42. /dan
  43.