home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / disp160 / driver.txt < prev    next >
Text File  |  1993-11-21  |  4KB  |  118 lines

  1. README.ACU:
  2.  
  3. That's the graphics driver for the AcuMos AVGA2 card.
  4.  
  5. Most of the work is derived from Hartmuts CIRRUS54.GRN and Csaba's/DJ's
  6. STDVGA.GRN drivers, and Kendall Bennetts SVGAKT32 Super Vga Kit.
  7. I deleted the 32k color modes, checked out the correct mode numbers and
  8. tested the bank switching code.
  9.  
  10. This driver could be interesting for the big bunch of ESCOM AT users.
  11. Every 'standard' ESCOM AT 386/486 here in Austria (and perhaps in Germany
  12. too) is shipped with such a VGA card.
  13.  
  14. Matthias
  15.  
  16.  
  17. --------------------
  18. README.CIR:
  19.  
  20. CIRRUS54.GRN  --  DJGPP graphics driver supporting the Cirrus 54xx chip series
  21.  
  22. There are new Cirrus cards on the market. We have some cards around here at
  23. Kiel (especially on VESA local bus machines) so I set up this driver.
  24.  
  25. Hartmut
  26.  
  27.   -  -  -  -  -  -
  28.  
  29. In addition to the text modes that were already available in the Cirrus driver,
  30. the following two text modes are now also available: 40x50x16 and 132x50x16.
  31. Some other text and graphics modes were added as well, two of which I should
  32. like to mention here because they require 2 Mb (or more precisely: at least
  33. 1.5 Mb) of video RAM: 1280x1024x256 and 1024x768x65536. The driver init routine
  34. now checks if there is enough RAM present for these two modes, and disables 
  35. them if there is not.
  36. Finally, when using this driver with DISPLAY (version 1.57 or better), please
  37. put the following lines in the "Bytes per line scan table for TrueColour Modes"
  38. in CONFIG.DIS:
  39.     bytes_per_line_true=0,2048
  40.     bytes_per_line_true=3,2048
  41.  
  42. Ben Jos  Walbeehm  (Walbeehm@fsw.ruu.nl)                    November 21, 1993.
  43.  
  44.  
  45. --------------------
  46. README.GUP
  47.  
  48. README                                 15-July-93
  49.  
  50. This is the version 1.0 release of the ATI Graphics Ultra Pro video
  51. driver. This driver supports the following text and graphics modes:
  52.  
  53.     text      80x25x2, 40x25x16, 80x25x16, 132x25x16
  54.     graphics: 320x200x16, 640x200x16, 640x350x16, 800x600x16,
  55.           1024x768x16, 320x200x256, 640x480x256, 800x600x256,
  56.           1024x768x256
  57.  
  58. To use unpack from your djgpp root directory:
  59.  
  60. C:\DJGPP> pkunzip -d atigupro.zip
  61.  
  62. And change your GO32 enviroment variable to point to the new driver:
  63.  
  64. C:\DJGPP> set GO32=driver c:\djgpp\contrib\libgrx\drivers\atigupro.grn
  65.  
  66. I have tested this driver with HIVIEW (the jpg viewer program) and it
  67. works in all modes on my EISA card. Send E-mail
  68. (cwolff@slowboy.intellistor.com) if you have a problem.
  69.  
  70. Note: The modetest program worked ok with ATIULTRA.GRN, but hiview did
  71. not... I think it has something to do with selecting the colors... This
  72. drivers does not use any of the 8514 support, so it will be slower than
  73. atiultra (I think)...
  74.  
  75. Good luck...
  76.  
  77.  
  78. --------------------
  79. README.WD
  80.  
  81. Hi,
  82.  
  83. These two drivers are for Western Digital VGA chips, the driver
  84. WD90C3X.GRN is for the WD90C30 and WD90C31 although it might work
  85. with other Western Digital VGA chips. If WD90C3X.GRN doesn't
  86. work then try WDVANILA.GRN. Note that newer Paradise VGA cards
  87. use WD90C3X chips. These drivers define modes up to 1024x768
  88. 256 colors, 1280x1024 16 colors, and 132x50 text, if you have
  89. less than a megabyte or a more primitive Western Digital VGA
  90. chip then not all modes will work.
  91.  
  92. John W. Horigan
  93. jhorigan@mipos2.intel.com
  94.  
  95. Neither I nor Intel Corp. guarantee the functionality of these
  96. drivers. Intel Corp. has no connection with these drivers. These
  97. drivers were derived from the ET4000 driver, read the two 'copying'
  98. files for copyright (left) information.
  99.  
  100.  
  101. --------------------
  102. SPARADIS.DOC
  103.  
  104. This graphics driver is a modified version of paradise.asm that formed part 
  105. of the original djgpp1.09 graphics drivers. 
  106.  
  107. This driver cannot be guaranteed.It has been tested using modetest.c , and 
  108. all modes worked correctly.It is currently being used in a graphics intensive 
  109. program in with no problems thus far.
  110.  
  111. If problems are encountered ,my Internet address is: neek@cerecam.uct.ac.za
  112.  
  113. -- Nick van der Merwe
  114.    PhD Student
  115.    Department of Surveying and Geodetic Engineering
  116.    University of Cape Town
  117.    South Africa
  118.