|
/usr/local/bin
). To start the driver, type:
tabby PORT
PORT
is the path to the serial port (e.g.
"/dev/ttyS0
" or "/dev/ttyUSB0
").
make
". You will need gcc and X11
headers (including those for the Xtest extension). You can edit the Makefile
if you need to change the compiler or header locations. You may also need to
specify your X11 header location by adding, for example, "-I/usr/X11R6/include
"
to the compiler commandline.
PROX_BUF_SIZE |
The size of the ring buffer. Must be a multiple of 2
because each set of data contains 2 proximity readings.
A large sized ring buffer provides greater the accuracy at
a cost of reduced responsiveness. Too low a value can lead
to false stylus up and stylus down events. The default value is 32 |
PROX_DOWN |
The proximity level (between 0 and 7) at which the stylus is
considered to be down. Values between 4 and 4.5 are sensible The default value is 4.3 |
PROX_UP |
The proximity level (between 0 and 7) at which the stylus is
considered to be up. Values between 3 and 4 are sensible The default value is 4.0 |
MIN_DISTANCE |
Motions of less than this distance will be ignored.
The distance is the length of the motion vector measured in
pixels. For example, a move of 3 pixels to the right and 4
up would have a distance of 5 The default value is 2.5 |
MAX_DISTANCE |
Motions of greater than this distance will be ignored.
Again, the distance is the length of the motion vector
measured in pixels. This parameter should be set higher than
the largest motion seen in normal usage. If it is set too
low then the pointer will stop tracking the stylus when it is
moved quickly. The default value is 50 |
stty -F PORT raw 9600
PORT
is the path to the serial port (e.g. "/dev/ttyS0
" or "/dev/ttyUSB0
").
Free Software Foundation, Inc. 59 Temple Place Suite 330 Boston, MA 02111-1307, USA. |