stylus is contained in the tarball for this task.
| Option | Description | Default-Value |
|---|---|---|
| TapTimer | This timer starts when the state ENTER_MAYBE_TAPPED is entered. When this timer expires a tap-event is issued and the state changes to UNTOUCHED. | 90 ms |
| LongTouchTimer | This timer is always started when the state TOUCHED is entered. When the timer expires before you untouch the screen again the state moves to LONGTOUCHED and on entering that state a longtouch-event is issued. If the screen was tapped and after that touched again aproximately at the same location (+- MoveLimit) a ONEANDAHALF-Event is issued. In this case the screen has also to be touched for LongTouchTimer milli-seconds. | 160 ms |
| MoveLimit | If the pen moves out of this radius a "mouse-press"-event becomes impossible. Currently the move-limit is related to the RAW coordinates sent by the touchscreen-device. | 180 |
| Rotate | There are two valid values:CW -- Rotate the screen clockwiseCCW -- Rotate the screen counter-clockwise
Everything else will be treated as "no rotation".
|
no rotation |
| SwapX | When set to 1 the X-axis is swapped. This option is applied BEFORE the rotation-option. | false -- no swapping |
| SwapY | When set to 1 the Y-axis is swapped. This option is applied BEFORE the rotation-option. | false -- no swapping |
| Precompiled driver for X V0.6.5 | fujitouch-0.6.5.tar.gz |
| Precompiled driver for X V0.6.4 | fujitouch-0.6.4.tar.gz |
| Precompiled driver for X V0.6.3 | fujitouch-0.6.3.tar.gz |
| Precompiled driver for X V0.6.2 | fujitouch-0.6.2.tar.gz> |
| X driver sources V0.6.5 | xf86-input-fujitouch-0.6.5.tar.bz2 |
| X driver sources V0.6.4 | xf86-input-fujitouch-0.6.4.tar.bz2 |
| X driver sources V0.6.3 | fujitouch-0.6.3-src.tar.gz |
| X driver sources V0.6.2 | fujitouch-0.6.2-src.tar.gz |