home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1996 September / Simtel-MSDOS-Sep1996-CD2.iso / utils / qpv / english / vesatest.doc < prev   
Text File  |  1995-03-31  |  2KB  |  54 lines

  1. -----------------------------------------------------------------------------
  2.                               V E S A T E S T
  3.                              ~~~~~~~~~~~~~~~~~
  4.        Copyright (c) 1994 by Oliver Fromme -- All Rights Reserved
  5. -----------------------------------------------------------------------------
  6.  
  7. Autor:  Oliver Fromme, Klingestr. 2, 38640 Goslar, Germany
  8.         Internet email:  fromme@rz.tu-clausthal.de
  9.  
  10. Licence & Disclaimer:
  11. ~~~~~~~~~~~~~~~~~~~~~
  12. This program is freeware, i.e. you may use, copy and distribute it freely, as
  13. long as no money is charged for it.  Do not modify, disassemble, reengineer,
  14. or misuse this program.  Always distribute this documentation along with the
  15. program.
  16.  
  17. If you want to bundle it with any commercial software, you'll need the
  18. explicit permission of the author, Oliver Fromme.
  19.  
  20. You are using this program on your own risk.  The author is not liable for
  21. any damage or loss which may result directly or indirectly from the use of
  22. this program.
  23.  
  24. -----------------------------------------------------------------------------
  25.  
  26. Purpose of VESATEST:
  27. ~~~~~~~~~~~~~~~~~~~~
  28. VESATEST checks the existence of an VBE (VESA BIOS Extension), either built
  29. into the VGA BIOS ROM, or installed as a TSR driver.  If an VBE is detected,
  30. several details are displayed about each mode which is supported by the VBE.
  31.  
  32. Meaning of the table entries:
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34. Mode:   the mode number (hexadecimal)
  35. Type:   "gfx" for graphics modes, "txt" for text modes
  36. Width:  horizontal resolution in Pixels (gfx) or characters (txt)
  37. Height: vertical resolution in Pixels (gfx) or characters (txt)
  38. Colors: number of colors, 32K/64K = hicolor, 16M = truecolor
  39. Bpp:    bits per pixel
  40. Bank:   size of memory banks (Kb), usually 64 Kb
  41. Bpl:    bytes per line
  42. Red:    size and location of the red component (bits)
  43. Green:  ditto, green component
  44. Blau:   ditto, blue component
  45. Resvd.: ditto, reserved component
  46.  
  47. Command line options:
  48. ~~~~~~~~~~~~~~~~~~~~~
  49. /T   display text modes only
  50. /G   display graphics modes only
  51. /?   display a short help text
  52.  
  53. -----------------------------------------------------------------------------
  54.