home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 July/August / CD07_08.ISO / univesa.doc < prev    next >
Text File  |  1993-12-09  |  6KB  |  164 lines

  1.  
  2.                          The Universal VESA TSR
  3.                          ----------------------
  4.  
  5.                    Copyright (C) 1993 Kendall Bennett
  6.                            All rights reserved.
  7.  
  8. What is it?
  9. -----------
  10.  
  11. The Universal VESA TSR is a small Terminate and Stay Resident (TSR) program
  12. that provides extends the Video BIOS routines of SuperVGA video cards
  13. to make them compatible with the Video Electonics Standards Association
  14. (VESA) recommended extensions.
  15.  
  16. By having a video card that has a VESA compatible BIOS, or by installing
  17. this small TSR, programs that support the VESA programming interface
  18. will work correctly for your SuperVGA. This helps to solve a lot of
  19. problems with compatability between different SuperVGA cards on the
  20. market.
  21.  
  22. Why use it?
  23. -----------
  24.  
  25. You may already have a VESA TSR for you video card, or you video card
  26. may have a VESA compatible BIOS already, so why would you want to use
  27. this program?
  28.  
  29. The simple answer is that most of the TSR's that exist today, and a lot
  30. of the not-so-new SuperVGA cards that are around implement an older version
  31. of the VESA programming interface (if any at all). For this reason, some
  32. programs that use the advanced features of the new VESA standard will
  33. not work with the TSR or BIOS that you currently have.
  34.  
  35. So what advanced features does this TSR provide that other's don't? The
  36. Universal VESA TSR implements the VESA Version 1.2 programming interface,
  37. which supports the following features:
  38.  
  39.     - VESA page flipping. High performance animation programs can
  40.       use your card to full potential using the VESA BIOS to implement
  41.       extended page flipping (imagine, 1024x768x16 double buffered
  42.       animation, or even 800x600x256 and 640x400x32k/64k on a 1Mb video
  43.       card!!).
  44.  
  45.     - Support for the 32k, 64k and 16 million color video modes. As well
  46.       as supporting the industry standard 16 and 256 color video
  47.       modes.
  48.  
  49.     - Speed. The bank switching code in this package tends to run faster
  50.       than the routines embedded in the VIDEO BIOS of some video cards.
  51.  
  52. Hardware Requirements
  53. ---------------------
  54.  
  55. The Universal VESA TSR contains '386 dependant code, so it will only
  56. run on machine that have and 80386 or better CPU. Currently the
  57. Universal VESA TSR supports the following SuperVGA chipsets (note that
  58. not all of these have been fully tested):
  59.  
  60.     - ATI Technologies 18800, 28800
  61.     - Ahead A & B
  62.     - Chips & Technologies 82c451/452/453
  63.     - Everex
  64.     - Genoa Systems GVGA
  65.     - OAK Technologies OTI-037C, OTI-067, OTI-077
  66.     - Paradise PVGA1A, WD90C00/10/11/30/31
  67.     - NCR 77C20/21/22E
  68.     - Trident 88/8900
  69.     - Video7 V7VGA versions 1-5
  70.     - Tseng Labs ET3000, ET4000
  71.     - AcuMos AVGA2
  72.     - S3 86c911/924/801/805/928
  73.     - Advance Logic AL2101 SuperVGA
  74.     - MXIC 86010 SuperVGA
  75.     - Primus 2000 SuperVGA
  76.     - RealTek 3106 SuperVGA
  77.     - Cirrus CL-GD 5422 SuperVGA
  78.  
  79. The Universal VESA TSR seems to have problems with QEMM, since QEMM does
  80. something weird with the Video BIOS. In order to fix this problem,
  81. you should use the QEMM 'exclude' options to exclude the Video BIOS
  82. area. Do this by including the following in the QEMM options:
  83.  
  84.         EXCLUDE=C000-C1FF
  85.  
  86. How do I install it?
  87. --------------------
  88.  
  89. You can install the TSR from the command line, or from your autoexec.bat
  90. file. Don't worry about installing it twice, it will automatically detect
  91. if you have already installed it.
  92.  
  93. To install it simply type:
  94.  
  95.     univesa
  96.  
  97. from the command line. It will determine what type of SuperVGA card you
  98. have installed and install itself accordingly.
  99.  
  100. You may also use command line options to modify the the automatic
  101. video card detection logic. The following is produced by type 'univesa -h'
  102. at the command line:
  103.  
  104. Options are:
  105.     -v       - Check for VESA BIOS first
  106.     -s<name> - Force detection of SuperVGA 'name'
  107.     -c<x>    - Force detection of SuperVGA chipset (numerical id)
  108.     -m<size> - Force memory size to 'size'
  109.     -d<x>    - Force DAC type (0:VGA, 1:15 bit, 1:16 bit, 3:24 bit)
  110.     -i       - Do not perform SuperVGA detection
  111.  
  112. It is possible the SuperVGA detection code will hang the machine on old
  113. VGA/SVGA cards. You can optionally force the program to work with any
  114. combination of card, chipset, memory size and DAC, but unless you specify
  115. the -i option, unspecified values will be filled in automatically for you.
  116.  
  117. Thus you if the detection code did not correctly identify you video card
  118. configuration, you can force the TSR to work with the correct values.
  119.  
  120. When installed the Universal VESA TSR takes up approximately 9k of memory.
  121. All of the code required to detect the video adapter and available video
  122. modes is removed after the program is installed, saving on the amount
  123. of memory required. You may also load the TSR high.
  124.  
  125. Can I get the source code?
  126. --------------------------
  127.  
  128. Yes, the full source code for this library is available, along with a
  129. number of test programs (with source) for programming SuperVGA cards
  130. in a device independant manner in a SuperVGA Test Kit Library. You can
  131. probably download this from Simtel20 or garbo (or one of it's mirrors)
  132. or you can ftp the absolute latest version from:
  133.  
  134.     godzilla.cgl.rmit.oz.au: kjb/MGL/svgakt??.zip
  135.  
  136. How can I contact the Author?
  137. -----------------------------
  138.  
  139. If you have any corrections or updates to the code in this package, or
  140. you have any questions you would like asked, feel free to contact me
  141. through one of the following methods.
  142.  
  143. NOTE: I am going on vacation from 30th March 1993 until the middle of
  144.       August 1993, so I will _not_ be able to respond to any correspondence
  145.       from people during this period, so please do _not_ send me any email
  146.       until I return.
  147.  
  148. Internet:   kjb@citri.edu.au
  149.  
  150. Snail Mail:
  151.  
  152. Home:       Kendall Bennett
  153.             15 Stevenson Street
  154.             Kew Victoria 3101
  155.             AUSTRALIA
  156.  
  157. Work:       Kendall Bennett
  158.             RMIT Advanced Computer Graphics Centre
  159.             CITRI Building, 723 Swanston Street
  160.             Carlton Victoria 3053
  161.             AUSTRALIA
  162.  
  163. x
  164.