tslib

Langue: en

Version: xf86-input-tslib 0.0.4 (ubuntu - 24/10/10)

Section: 4 (Pilotes et protocoles réseau)

NAME

tslib - tslib input driver

SYNOPSIS

 Section "InputDevice"
   Identifier "tslib"
   Driver "tslib"
   Option "Device"   "/dev/event0"
   ...
 EndSection
 

DESCRIPTION

tslib is an tslib Xorg input driver. It supports touchscreen devices.

CONFIGURATION DETAILS

Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver.

Hal is now supported and allows the touchscreen to operate correctly without any need to change "/etc/X11/xorg.conf".

BASIC CONFIGURATIONS

If hal is not available, the following defaults may be sufficient:
 Section "InputDevice"
   Identifier "tslib"
   Driver "tslib"
   Option "Device"    "/dev/event0"
   Option "ScreenNumber"  "0"
   Option "Width" "0"
   Option "Height"    "0"
   Option "Rotate"    "NONE"
   Option "EmulateRightButton"    "0"
   ...
 EndSection
 
 

SEE ALSO

Xorg(1), xorg.conf(5), xorgconfig(1), Xserver(1), X(7).

AUTHORS

Sascha Hauer <s.hauer@pengutronix.de> Clement Chauplannaz, Thales e-Transactions <chauplac@gmail.com> Michael Olbrich <m.olbrich@pengutronix.de>