home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / programm / 8065 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!wupost!sdd.hp.com!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ysu.edu!do-not-reply-to-path
  3. From: af458@yfn.ysu.edu (Jon K. Salmon)
  4. Subject: Re: screen saver routines
  5. Message-ID: <1992Jul25.064953.14956@news.ysu.edu>
  6. Sender: news@news.ysu.edu (Usenet News Admin)
  7. Nntp-Posting-Host: yfn
  8. Organization: Youngstown State University/Youngstown Free-Net
  9. Date: Sat, 25 Jul 1992 06:49:53 GMT
  10. Lines: 18
  11.  
  12.  
  13. Sam Shim writes:
  14. >   I'm planning on incorporating a screen saver into my program.
  15. >From what I gather, I'll need to hook onto 2 interrupts, 0x1C and
  16. >0x09.  My hook to interrupt 0x1C will increment a counter every
  17. >time it is called and if the counter is greater than a certain
  18. >amount of time, blank the screen.  My hook to interrupt 0x09 will
  19. >unblank the screen and clear the counter if the screen is already
  20. >blanked, otherwise it will just clear the counter.  Can someone
  21. >tell me if this will work or have any suggestions/improvements?
  22.  
  23. Sounds like the right direction to me.  There is a PC Magazine
  24. utility (DIMMER) which might provide some additional information
  25. about the interrupt handlers if you need it, even though the
  26. screen blanking routine itself is VGA specific.  The source is
  27. assembly.  I can mail the source if you like.  Lemme know.
  28.  
  29. -- Jon
  30.