home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 50 / Excalibur_50_cd.bin / vesa / ati / readme next >
Text File  |  1992-10-16  |  3KB  |  64 lines

  1.  
  2.         File Name: README
  3.         Date     : October 30, 1991
  4.  
  5.         =================================================================
  6.  
  7.         VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  8.         the implementation of the VESA Super VGA BIOS Extension  Standard
  9.         #VS900602.
  10.  
  11.         VVESA  is not a driver. It is a program which enables your  video
  12.         board  to  be used with VESA compatible  software.  Consult  your
  13.         software manual or your software manufacturer's Technical Support
  14.         to see if a VESA driver is available for your software.
  15.  
  16.         Install your software for VESA Super VGA.  Then run VVESA  before
  17.         running  your VESA compatible software.  If you prefer,  a  batch
  18.         file  can be written to invoke VVESA and then your software.  The
  19.         resident portion of VVESA only consumes a small amount of memory.
  20.         To run Window 3.1 with VESA 800x600 16-color driver in the  7-bit
  21.         video  mode  6A,  VVESA is not required.  To  remove  VVESA  from
  22.         memory, type: VVESA OFF.
  23.  
  24.         Here is a list of VVESA advanced command line keywords:
  25.  
  26.              OFF: Remove the driver from the system memory.
  27.  
  28.              PAN: Enable Linear Address
  29.                   It  allows  user  to pan or scroll  within  the  entire
  30.                   display  memory. Standard VGA will wrap around  at  the
  31.                   end of 64K in planar mode.  Linear address is  disabled
  32.                   at default.
  33.  
  34.              55rw Force single page read & write mode
  35.                   The Write Page number is set to Read Page number when a
  36.                   display  mode is initialized.  (Note that only  display
  37.                   controller  28800-5 or higher is default to  dual  page
  38.                   mode,   i.e. the writeable and readable windows can  be
  39.                   programmed independently)
  40.  
  41.              For  example,  to enable driver to view  display  memory  at
  42.              upper 512KB, type:
  43.  
  44.                             VVESA PAN      <enter>
  45.  
  46.              Then run your VVESA application.
  47.  
  48.  
  49.         The following VESA modes are supported:
  50.  
  51.              MODE      RESOLUTION        MEMORY    MEMORY
  52.              NUMBER    /COLORS           REQUIRED  MODEL
  53.  
  54.              100h      640x400 /256      512KB     packed pixel
  55.              101h      640x480 /256      512KB     packed pixel
  56.              102h      800x600 /16       256KB     4-plane planar
  57.              103h      800x600 /256      512KB     packed pixel
  58.              104h      1024X768 /16      512KB     4-plane planar
  59.              105h      1024X768 /256     1MB       packed pixel
  60.  
  61.         Note that some display adapters may not be capable of  displaying
  62.         all  the  modes listed above.  Check the user's  manual  of  your
  63.         display adapter for the available modes.
  64.