3/10/1995  InteGraphics PCAD 6.0 Drivers

1. Driver Files:
    PVGA800.DRV  - 800x600 16 colors
    PVGA1024.DRV - 1024x768 16 colors
    PVGA1280.DRV - 1280x1024 16 colors

2. To install the drivers:
  1) Copy PVGA800.DRV, PVGA1024.DRV and PVGA1280.DRV to PCAD 6.0 driver
     directory, e.g. if PCAD 6.0 is located in C:\PCAD, then copy
     all the drivers to c:\PCAD\DRV directory.

  2) Modify PCADDRV.SYS (usually located in root directory, e.g. at c:\):
     Use any text editor to change the following two lines:

      PDISPLAY C:\PCAD\DRV\DIBMVGA.REX
      DISPLAY C:\PCAD\DRV\DTEXT.DRV

     to one line below:

      DISPLAY C:\PCAD\DRV\PVGA1024.DRV

     Note: The above change is for 1024x768 resolution and do similar changes
	   for 800x600 or 1280x1024 resolution.
