home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / svga256 / readme.256 < prev    next >
Encoding:
Text File  |  1991-05-04  |  3.5 KB  |  92 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 BGI driver you have all been waiting for! ;->
  8.  
  9.   This driver supports a wide range of VGA cards, and should work on
  10. all major brands.
  11.  
  12. Card types supported:
  13.   Ahead, ATI, Chips & Tech, Everex, Paradise, Trident, Tseng (both 3000
  14. and 4000 chipsets) and Video7.
  15.   The driver will also work on video cards with VESA capability.
  16.  
  17. I have not tested this driver on all these card types, so I can not guarantee
  18. perfect operation with your card.  I have tested this driver extensively
  19. on Trident and ATI cards, and have had no problems.
  20.  
  21. This is a new release, so let me know if you find any bugs.
  22.  
  23.  Right now, the driver only supports 5 modes, although other modes
  24. may be added in future releases.
  25.  
  26. Modes currently supported:
  27.   0) Standard VGA/MCGA 320x200x256
  28.   1) 256k Svga/VESA 640x400x256
  29.   2) 512k Svga/VESA 640x480x256
  30.   3) 512k Svga/VESA 800x600x256
  31.   4) 1024k Svga/VESA 1024x768x256
  32.  
  33. ----------------------------------------------------------------------------
  34. INSTALLATION:
  35.   Using the driver in existing programs is easy. (If you have the source)
  36.  
  37.   Check the files INITSVGA.C and INITSVGA.PAS for examples of installation
  38. into C and Pascal programs.
  39.  
  40. ----------------------------------------------------------------------------
  41. NOTE: 
  42.  - You must do a 'setcolor(15)' right after initializing the card. Otherwise
  43.    everything drawn will be invisible.
  44.  
  45.  - The mouse cursor may not work in all modes of my driver.  This is because
  46.    most mouse drivers do not support SuperVGA modes.
  47.  
  48.  - The registerbgidriver functions do not work. This is due to a limitation
  49.    in the BGI kernel, which checks the linked in driver with a list of the
  50.    standard BGI drivers (CGA,EGAVGA,etc..), and if it is not one of those,
  51.    will not use the linked in driver.
  52.  
  53. ----------------------------------------------------------------------------
  54. WARNING: The driver does not test to see if the card installed is
  55. actually a VGA card (If it does not detect a SuperVGA card, it treats
  56. the card as a standard VGA), so DO NOT use the driver if you do not have 
  57. a VGA card installed.
  58.  
  59. -------------------------------------------------------------------------
  60. REGISTRATION:
  61.   I have decided to make this first driver available free of charge,
  62. although donations would be greatly appreciated and certainly
  63. expedite the release of future versions. :->
  64.  
  65. Registration fees:
  66.  
  67.     SuperVGA 256             $20
  68.     SuperVGA 16            $20
  69.     Both 16 + 256 color versions:    $30
  70.  
  71. With donations of $20 and up, you will be considered a registered user
  72. and will entitle you to a copy of the source and updates on future releases.
  73.  
  74. Send checks/money/etc to: 
  75.     Jordan Hargrave
  76.     1000 Morewood Ave, Box #3277
  77.     Pittsburgh, PA 15213
  78.  
  79. After May 15, 1991 please send money to:
  80.     Jordan Hargrave
  81.     1615 Burnley Road
  82.     Charlotte, NC 28210
  83.     (704) 553-2332
  84.  
  85. *===============================*===========================================*
  86. | Jordan Powell Hargrave    |   Internet:    jh5y@andrew.cmu.edu        |
  87. | 1000 Morewood Ave, Box #3277  |     Bitnet:    jh5y%andrew.cmu.edu@cmccvb  |
  88. | Pittsburgh, PA 15213        |       UUCP:    uunet!andrew.cmu.edu!jh5y   |
  89. | (412) 268-4493         |    Prodigy:    HXNJ79A                |
  90. |                  | Compuserve:    [72510,1143]            |
  91. *===============================*===========================================*
  92.