tslib

Langue: en

Version: xf86-input-tslib 0.0.4 (ubuntu - 08/07/09)

Section: 4 (Pilotes et protocoles réseau)

NAME

tslib - tslib input driver

SYNOPSIS

 Section "InputDevice"
   Identifier "devname"
   Driver "tslib"
   Option "Device"   "devpath"
   ...
 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.

BASIC CONFIGURATIONS

Most users of this driver will probably be quite happy with the following:
 Section "InputDevice"
   Identifier "tslib"
   Driver "tslib"
   Option "ScreenNumber"  "0"
   Option "Width" "0"
   Option "Height"    "0"
   Option "Rotate"    "NONE"
   Option "TslibDevice"    "/dev/event0"
   ...
 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>