1CALCOMP(4) Kernel Interfaces Manual CALCOMP(4)
2
3
4
6 calcomp - Calcomp input driver
7
9 Section "InputDevice"
10 Identifier "idevname"
11 Driver "calcomp"
12 Option "Device" "devpath"
13 ...
14 EndSection
15
17 calcomp is an Xorg input driver for Calcomp devices.
18
19 The calcomp driver functions as a pointer input device, and may be used
20 as the X server's core pointer.
21
23 This driver supports the Calcomp binary format used by the Drawing
24 Board II and III series.
25
27 Please refer to xorg.conf(5x) for general configuration details and for
28 options that can be used with all input drivers. This section only
29 covers configuration details specific to this driver.
30
31 Both the 3 button stylus and the 4- or 16 button lens cursors can be
32 used without changing the configuration file. Support for pressure sen‐
33 sitivity has not been tested, so the solid-tip stylus will probably not
34 work.
35
36 This device supports the following entries:
37
38 Option "Device" "path"
39 sets the path to the special file which represents the
40 serial line where the tablet is plugged. This option is
41 mandatory.
42
43 Option "Cursor" "Stylus"|"Puck"
44 this option is supported for backward compatibility only,
45 but it should not be necessary.
46
47 Option "DeviceName" "name"
48 sets the name of the X device. Some user-space programs may
49 require a fixed name, e.g. TABLET, to recognize the digi‐
50 tizer.
51
52 Option "Mode" "Relative"|"Absolute"
53 sets the mode of the device. Currently only Absolute mode
54 is supported.
55
56 Option "Pressure" "on"
57 enables pressure reporting if your tablet supports it. This
58 option is untested and may not work.
59
60 Option "AlwaysCore" "on"
61 enables the sharing of the core pointer. When this feature
62 is enabled, the device will take control of the core
63 pointer (and thus will emit core events) and at the same
64 time will be able, when asked so, to report extended
65 events.
66
67 Option "MinX" "number"
68 X coordinate of the bottom left corner of the active zone.
69
70 Option "MinY" "number"
71 Y coordinate of the bottom left corner of the active zone.
72
73 Option "MaxX" "Inumber"
74 X coordinate of the top right corner of the active zone.
75
76 Option "MaxY" "number"
77 Y coordinate of the top right corner of the active zone.
78
79 Option "DebugLevel" number
80 sets the level of debugging info reported.
81
82
83 SEE ALSO
84 Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7).
85
87 Martin Kroeker <mk@daveg.com>
88
89
90
91X Version 11 xf86-input-calcomp 1.1.0 CALCOMP(4)