1TS_TEST_MT(1) tslib TS_TEST_MT(1)
2
3
4
6 ts_test_mt - A basic multitouch test program for tslib.
7
8
10 ts_test_mt [OPTION]
11
12
14 ts_test_mt is used to test tslib using ts_read_mt() , see ts_read_mt
15 (3). It can be used for single and multi touch devices and lets you
16 test the input behaviour with tslib's filters applied. Two modes are
17 offered by buttons on the display:
18
19 In Drag mode, one crosshair for each concurrently made touch contact is
20 drawn to the framebuffer display.
21
22 In Draw mode, lines are drawed for each touch contact.
23
24
25
26 -r, --rotate [value]
27
28 Rotate the screen. value is 0 for 0 degree, 1 for 90 degrees (CW),
29 2 for 180 degrees (upside down) and 3 for 270 degrees (CCW).
30
31
32
33 -v, --verbose
34
35 Print the input samples' values to the console.
36
37
38
39 -j, --slots
40
41 Override the number of concurrent touch contacts to allocate.
42
43
44 -i, --idev
45
46 Explicitly choose the original input event device for tslib to use.
47 Default: the environment variable TSLIB_TSDEVICE's value.
48
49
50 -n, --samples
51
52 Automatically exit after having read n samples.
53
54
55 -a, --altcross
56
57 Show an alternative crosshair symbol at the touch points.
58
59
60
62 ts.conf (5), ts_calibrate (1), ts_uinput (1), ts_test (1)
63
64
65
66 TS_TEST_MT(1)