home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / tweakbgi / readme < prev    next >
Encoding:
Text File  |  1992-09-09  |  6.5 KB  |  182 lines

  1. **************************************************************
  2. COPYRIGHT 1991, JORDAN HARGRAPHIX SOFTWARE
  3. PORTIONS COPYRIGHT JOHN BRIDGES, 1990
  4.            CHRISTOPHER MORGAN, 1984
  5. **************************************************************
  6.  
  7. Here it is! The SuperVGA/Tweak BGI drivers you have all been waiting for! ;->
  8.  
  9.   These drivers support a wide range of VGA cards, and should work on
  10. all major brands.
  11.  
  12. Card types supported: (SuperVGA drivers)
  13.   Ahead, ATI, Chips & Tech, Everex, Genoa, Paradise, Oak, Trident (both 8800 
  14. and 8900, 9000), Tseng (both 3000 and 4000 chipsets) and Video7.
  15.   These drivers will also work on video cards with VESA capability.
  16.   The tweaked drivers will work on any register-compatible VGA card.
  17.  
  18. I have not tested these drivers on all these card types, so I can not guarantee
  19. perfect operation with your card.  I have tested them extensively
  20. on Trident, Tseng and ATI cards, and have had no problems. (Trident 8800
  21. cards occasionally have problems, especially older models)
  22.  
  23. Modes currently supported:
  24.   SuperVGA 16-color
  25.    0) Standard EGA/VGA 320x200x16
  26.    1) Standard EGA/VGA 640x200x16
  27.    2) Standard EGA/VGA 640x350x16
  28.    3) Standard VGA 640x480x16
  29.    4) SuperVGA/VESA 800x600x16
  30.    5) SuperVGA/VESA 1024x768x16
  31.  
  32.   SuperVGA 256-color
  33.    0) Standard VGA/MCGA 320x200x256
  34.    1) 256k Svga/VESA 640x400x256
  35.    2) 512k Svga/VESA 640x480x256
  36.    3) 512k Svga/VESA 800x600x256
  37.    4) 1024k Svga/VESA 1024x768x256
  38.    5) 256k Svga 640x350x256
  39.    6) 1280k+ VESA 1280x1024x256
  40.  
  41.  * NEW SuperVGA 32768-color BGI driver for Tseng ET4000 and ATI XL cards 
  42.    with Sierra HiColor DACs
  43.    
  44.   SuperVGA 32768-color
  45.    0) 320x200x32768
  46.    1) 640x350x32768
  47.    2) 640x400x32768
  48.    3) 640x480x32768
  49.    4) 800x600x32768
  50.  
  51.   * WARNING: The tweaked drivers do not use standard BIOS modes, instead
  52.     they program the CRTC directly.  You must have a register-compatible
  53.     VGA card to use these drivers. You must also be sure that your monitor
  54.     can handle the sync rates (the sync COULD damage your monitor)
  55.  
  56.   Tweaked 16-color
  57.    0) 704x528x16
  58.    1) 720x540x16
  59.    2) 736x552x16
  60.    3) 752x564x16
  61.    4) 768x576x16
  62.    5) 784x588x16
  63.    6) 800x600x16
  64.  
  65.   Tweaked 256-color
  66.    0) 320x400x256
  67.    1) 320x480x256
  68.    2) 360x480x256
  69.    3) 376x564x256
  70.    4) 400x564x256
  71.    5) 400x600x256
  72.    6) 320x240x256
  73.  
  74.  * New SuperVGA driver for S3 cards. (Orchid Farenheit 1280, Diamond Stealth)
  75.    Uses extended features of the S3 chip to provide enhanced performance.
  76.    (All functions work, though there is still a bug in putimage)
  77.  
  78.   S3 Accelerator 16/256/32768-color
  79.    0) 640x480x256
  80.    1) 800x600x256
  81.    2) 1024x768x256
  82.    3) 800x600x16
  83.    4) 1024x768x16
  84.    5) 1280x960x16
  85.    6) 1280x1024x16
  86.    7) 640x480x32768
  87.  
  88. ----------------------------------------------------------------------------
  89. INSTALLATION:
  90.   Using the driver in existing programs is easy. (If you have the source)
  91.  
  92.   Check the files INITSVGA.C and INITSVGA.PAS for examples of installation
  93. into C and Pascal programs.
  94.  
  95. ----------------------------------------------------------------------------
  96. NOTE: 
  97.  
  98.  * The mouse cursor may not work in all modes of my driver.  This is because
  99.    no current mouse drivers support SuperVGA/Tweak modes.
  100.  
  101.  * Registerfarbgidriver DOES work properly with C/C++... (8/1/91)
  102.    Check INITSVGA.C and the makefile for examples of how to use.
  103.  
  104.  * Registerbgidriver also works with Turbo Pascal. Check the file newinit.pas
  105.    for an example.
  106.  
  107.  * Imagesize does not work. (the kernel does not call the driver to do this)
  108.    Use the following formulas:
  109.     * imsize = ((xwid >> 1)+1)*ywid+4;     (16-color)
  110.     * imsize = xwid*ywid+4;         (256-color)
  111.     * imsize = 2*xwid*ywid+4;        (32768-color)
  112.  
  113.  * The .CHR files needed by the VGADEMO program are version 1.00 (dated
  114.    October 1987), so if the fonts do not work properly with the demo program,
  115.    you are probably using the newer fonts (eg. 1.1 dated June 1989 do not work
  116.    properly).  This is a fault of the BGI kernel that the demo program was
  117.    compiled with (Turbo Pascal 5.5 doesn't recognize the newer version)
  118.  
  119.  * If nothing appears on the screen when you draw in 256/32k modes, try
  120.    setting the draw color to white (15 on Svga256, see notes.32k for Svga32k)
  121.    The BGI kernel sets the initial draw color to the maximum color (255),
  122.    which is usually black.
  123.  
  124. ----------------------------------------------------------------------------
  125. WARNING: The drivers do not test to see if the card installed is
  126. actually a VGA card (If the Svga drivers do not detect a SuperVGA card, they 
  127. treat the card as a standard VGA), so DO NOT use the drivers if you do not 
  128. have a VGA card installed.
  129.  
  130. -------------------------------------------------------------------------
  131. REGISTRATION:
  132.   I have decided to release these drivers free of charge,
  133. although donations would be greatly appreciated and certainly
  134. expedite the release of future versions. :->
  135.   The drivers have not been crippled in any way, though beta releases of new
  136. drivers may have some functions yet unimplemented.  
  137.  
  138. Registration fees:
  139.  
  140.     SuperVGA S3            $20
  141.     SuperVGA 32768            $20
  142.     SuperVGA 256             $20
  143.     SuperVGA 16            $20
  144.     Tweak 16            $20
  145.     Tweak 256            $20
  146.  
  147.     Any two:            $30
  148.     Any three:            $40
  149.     Any four:            $50
  150.     Any five:            $60
  151.     All six:            $70
  152.  
  153. With donations of $20 and up, you will be considered a registered user.
  154. Registered users get the full source code and upgrades on future releases.
  155.  
  156. From September 1-May 8 1993, please send checks/money to:
  157.     Jordan Hargrave
  158.     1000 Morewood Ave, Box #3277
  159.     Pittsburgh, PA 15213
  160.     (412) 268-4488
  161.  
  162. After May 8, 1993, send to:
  163.     Jordan Hargrave
  164.     1615 Burnley Road
  165.     Charlotte, NC 28210
  166.     (704) 553-2332
  167.  
  168. I have started working on a new graphics library that will support resolutions
  169. from 160x200 (Ick! ;->) all the way up to 1280x1024, and from 1-bit color
  170. to 24-bit color.  It will support a wide range of cards and I need testers
  171. for XGA/8514/Hercules Graphics Station cards.
  172. (Note: This library is NOT a BGI driver.  It attempts to fix some of the 
  173.        problems I've found with the BGI kernel, ie. the number of colors is
  174.        limited to 256 in the BGI kernel)
  175.  
  176. *===============================*===========================================*
  177. | Jordan Powell Hargrave    |   Internet:    jh5y@andrew.cmu.edu        |
  178. | 1000 Morewood Ave, Box #3277  |     Bitnet:    jh5y%andrew.cmu.edu@cmccvb  |
  179. | Pittsburgh, PA 15213        |       UUCP:    uunet!andrew.cmu.edu!jh5y   |
  180. | (412) 268-4488         | Compuserve:   [72510,1143]            |
  181. *===============================*===========================================*
  182.