home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / max800.zip / README.1ST next >
Text File  |  1990-06-05  |  3KB  |  89 lines

  1. FILE: README.1ST
  2. DATE: June 6,1990
  3.  
  4. ===================================================================
  5.  
  6. INTRODUCTION
  7.  
  8. Recently someone was kind enough to post a "generic" 800x600x16 driver
  9. that works with the Trident Chip set.  Since the Maxon MVGA card is based
  10. on this chip, I was able get this driver to work with a 386 by following
  11. the instructions listed below.  I have not tested this driver on a 286
  12. machine, but there is no reason why it should not work with this model also.
  13.  
  14. This document contains instructions on how to install the unofficial
  15. 800X600 16 color driver for MS Windows 3.0. The files required are:
  16.  
  17.               README.1ST          - this file
  18.               SV800.DRV           - 800X600 /16 video driver
  19.               VDDVGA.386          - customized virtual display device
  20.  
  21. REQUIREMENTS
  22.  
  23. The following items are required in order to make use of the 
  24. driver:
  25.  
  26.   -  A 286, 386 or 486 system compatible with Windows 3.0
  27.   -  A copy of MS Windows 3.0
  28.   -  A Maxxon MVGA16 or other Trident chip based video adapter.
  29.   -  A suitable analog monitor capable of 800X600 resolution.
  30.  
  31. INSTALLATION INSTRUCTIONS
  32.  
  33.      286 SYSTEMS
  34.  
  35.      1) Configure your video adapter for VGA color mode and
  36.         for the correct monitor.
  37.  
  38.      2) Install Windows 3.0 according to the Windows instructions.
  39.         Select VGA for the video adapter.
  40.  
  41.      3) Copy the file SV800.DRV into the SYSTEM sub-directory
  42.         of your Windows directory.
  43.  
  44.      
  45.      4) Edit the text file SYSTEM.INI in the Windows directory.
  46.         Change the line under heading [boot]:
  47.  
  48.               from: DISPLAY.DRV=VGA.DRV
  49.  
  50.               to:   DISPLAY.DRV=SV800.DRV
  51.  
  52.       You can use the NOTEPAD accessory in Windows or any DOS
  53.       text editor.
  54.  
  55.  
  56.  
  57.      386 or 486 SYSTEMS
  58.  
  59.      Installation of the driver for 386 systems is identical to 
  60.      286 systems except for the following additional steps:
  61.  
  62.      6)  Copy the file VDDVGA.386 into the SYSTEM sub-directory of
  63.          your Windows directory.
  64.  
  65.      7)  While editing SYSTEM.INI, change the line under the
  66.          heading [386Enh]:
  67.  
  68.               from: DISPLAY=*VDDVGA
  69.  
  70.               to:   DISPLAY=VDDVGA.386
  71.  
  72.  
  73. LASTLY,
  74.  
  75. Edit the WIN.INI file and add the following at the top of the file
  76. to set the extended VGA mode to 5Bh:
  77.  
  78. [display]
  79. mode800x600x4=91
  80.  
  81.  
  82. It is reported that Trident will shortly be releasing their own version of
  83. a Windows 3.0 driver.  In the meantime this one will get you started in the
  84. higher resolution mode of 800x600x16.
  85.  
  86. =END=
  87.  
  88.  
  89.