home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / drivers / vv215.arj / VVESA.TXT < prev   
Text File  |  1993-04-20  |  5KB  |  131 lines

  1. VVESA.TXT                                                April 20, 1993
  2. for VESA Super VGA BIOS Extension VVESA.COM (ver 2.15)
  3.  
  4. =======================================================================
  5.  
  6. VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  7. the implementation of the VESA Super VGA BIOS Extension  Standard
  8. #VS911022.
  9.  
  10. VVESA  is not a driver. It is a program which enables your  video
  11. board  to  be used with VESA compatible  software.  Consult  your
  12. software manual or your software manufacturer's Technical Support
  13. to see if a VESA driver is available for your software.
  14.  
  15. Install your software for VESA Super VGA.  Then run VVESA  before
  16. running  your VESA compatible software.  If you prefer,  a  batch
  17. file  can be written to invoke VVESA and then your software.  The
  18. resident portion of VVESA only consumes a small amount of memory.
  19. To run  MS Windows 3.1 with  VESA 800x600  16-color driver in the  
  20. 7-bit video mode 6A, VVESA is not required. 
  21.  
  22. To remove VVESA from 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.     DUALPAGE
  42.           Turns on individual read and write windows which can be
  43.           programmed independently for all supported 8, 15 and 24
  44.           bit modes including: 100h, 101h, 103h, 105h, 110h, 112h
  45.           and 113h.          
  46.  
  47.  
  48.     FOR MACH32 CARD USERS ONLY:
  49.  
  50.     DUALPAGE
  51.           Does not enable separate read and write windows for
  52.           the following 15 and 16 bit modes: 110h, 111h, 113h, 114h, 
  53.           116h and 117h.
  54.  
  55.     NOHICOLOR
  56.           Disables  support for 32,768 and 65536 colour modes on  
  57.           Mach32 products.  It will save above 4K of system memory if 
  58.           your application does not support these high color modes.
  59.  
  60.     ********
  61.     WARNING:
  62.     ********
  63.           If you change the VGA Memory Size setting in the Install 
  64.           program, you must UNLOAD and then RELOAD the VESA driver.
  65.           Failure to do so can cause unpredictable results as the 
  66.           driver may try and set modes that are no longer supported by 
  67.           the new setting, or fail to support modes that are now possible. 
  68.           To unload the driver use the command "vvesa off" to reload 
  69.           it, simply use the command "vvesa."
  70.          
  71.          
  72.  
  73. For  example,  to enable driver to view  display  memory  at
  74. upper 512KB, type:
  75.  
  76.                 VVESA PAN      <enter>
  77.  
  78. Then run your VVESA application.
  79.  
  80.  
  81. The following VESA modes are supported:
  82.  
  83.      MODE      RESOLUTION        MEMORY    MEMORY           PRODUCT
  84.      NUMBER    /COLORS           REQUIRED  MODEL            REQUIRED
  85.  
  86.      100h      640x400 /256      512KB     packed pixel
  87.      101h      640x480 /256      512KB     packed pixel
  88.      102h      800x600 /16       256KB     4-plane planar
  89.      103h      800x600 /256      512KB     packed pixel
  90.      104h      1024X768 /16      512KB     4-plane planar   all except V3
  91.      105h      1024X768 /256     1MB       packed pixel
  92.      108h      80x60/16          256KB     Text mode
  93.      109h      132x25/16         256KB     Text mode
  94.      10Ah      132x43/16         256KB     Text mode
  95.      110h      640x480/32768     1MB       packed pixel     XL, XL24
  96.                                                             Mach32
  97.      111h      640x480/65536     1MB       packed pixel     Mach32
  98.      112h      640x480/16.7 M    1MB       packed pixel     XL24, Mach32 
  99.      113h      800x600/32768     1MB       packed pixel     XL24, Mach32
  100.      114h      800x600/65536     1MB       packed pixel     Mach32
  101.      116h      1024x768/32768    2MB       packed pixel     Mach32
  102.      117h      1024x768/65536    2MB       packed pixel     Mach32
  103.  
  104. Note that some display adapters may not be capable of  displaying
  105. all  the  modes listed above  depending on the  model,  amount of 
  106. video memory  and how the  display adapter is  configured.  Check 
  107. the user's manual of your display adapter for  information on how
  108. to configure display adapter and the available modes.
  109.  
  110.  
  111. =======================================================================
  112.  
  113. VESATEST Utility
  114.  
  115. VESATEST.EXE  is a  utility  program  to  check  which modes are 
  116. supported on  your  display adapter,  run VESATEST after loading 
  117. VVESA.  This utility  will provide a listing  of all VESA  modes 
  118. available on your card.
  119.  
  120.  
  121. =======================================================================
  122.  
  123. Programmers  requiring more information about VESA standards  may
  124. obtain copies of the specifications by writing or calling:
  125.  
  126.               VESA
  127.               1330 South Bascom Ave., Suite D
  128.               San Jose, CA 95128
  129.               (408) 971-7525
  130.  
  131.