*************************************************************************
* The Touchscreen install package structure is as follows:          *
*	irtouch.bin.tar.gz      Touchscreen install package             *
*	setup_For_Ubuntu.sh	    install run script in ubuntu            *
*	setup.sh                install run script in no ubuntu         *
*	readme                  install dcoument                        *
*************************************************************************

#################################################################
#                                                               #
#                    Touch Screen auto install                  #
#                                                               #
#################################################################
Note: You must login as root if you want to operate driver.

1. run "./setup_For_Ubuntu.sh" in ubuntu system;

2. run "./setup.sh" in no ubuntu system;

3. if display "Please reboot the system" on screen, it is installing successfully

4. Plug in touch screen and reboot computer. 


#################################################################
#                                                               #
#                    Touch Screen manual install                #
#                                                               #
#################################################################
Note: You must login as root if you want to operate driver.

1. unzip irtouch.bin.tar.gz install package;

2. create irtouch dirertory in /usr/local;

3. Copy all file in irtouch to "/usr/local/irtouch" directory;

4. run "X -version", display "X.Org X Server x.xx.x" on screen, if x.xx is 1.3.x, Copy "/x13/irtouch_drv.*o" file to "/usr/lib/xorg/modules/input" or "/usr/X11R6/lib/modules/input" directory, if x.xx is 1.10.x, Copy "/x110/irtouch_drv.*o" file to "/usr/lib/xorg/modules/input" or "/usr/X11R6/lib/modules/input" directory;

5. (Only Fedora 6)Run command: chcon -t texrel_shlib_t /usr/lib/xorg/modules/input/irtouch_drv.*o;

6. copy "irtouch.conf" file to "/etc/irtouch" directory;

7. Add one line to "/etc/rc.local" or "/etc/rc.d/rc.local" or "/etc/boot.local":
   "/usr/local/irtouch/irtouch.init start &"

8. Setup the "/etc/X11/xorg.conf" or "/etc/X11/XF86Config" as fllows:
	a). Add one line to "Section ServerLayout":
		InputDevice "irtouch" "SendCoreEvents"

	b). Add one section InputDevice as follows:
		Section "InputDevice"
			Identifier 	"irtouch"
			Driver		"irtouch"
			Option		"ScreenNo" "0"
			Option		"SendCoreEvents"
			Option		"MinX" "0"
			Option		"MinY" "0"
			Option		"MaxX" "4095"
			Option		"MaxY" "4095"
			Option		"SwapXY" "0"
		EndSection

9. if have not "/etc/X11/xorg.conf" or "/etc/X11/XF86Config" file, please run "X -configure :1" generating xorg.conf.new file in "/root";

10. run "mv /root/xorg.conf.new /etc/X11/xorg.conf";

11. Plug in touch screen and reboot computer.


#################################################################
#                                                               #
#                    install file directory                    #
#                                                               #
#################################################################

1. all install file in "/usr/local/irtouch" directory;

2. touch screen config file in "/etc/irtouch";

3. calibrated create file in "/etc/irtouch";

4. if modify touch screen config, please read "readme" file in "/usr/local/irtouch";


If you encounter any problem, please don't hesitate to let me know!
*****************************************************************
*	Beijing IRTOUCH SYSTEMS Co.,Ltd 			*
*								*
*	4th Floor, M8 Building B,				*
*	No.1 East Jiuxianqiao Road,				*
*	Chaoyang District, Beijing 100016, P.R.China.		*
*								*
*	TEL: +86-10-84573471/72/73				*
*	FAX: +86-10-84573469					*
*								*
*								*
*	Http://www.irtouch.com					*
*****************************************************************
