               GTOUCH Touch screen driver for Linux X Window v1.1
                               Installation guide

1. Please use root account to install and calibrate touch screen driver.
   Will have error if use general user account to install and calibrate touch screen driver.
   Please make /etc/etandt directory for save some initial file for touch screen.

2. Add strings to etc/XF86Config. (let X Window load the driver)
   2.a. Find "module" section, add: Load "xf86kt.so"
        Ex: Section "Module"
                Load "xf86kt.so"
            EndSection

   2.b. Find "ServerFlags" section, add: AllowMouseOpenFail
        Ex: Section "ServerFlags"
                AllowMouseOpenFail
            EndSection

   2.c. Find "XInput" section, and add strings as Ex.
        Ex: Section "XInput"
                SubSection "ETANDT"
                        Port "/dev/ttyS1"
                        DeviceName "GTOUCH"
                        Mode Absolute
                        AlwaysCore
                EndSubSection
            EndSection

   *note: If Touch screen connect at com1 please change: Port "/dev/ttyS0"

3. tscpl is a calibration program for GTOUCH touch screen.

4. swap is a program for swap button definition when touch the panel.

5. Copy driver files to harddrive.
   Please check "Files" section in etc/XF86Config file.
   Find ModulePath line:
   5.1. If not found or had remarked by ";" at front of line:
        Copy xf86kt.so file from floppy to /usr/X11/lib/modules
   5.2. If found:
        Copy xf86kt.so file from floppy to Path defined by ModulePath.

6. Copy tscpl & swap program files to hard drive.
   Please create a directory and copy tscpl & swap program from floppy.

*note: 1. Please notice for Uppercase and Lowercase of character
       2. If still have problem with driver installation, Please
          type run X window with:
               startx &> startx.out
          This will create startx.out with some debug information on it,
          And please send back to us for fix the problem.
       3. Compatible with RedHat Linux 6.1, 7.0 under XFree86 v3.3.6.
