The following AVGA2 PCAD files can be found in the \PCAD directory:

File		Description
-----------------------------------------

README		This file
D800.DRV	800x600 16 color driver
D1024.DRV	1024x768 16 color driver


Installation of the AVGA2 PCAD driver:
-------------------------------------

1.  If you have not already done so, install PCAD in your computer system
using the IBM VGA 640x480x16 resolution.

2.  PCAD then creates the file PCADDRV.SYS.  This file contains the system,
comport, input, and display parameters set initially by the PCAD setup/install
program.  You will need to modify the PCADDRV.SYS file with a text editor.
If PCAD was set for the IBM VGA 640x480x16 resolution, the display
parameter should show the following example:

    DISPLAY C:\PCAD\DRV\DIBMVGA.DRV

Replace DIBMVGA.DRV with D800.DRV, for example:

    DISPLAY C:\PCAD\DRV\D800.DRV

Or if you want to preserve the original parameters, you can add a semicolon
(;) in front of the display parameter.	The following example can be included
in the PCADDRV.SYS file:

    ;DISPLAY C:\PCAD\DRV\DIBMVGA.DRV
    DISPLAY C:\PCAD\DRV\D800.DRV

3.  Run PCAD and the screen resolution will now be in 800x600 16 colors.

4.  For more information on configuring your display driver, please refer to
PCAD's Installation Guide in the section "Creating a Loadable Driver Reference
File" to install display drivers for PCAD.

