home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 August / IMM0895.ISO01.iso / driver / ati / mach32 / disk1 / utility.lzh / VVESA.TXT < prev   
Text File  |  1994-05-03  |  7KB  |  169 lines

  1. ***********************************************************************
  2.  
  3.                         IMPORTANT INFORMATION
  4.                                  for
  5.                            Mach32 Users
  6. ***********************************************************************
  7. VESA SUPER VGA BIOS EXTENSION VVESA.COM (VER 2.22)       April 29, 1994
  8. ***********************************************************************
  9.  
  10. READ THIS FILE COMPLETELY BEFORE ATTEMPTING TO USE THIS PRODUCT !
  11.  
  12. Contents
  13.  
  14. 1.0     Introduction
  15. 2.0     Command Line Keywords
  16. 3.0     VESA Modes Supported
  17. 4.0     Vesatest Utility
  18. 5.0     Known Problems
  19. 6.0     VESA Standards
  20.  
  21. ****************************
  22.  
  23. 1.0     Introduction
  24.  
  25. VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  26. the implementation of the VESA Super VGA BIOS Extension  Standard
  27. #VS911022.
  28.  
  29. VVESA  is not a driver. It is a program which enables your  video
  30. board  to  be used with VESA compatible  software.  Consult  your
  31. software manual or your software manufacturer's Technical Support
  32. to see if a VESA driver is available for your software.
  33.  
  34. Install your software for VESA Super VGA.  Then run VVESA  before
  35. running  your VESA compatible software.  If you prefer,  a  batch
  36. file  can be written to invoke VVESA and then your software.  The
  37. resident portion of VVESA only consumes a small amount of memory.
  38. To run  MS Windows 3.1 with  VESA 800x600  16-color driver in the
  39. 7-bit video mode 6A, VVESA is not required.
  40.  
  41. To remove VVESA from memory, type: VVESA OFF.
  42.  
  43. ****************************
  44.  
  45. 2.0     Command Line Keywords
  46.  
  47. Here is a list of VVESA advanced command line keywords:
  48.  
  49.     OFF   Remove the driver from the system memory.
  50.  
  51.     PAN   Enable Linear Address
  52.           It  allows  user  to pan or scroll  within  the  entire
  53.           display  memory. Standard VGA will wrap around  at  the
  54.           end of 64K in planar mode.  Linear address is  disabled
  55.           at default.
  56.  
  57.     55rw  Force single page read & write mode
  58.           The Write Page number is set to Read Page number when a
  59.           display  mode is initialized.  (Note that only  display
  60.           controller  28800-5 or higher is default to  dual  page
  61.           mode,   i.e. the writeable and readable windows can  be
  62.           programmed independently)
  63.  
  64.     DUALPAGE
  65.           Turns on individual read and write windows which can be
  66.           programmed independently for all supported 8, 15 and 24
  67.           bit modes including: 100h, 101h, 103h, 105h, 110h, 112h
  68.           and 113h.
  69.  
  70.  
  71.     FOR MACH32 CARD USERS ONLY:
  72.  
  73.     DUALPAGE
  74.           Does not enable separate read and write windows for
  75.           the following 15 and 16 bit modes: 110h, 111h, 113h, 114h,
  76.           115h, 116h and 117h.
  77.  
  78.     NOHICOLOR
  79.           Disables  support for 32,768, 65,536 and 16.7M colour modes on
  80.           mach32 products.  It also disables support for mode 107h (1280
  81.           x 1024 256 colours). It will save above 4K of system memory if
  82.           your application does not support these high color modes.
  83.  
  84.     ********
  85.     WARNING:
  86.     ********
  87.           If you change the VGA Memory Size setting in the Install
  88.           program, you must UNLOAD and then RELOAD the VESA driver.
  89.           Failure to do so can cause unpredictable results as the
  90.           driver may try and set modes that are no longer supported by
  91.           the new setting, or fail to support modes that are now possible.
  92.           To unload the driver use the command "vvesa off", to reload
  93.           it simply use the command "vvesa."
  94.  
  95.           When using VVESA.COM with a mach32, the recommended VGA Memory
  96.           Size setting is "Shared." This will make the maximum number of
  97.           VESA modes available.
  98.  
  99. ****************************
  100.  
  101. 3.0     VESA Modes Supported
  102.  
  103. The following VESA modes are supported:
  104.  
  105.      MODE      RESOLUTION        MEMORY    MEMORY
  106.      NUMBER    /COLORS           REQUIRED  MODEL
  107.  
  108.      100h      640x400/256       512KB     packed pixel
  109.      101h      640x480/256       512KB     packed pixel
  110.      102h      800x600/16        256KB     4-plane planar
  111.      103h      800x600/256       512KB     packed pixel
  112.      104h      1024X768/16       512KB     4-plane planar
  113.      105h      1024X768/256      1MB       packed pixel
  114.      107h      1280X1024/256     1MB       packed pixel
  115.      108h      80x60/16          256KB     Text mode
  116.      109h      132x25/16         256KB     Text mode
  117.      10Ah      132x43/16         256KB     Text mode
  118.      110h      640x480/32768     1MB       packed pixel
  119.      111h      640x480/65536     1MB       packed pixel
  120.      112h      640x480/16.7 M    1MB       packed pixel
  121.      113h      800x600/32768     1MB       packed pixel
  122.      114h      800x600/65536     1MB       packed pixel
  123.      115h      800x600/16.7 M    2MB       packed pixel
  124.      116h      1024x768/32768    2MB       packed pixel
  125.      117h      1024x768/65536    2MB       packed pixel
  126.  
  127. Note that some display adapters may not be capable of  displaying
  128. all  the  modes listed above  depending on the  model,  amount of
  129. video memory  and how the  display adapter is  configured.  Check
  130. the User's Guide of your display adapter for information on how
  131. to configure display adapter and the available modes.
  132.  
  133.  
  134. ****************************
  135.  
  136. 4.0     Vesatest Utility
  137.  
  138. VESATEST.EXE  is a  utility  program  to  check  which modes are
  139. supported on  your  display adapter,  run VESATEST after loading
  140. VVESA.  This utility  will provide a listing  of all VESA  modes
  141. available on your card.
  142.  
  143. ****************************
  144.  
  145. 5.0     Known Problems
  146.  
  147. Running VVESA.COM under Microsoft Windows is not recommended and can
  148. corrupt the Windows desktop.
  149.  
  150. When using modes 107h, 110h, 111h, 112h, 113h, 114h, 115h, 116h, or
  151. 117h on the mach32 some applications may appear with dim or incorrect
  152. colors. This happens because these modes require the colour registers
  153. (i.e. DAC registers) to be set through video BIOS calls only.  Some
  154. applications set these registers directly, which results in incorrect
  155. colour settings in these modes. If you encounter this problem, contact
  156. the application publisher.
  157.  
  158. ****************************
  159.  
  160. 6.0     VESA Standards
  161.  
  162. Programmers  requiring more information about VESA standards  may
  163. obtain copies of the specifications by writing or calling:
  164.  
  165.               VESA
  166.               2150 North First Street
  167.               San Jose, CA 95131-2029
  168.               (408) 435-0333
  169.