home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / screen / getfrq / getfreq.doc < prev    next >
Text File  |  1993-11-12  |  924b  |  19 lines

  1.                         GETFREQ.EXE     DOCUMENTATION
  2.  
  3. This program give only the vertical frequency of the display adapter.
  4. Useful only for programmers who want to be aware of a such question.
  5.  
  6. Type /? on command line for immidiate help.
  7.  
  8. Option /D on the command line has to effect to do not clear the screen
  9.  while testing. If the screen is not clear while testing(option /D), the
  10.  result may be wrong on certain SVGA cards. For those who use the vertical
  11.  retrace tricks in their program, may be aware of the result given by this
  12.  program to know if their video card works well with vertical retrace bits.
  13.  Because on certain SVGA card, testing the vertical retrace must be done
  14.  when the screen is empty, otherwise the detection is not done correctly.
  15.  
  16. Source code is written in DASH, so I suppose that anybody can compile it
  17.  because the DASH has been created by myself and it is not on the market.
  18.  
  19.