home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Video Alman…Century in Depth - Sports / ALMANAC_03.iso / vesa / cirrus / readme.txt < prev   
Text File  |  1991-03-18  |  2KB  |  80 lines

  1. VESA Driver v1.00a for VESA BIOS Extention v1.1  asof  2/19/91
  2. --------------------------------------------------------------
  3.  
  4. About the VESA Driver
  5. ---------------------
  6. The Cirrus Logic VESA Dirver supports the Video Electronics
  7. Standards Association (VESA) BIOS Extentions for VESA
  8. version 1.1.  The following talbe shows the modes supported
  9. by the Cirrus Logic Chip sets.
  10.  
  11.  
  12.  
  13.     VESA Mode    Resolution   Colors   Mode
  14.     ---------    ----------      ------   --------
  15.  
  16.       0x6A       800 x 600      16     Graphics
  17.       0x102      800 x 600      16     Graphics
  18.       0x108       80 x 60       16     Text
  19.       0x109      132 x 25       16     Text
  20.       0x10B      132 x 50       16     Text
  21.       0x10C      132 x 60       16     Text
  22.  
  23.  
  24.  
  25. About the VESA Test Program
  26. ---------------------------
  27. The Cirrus Logic VESA Driver test program exercises the
  28. VESA Driver by making function calls into the driver and
  29. displaying the results.  The test program exercises VESA
  30. functions 0 through 7 as described in the VESA Super VGA
  31. BIOS Extention Standard #VS900602.  This document may be
  32. requested directly from the VESA office (408) 971-7525.
  33.  
  34. If the VESA Test Program is run on a flat panel, all modes
  35. should return a failure code except VESA Mode 0x108, this
  36. is the only mode that will correctly run on the flat panel.
  37.  
  38. Note that in order for the test to run correctly, the
  39. Monitor Parameter Utility that will support all the modes
  40. must be loaded.
  41.  
  42.  
  43.  
  44. Building the Cirrus Logic VESA Driver and Test Program
  45. ------------------------------------------------------
  46.  
  47. 1. Unpack this diskette using the PKUNZIP utility.
  48.  
  49.    Example:
  50.  
  51.     pkunzip -d vesa.zip [enter]
  52.  
  53. 2. Build the Cirrus Logic VESA driver from the DRVR directory
  54.    using the supplied batch file, CRUS.BAT.
  55.  
  56.    Example:
  57.  
  58.     crus [enter]
  59.  
  60. 3. Build the Cirrus Logic VESA driver test program from the
  61.    VTEST directory using the supplied batch file, VTEST.BAT.
  62.  
  63.    Example:
  64.  
  65.       vtest [enter]
  66.  
  67. 4. Load the Cirrus Logic VESA driver CRUSVESA.COM.
  68.  
  69.    Example:
  70.  
  71.     crusvesa [enter]
  72.  
  73. 5. Run the Cirrus Logic VESA driver test program, VTEST.EXE.
  74.  
  75.    Example:
  76.  
  77.     vtest [enter]
  78.  
  79.  
  80.