pacebook(4)
NAME
pacebook - PaceBook input driver
SYNOPSIS
Section "InputDevice" Identifier "idevname" Driver "pacebook" Option "Device" "devpath" Option "horizontalMax" "INTEGER" Option "horizontalMin" "INTEGER" Option "verticalMax" "INTEGER" Option "verticalMin" "INTEGER" Option "Rotation" "[0|90|270]" Option "PDAMode" "[BOOLEAN]" Option "ButtonNumber2" "2|3" Option "ButtonNuber2Timeout" "[INTEGER]" ... EndSection
DESCRIPTION
pacebook is an XFree86 input driver for PaceBook
devices...
The pacebook driver functions as a pointer input device,
and may be used as the X server's core pointer.
SUPPORTED HARDWARE
PaceBlade Pacebook: PB5600-PenPc, PB5800-TabletPc
CONFIGURATION DETAILS
Please refer to XF86Config(5x) 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.
This driver is calibrated through the Options "horizontal
Max", "horizontalMin", "verticalMin", "verticalMax".
Please note that the horizontal and vertical variables are
independent of screen rotation and the horizontal settings
are for the long side of the touch-screen.
This driver also supports Rotation, which is configured
through the "Rotation",
Option which can be either: "0" for no rotation (defualt)
; "90" for 90° rotation ; "270" for 270° rotation. Please
note that this means that when you change the settings for
the display Device to rotate the screen you have to change
the related rotating setting as described above.
This driver also supports a so called PDAMode, where a
alternative ButtonPress is invoked when you press and hold
the touchscreen for a adjustble amount of time.
This feature is enabled through "PDAMode" "ON" and its
behavior can be configured with "ButtonNumber2" "[set 2
for middle mouse and 3 for right mouse button]" and "But
tonNumber2Timeout" "[INTERGER]" where integer is in mil
lisecounds. The defaults are set to right mouse button and
1400 milliseconds.
SEE ALSO
XFree86(1), XF86Config(5x), xf86config(1), Xserver(1),
X(7).
AUTHORS
- Robert Woerle <robert@paceblade.com>
Thomas Zander <zander@kde.org>