INSTALLATION INSTRUCTION
------------------------

   1. Download the binary tarball and extract its content to some directory (tar xzvf tarballname). Copy the file "lbtouch_drv.o" to the appropriate location ("/usr/X11R6/lib/modules/input").

   2. Insert the lines below to the file /etc/X11/XF86Config-4

      Section "InputDevice"
          Identifier "touchscreen"
          Driver "lbtouch"
          Option "Device" "/dev/psaux"
          Option "DeviceName" "touchscreen"
          Option "MinX" "98"
          Option "MinY" "43"
          Option "MaxX" "940"
          Option "MaxY" "925"
          Option "ReportingMode" "Raw"
          Option "Emulate3Buttons"
          Option "Emulate3Timeout" "50"
          Option "SendCoreEvents"
      EndSection

   3. Add the line below to the file /etc/X11/XF86Config-4 to the section ServerLayout.
      InputDevice "touchscreen" "CorePointer"
      If you want to do the calibration read the file Readme.calibration for further details but the calibration is not neccesary to use the touchscreen.

   4. It is EXTREMELY Important that you don't have two drivers configured which use the same PS2-device (/dev/psaux). You DO NOT need to have an extra mouse-driver for the quick-pointing device which is integrated to the keyboard. It is also handled by the touchscreen-driver. If you want to be sure just delete all mouse-related stuff from your XFree-Configfile (/etc/X11/XF86Config-4).

Advanced Configuration

If you are not confident with the default behaviour of your touchpanel you can configure certain timers which change its behaviour.

Option 	Description 	Default-Value
--------------------------------------
ClickTimer 	This timer starts to run if the screen is touched with the pen. If the pen untouches the screen before the timer expires a "left Mouse click" is produced. 	500 ms
DragTimer 	This timer also starts to run as soon as the screen is touched. If the pen stays within a radius of "MoveLimit" (see below) pixels UNTIL this timer is expired a "mouse press" event is generated. 	300 ms
Emulate3Timeout 	If both buttons are pressed/released before this timer expires a "middle press/release"-event is generated. This timer starts to run as soon as a button is pressed. 	70 ms
MoveLimit 	If the pen moves out of this radius a "mouse-press"-event becomes inpossible. 	12 Pixels

Advanced Example
...(see above)
    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "DragTimer" "0"
    Option "ClickTimer" "0"
    Option "SendCoreEvents"
EndSection

If you find bugs or if you have comment/wishes please send mail to lifebook@conan.de

