aiptek (4) Linux Manual Page
aiptek – Aiptek USB Digital Tablet Input Driver for Linux
Synopsis
Section N'34'InputDeviceN'34'Identifier N'34'idevnameN'34'Driver N'34'aiptekN'34'Option N'34'DeviceN'34' N'34'devpathN'34'... EndSection
Description
aiptek is an Xorg input driver for Aiptek HyperPen USB-based tablet devices. This driver only supports the USB protocol, and only under Linux; for RS-232C-based HyperPens, please see the "hyperpen" driver.
The aiptek driver functions as a pointer input device, and may be used as the X server’s core pointer.
Supported Hardware
This driver supports the Aiptek HyperPen 4000U, 5000U, 6000U, 8000U and 12000U USB-based input tablet on some Linux platforms.
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.
Multiple instances of the Aiptek devices can cohabit. It can be useful to define multiple devices with different active zones. Each device supports the following entries:
-
OptionType stylus|eraser|cursor- sets the type of tool the device represent. This option is mandatory.
OptionDevice path- sets the path to the special file which represents serial line where the tablet is plugged. You have to specify it for each subsection with the same value if you want to have multiple devices with the same tablet. This option is mandatory.
OptionUSB on- specifies that you are using the USB bus to communicate with your tablet. This setting is mandatory, as USB is the only protocol supported by this driver.
OptionDeviceName name- sets the name of the X device.
OptionMode Relative|Absolute- sets the mode of the device.
OptionHistorySize number- sets the motion history size. By default the value is zero.
OptionAlwaysCore on- enables the sharing of the core pointer. When this feature is enabled, the device will take control of the core pointer (and thus will emit core events) and at the same time will be able, when asked so, to report extended events. You can use the last available integer feedback to control this feature. When the value of the feedback is zero, the feature is disabled. The feature is enabled for any other value.
OptionXTop number- First of three sets of parameters to set the active zone. This sets the X coordinate of the top corner of the active zone. "TopX" is a synonym.
OptionYTop number- First of three sets of parameters to set the active zone. This sets the Y coordinate of the top corner of the active zone. "TopY" is a synonym.
OptionXBottom Inumber- First of three sets of parameters to set the active zone. This sets the X coordinate of the bottom corner of the active zone. "BottomX" is a synonym.
OptionYBottom number- First of three sets of parameters to set the active zone. This sets the Y coordinate of the bottom corner of the active zone. "BottomY" is a synonym.
OptionXMax number- Second of three sets of parameters to set the active zone. This sets the the X coordinate of the bottom corner of the active zone. The Top X corner’s coordinate is fixed at 0. "MaxX" is a synonym.
OptionYMax number- Second of three sets of parameters to set the active zone. This sets the the Y coordinate of the bottom corner of the active zone. The Top Y corner’s coordinate is fixed at 0. "MaxY" is a synonym.
OptionXOffset number- Third of three sets of parameters to set the active zone. This sets the X coordinate of the top corner of the active zone. "OffsetX" is a synonym.
OptionYOffset number- Third of three sets of parameters to set the active zone. This sets the Y coordinate of the top corner of the active zone. "OffsetY" is a synonym.
OptionXSize number- Third of three sets of parameters to set the active zone. This sets the X coordinate of the bottom corner of the active zone. Unlike others, this parameter is expressed in relative coordinates from the "XOffset" parameter. "XSize" is a synonym.
OptionYSize number- Third of three sets of parameters to set the active zone. This sets the Y coordinate of the bottom corner of the active zone. Unlike others, this parameter is expressed in relative coordinates from the "YOffset" parameter. "YSize" is a synonym.
OptionZMin number- Minimum pressure reading that will be accepted from the Stylus tool. "MinZ" is a synonym.
OptionZMax number- Maximum pressure reading that will be accepted from the Stylus tool. "MaxZ" is a synonym.
OptionXThreshold number- Minimal change in X coordinate position that will be accepted as data input. "ThresholdX" is a synonym.
OptionYThreshold number- Minimal change in Y coordinate position that will be accepted as data input. "ThresholdY" is a synonym.
OptionZThreshold number- Minimal change in pressure reading that will be accepted as data input. "ThresholdZ" is a synonym.
OptionInvX on- Inverts X coordinate reports. "XInv" is a synonym.
OptionInvY on- Inverts Y coordinate reports. "YInv" is a synonym.
OptionPressure soft|hard|linear- Pressure reports either delivered in linearly incremental values (default), or perturbed by one of two log-linear algorithms ("soft" or "hard".)
OptionKeepShape on- When this option is enabled, the active zone begins according to TopX and TopY. The bottom corner is adjusted to keep the ratio width/height of the active zone the same as the screen while maximizing the area described by the active area set of parameters, XTop/YTop/XBottom/YBottom, XMax/YMax, or XOffset/YOffset/XSize/YSize.
OptionDebugLevel number- sets the level of debugging info reported.
This driver is currently Linux specific.
See Also
Xorg(1), xorg.conf(5), Xserver(1), X(7), hyperpen(4).
Authors
Bryan W. Headley <bheadley [at] earthlink.net>
Project Page
http://aiptektablet.sourceforge.net tracks ongoing development of this driver, the Linux kernel driver, and a GUI front-end application that works in concert with the above.
