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

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!munnari.oz.au!metro!maths.su.oz.au!szabo_p
  3. From: szabo_p@maths.su.oz.au (Paul Szabo)
  4. Subject: Re: Idle nodes? (was Re: automatic screen turn-off)
  5. Message-ID: <1992Sep1.214827.22827@ucc.su.OZ.AU>
  6. Sender: szabo_p@maths.su.oz.au (Paul Szabo)
  7. Nntp-Posting-Host: adder.maths.su.oz.au
  8. Reply-To: szabo_p@maths.su.oz.au (Paul Szabo)
  9. Organization: Mathematics, University of Sydney
  10. Date: Tue, 1 Sep 1992 21:48:27 GMT
  11. Lines: 31
  12.  
  13. In article <BtwMGy.EG0@apollo.hp.com> ganek@apollo.hp.com (Dan Ganek)
  14. writes:
  15. > >I cannot find any documentation on the gpr_$video_ctl call. (Not that I
  16. > >would need it at the moment.)
  17. > From /sys/ins/gpr.ins.pas:
  18. > {  GPR_$VIDEO_CTL --  turn video on/off  }
  19. >     PROCEDURE gpr_$video_ctl(
  20. >                 IN  on_off: boolean;
  21. >                 OUT status: status_$t { returned status }
  22. >                 ); EXTERN;
  23. > TRUE unblanks the screen,  FALSE blanks and resets the timeout 
  24. >   
  25. > This replaced smd_$video_ctl.
  26.  
  27. Thanks. Only problem is that my /sys/ins/gpr.ins.pas is older than yours (I
  28. am only up to SR10.4 :-). Maybe you have access to the set of un-released,
  29. complete include files? We simple mortals do not have smd include files
  30. either.
  31.  
  32. Anyway, my real question was:
  33.  
  34. > Is there a way to find out how long an Apollo node (i.e. the interactive
  35. > user logged on the display) has been idle? It might be sufficient to find
  36. > out whether the screen has been blanked out or not (with due regard to the
  37. > setting of scrto). Does anyone know the trick?
  38.  
  39. Paul Szabo - System Manager   //        School of Mathematics and Statistics
  40. szabo_p@maths.su.oz.au        //   University of Sydney, NSW 2006, Australia
  41.