home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 426.UNIVESA.DOC < prev    next >
Text File  |  1993-03-06  |  5KB  |  135 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 on a 1Mb video
  43.       card!!).
  44.  
  45.     - Support for the 32k and 16 million color video modes. As well
  46.       as supporting the industry standard 16 and 256 color video
  47.       modes.
  48.  
  49. Hardware Requirements
  50. ---------------------
  51.  
  52. The Universal VESA TSR contains '386 dependant code, so it will only
  53. run on machine that have and 80386 or better CPU. Currently the
  54. Universal VESA TSR supports the following SuperVGA chipsets (note that
  55. not all of these have been fully tested):
  56.  
  57.     - ATI Technologies 18800, 28800
  58.     - Ahead A & B
  59.     - Chips & Technologies 82c451/452/453
  60.     - Everex
  61.     - Genoa Systems GVGA
  62.     - OAK Technologies OTI-037C, OTI-067, OTI-077
  63.     - Paradise PVGA1A, WD90C00/10/11/30/31
  64.     - NCR 77C20/21/22E
  65.     - Trident 88/8900
  66.     - Video7 V7VGA versions 1-5
  67.     - Tseng Labs ET3000, ET4000
  68.     - AcuMos AVGA2
  69.     - S3 86c911/924/801/806/928
  70.     - Advance Logic AL2101 SuperVGA
  71.     - MXIC 86010 SuperVGA
  72.     - Primus 2000 SuperVGA
  73.     - RealTek 3106 SuperVGA
  74.     - Cirrus CL-GD 5422 SuperVGA
  75.  
  76. The Universal VESA TSR seems to have problems with QEMM, since QEMM does
  77. something weird with the Video BIOS. In order to fix this problem,
  78. you should use the QEMM 'exclude' options to exclude the Video BIOS
  79. area. Do this by including the following in the QEMM options:
  80.  
  81.         EXCLUDE=C000-C1FF
  82.  
  83. How do I install it?
  84. --------------------
  85.  
  86. You can install the TSR from the command line, or from your autoexec.bat
  87. file. Don't worry about installing it twice, it will automatically detect
  88. if you have already installed it.
  89.  
  90. To install it simply type:
  91.  
  92.     univesa
  93.  
  94. from the command line. It will determine what type of SuperVGA card you
  95. have installed and install itself accordingly.
  96.  
  97. When installed the Universal VESA TSR takes up approximately 7k of memory.
  98. All of the code required to detect the video adapter and available video
  99. modes is removed after the program is installed, saving on the amount
  100. of memory required. You may also load the TSR high.
  101.  
  102. Can I get the source code?
  103. --------------------------
  104.  
  105. Yes, the full source code for this library is available, along with a
  106. number of test programs (with source) for programming SuperVGA cards
  107. in a device independant manner in a SuperVGA Test Kit Library. You can
  108. probably download this from Simtel-20 or garbo (or one of it's mirrors)
  109. or you can ftp the absolute latest version from:
  110.  
  111.     godzilla.cgl.rmit.oz.au: kjb/MGL/svgakt??.zip
  112.  
  113. How can I contact the Author?
  114. -----------------------------
  115.  
  116. If you have any corrections or updates to the code in this package, or
  117. you have any questions you would like asked, feel free to contact me
  118. through one of the following methods.
  119.  
  120. Internet:   kjb@citri.edu.au
  121.  
  122. Snail Mail:
  123.  
  124. Home:       Kendall Bennett
  125.             15 Stevenson Street
  126.             Kew Victoria 3101
  127.             AUSTRALIA
  128.  
  129. Work:       Kendall Bennett
  130.             RMIT Advanced Computer Graphics Centre
  131.             CITRI Building, 723 Swanston Street
  132.             Carlton Victoria 3053
  133.             AUSTRALIA
  134.  
  135.