home

TC1000 Pen/Digitizer Driver

Driver here (version 1.1) (version 1.0)

Name

tc1k - TC1000 input driver

Synopsis

Section "InputDevice"
  Identifier "idevname"
  Driver "tc1k"
  Option "Device"   "devpath"
  ...
EndSection

Description

tc1k is an XFree86 input driver for the FinePoint Innovations digitizer on the Compaq Tablet PC TC1000.

The tc1k driver functions as an xinput device and may also be the core pointer so that it may be used as the primary mouse.

Configuration Details

Option "Device" "path"
sets serial device used to communcate with the digitizer. This defaults to /dev/ttyS0
Option "ScreenNo" "Snumber"
sets screen the pen is used on
Option "MinimumXPosition" "number"
Sets the smallest coordinate still on the screen. Default 0
Option "MaximumXPosition" "number"
Sets the largest coordinate still on the screen. Default 4100.
Option "MinimumYPosition" "number"
Sets the smallest coordinate still on the screen. Default 0
Option "MaximumYPosition" "number"
Sets the largest coordinate still on the screen. Default 4100.
Option "InvertX" "on"
Change direction in the X-axis. Default off.
Option "InvertY" "on"
Change direction in the Y-axis. Default off.
Option "SwapXY" "on"
Swap X&Y for portrait mode. Default off.
Option "Rotate" "CW|CCW"
Swap X&Y to support a clockwise(CW) or counter-clockwise(CCW) rotation of the screen. Default none.
Option "NeedBothForBtn2" "off"
Require/don't require both buttons be pushed to generate a mouse button 2 event. When on, this acts like the Windows driver. Default on.
Option "KeyEvent" "off"
When on, Xinput keypress events are sent when the "pen buttons" on the margin of the screen are clicked/right clicked. When off, mouse button events for buttons 6-11 are sent. Default on.

Copyright 2003 Michael Rolig

Valid HTML 4.01!