=====================================================================                  

                 Keetouch USB Touchscreen Linux Driver
       
         Installation/Calibration/Uninstallation Instructions 

---------------------------------------------------------------------                      
                  For Ubuntu 10.04       Version 2.10
====================================================================    


Important:
==========
a.) Must have administrator access rights on the Linux machine to install the KeeTouch USB Driver. 
 
b.) Ensure all earlier KeeTouch USB drivers are uninstalled from the system.

c.) Make a configure for xorg.

    Ctrl+Alt+F2,Input yours login and pass;

    $ sudo -i

    pass

    $stop gdm

    $ Xorg-configure

    Move "/root/xorg.conf.new" to "/etc/X11/xorg.conf"
	
	e.g.
	
	sudo cp /root/xorg.conf.new /etc/X11/xorg.conf

  
    

1)Installation
  A) Open a terminal window.

  B) Run the install shell.
      e.g.
        ./install.sh

  C) Reboot the PC.

  D) Calibration(Visual Effects must be None)
     e.g.
       /etc/ktusb/KTcalibrate

     then enable the driver in file '/etc/X11/xorg.conf'(delete the char '#' in Section "ServerLayout" before 'InputDevice	"kt" "SendCoreEvents"').

     Note:In the later application,please disable the driver in the file "/etc/X11/xorg.conf" and reboot X before re-calibrate.Then reboot X after enabling the driver in the file "/etc/X11/xorg.conf".

  E) Reset the X-window,or login X-window.
     Now, the installation is complete.

2)Uninstallation
  e.g.
    /etc/ktusb/uninstall.sh
	
