home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / matrox / vgaos2 / read.me next >
Text File  |  1995-08-02  |  3KB  |  81 lines

  1. README.TXT                  MATROX GRAPHICS INC                 July 18, 1995
  2.  
  3.  
  4.                       The MGI OS/2 VGA Display Driver
  5.  
  6. This diskette contains:
  7.  
  8.    README.TXT      This file
  9.    IBMVGA32.DLL    OS/2 VGA driver
  10.    IBMDEV32.DLL    OS/2 VGA driver
  11.    TRITON.EXE      TRITON chipset "sniffer"
  12.  
  13. Background
  14. ----------
  15.  
  16. "TRITON" is a new INTEL PCI chipset that you may have on your Pentium PCI
  17. motherboard.
  18.  
  19. It has been verified that on TRITON-based systems the OS/2 VGA display 
  20. driver may not work with Matrox MGA Ultima and Impression boards.
  21.  
  22. Generally, the problem will only show up if you have a sound card playing 
  23. ".wav" files from OS/2. 
  24.  
  25. The Matrox Drivers will NOT exhibit this problem, but since installation
  26. of our driver is done from VGA, you will not be able to complete the
  27. installation. To avoid this problem, you will have to either:
  28.  
  29.    - disable sound during MGA software installation,
  30.      or
  31.    - install the special VGA driver included in this diskette.
  32.  
  33. Since it is an easier and better fix, we recommend you install our VGA
  34. driver.
  35.  
  36. TRITON Sniffer
  37. --------------
  38.  
  39. If you experience hanging OS/2 on start-up with the IBM VGA driver, 
  40. you should first verify if you have a TRITON chipset. To do so:
  41.  
  42.    - reboot your system in DOS
  43.    - insert this diskette
  44.    - change to the diskette drive and type: TRITON
  45.  
  46. If a TRITON chip is detected, the program will say so and you will have to
  47. take corrective action as explained above.
  48.  
  49. VGA Driver
  50. ----------
  51.  
  52. To install our VGA driver, type the following commands from DOS with the 
  53. floppy in drive A:
  54.  
  55.    CD \OS2\DLL
  56.    REN IBMVGA32.DLL IBMVGA32.BAK
  57.    REN IBMDEV32.DLL IBMDEV32.BAK
  58.    COPY A:IBMVGA32.DLL
  59.    COPY A:IBMDEV32.DLL
  60.    
  61. You can now restart OS/2.
  62.  
  63. Note: This procedure assumes that you have installed OS/2 in the default
  64. "OS/2" directory.
  65.  
  66. This will solve the problem associated with the Triton chip set. If at a later 
  67. time, you replace your MGA card with another VGA card you can still use the 
  68. Matrox VGA driver to run OS/2 in VGA mode. If you experience any problems 
  69. however, you should reinstall the original IBM VGA driver by typing the 
  70. following commands from DOS:
  71.  
  72.    CD \OS2\DLL
  73.    DEL IBMVGA32.DLL
  74.    DEL IBMDEV32.DLL
  75.    REN IBMVGA32.BAK IBMVGA32.DLL
  76.    REN IBMDEV32.BAK IBMDEV32.DLL
  77.  
  78. If this procedure does not restore the original VGA driver properly and you 
  79. still experience problems with the other VGA card, reinstall OS/2 VGA drivers 
  80. using the IBM DSPINSTL utility.
  81.