home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / blankctrl / ReadMe < prev   
Encoding:
Text File  |  1995-02-11  |  1.1 KB  |  24 lines

  1.  
  2. (C) 1994/1995 Alun Jones, auj@aber.ac.uk
  3.  
  4. BlankCtrl is a module which hacks the RISC OS 3.1 screenblanker module.
  5. It supplies three SWIs and a screenblank trigger:
  6.  
  7. Blank_Check   - Returns R0=1 if the screen is blank, 0 otherwise.
  8. Blank_Blank   - Forces the screenblank timer to R0/5 seconds. So, 
  9.                 SYS "Blank_Blank", 5 will make the screen blank in 1s.
  10. Blank_Unblank - Forces the screen to unblank immediately.
  11.  
  12. Also, if the mouse pointer is clicked in the bottom left corner of the
  13. screen then the screenblanker will have its timer set to about 1 second.
  14. This is useful for forcing the screenblank on when you need to leave the
  15. computer or if you want to force screen DMA off while running something
  16. processor intensive in a high bandwidth screen mode. (of course if you 
  17. move the mouse during the 1s period then screenblanker will reset its 
  18. timer)
  19.  
  20. The module works by first checking the screenblanker module version. If the
  21. version number is right then the blanker's module workspace base is read.
  22. The Blank_* SWIs can then read or write to the workspace and subvert
  23. screenblanker's timers.
  24.