~ubuntu-branches/ubuntu/utopic/xf86-input-wacom/utopic-proposed

« back to all changes in this revision

Viewing changes to man/wacom.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-05-25 09:58:54 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110525095854-8xknbpmri00rkpjd
Tags: 1:0.11.0-0ubuntu1
* New upstream version.
  - remove patches 101 and 102, included upstream.
* Add 100_enable_waltop.diff
  - Autoload wacom for Waltop devices (LP: #300067)
* Switch to dh:
  - Bump debhelper build-dep, add dh-autoreconf build-dep.
  - Bump compat to 8.
  - Rework debian/rules.
  - Remove xsfbs.
  - Remove autogenerated files.
  - Add xserver-xorg-input-wacom.install.
* Add libudev-dev to build-deps.
* Bump Standards version to 3.9.1 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.ds q \N'34'
2
2
.TH WACOM __drivermansuffix__ __vendorversion__
3
3
.SH NAME
4
 
wacom \- Wacom input driver
 
4
__drivername__ \- Wacom input driver
5
5
.SH SYNOPSIS
6
6
.nf
7
7
.B "Section \*qInputDevice\*q"
17
17
.PP
18
18
The
19
19
.B wacom
20
 
driver functions as a pointer input device, and may be used as the
21
 
X server's core pointer.
 
20
driver functions as a pointer input device.
22
21
.SH SUPPORTED HARDWARE
23
22
This driver supports the Wacom IV and Wacom V protocols. Serial tablets only 
24
 
need this driver.  USB tablet support is available on some Linux platforms. 
25
 
USB tablets needs wacom kernel driver being loaded before this driver starts.  
26
 
Please check linuxwacom.sf.net for latest updates of Wacom X and kernel drivers.
 
23
need this driver.  USB tablet support is available on some Linux platforms
 
24
and requires the wacom kernel driver being loaded before this driver starts.
 
25
Please check http://linuxwacom.sf.net for latest updates of Wacom X and
 
26
kernel drivers.
 
27
.SH DRIVER-INTERNAL DEVICE HOTPLUGGING
 
28
When input device hotplugging in the X server is enabled and no
 
29
.B InputDevice
 
30
section exists for a compatible tablet device and an
 
31
.B InputClass
 
32
section (see xorg.conf.d(5x)) assigns this driver for the device, the
 
33
.B wacom
 
34
driver creates multiple X devices for each a physical device, one X device
 
35
for each available tool. The list of tools is hardware-dependent. See
 
36
.B Option "Type"
 
37
as outlined in the
 
38
.B CONFIGURATION DETAILS
 
39
section.
 
40
.PP
 
41
These tool-specific devices are referred to as parent device and dependent
 
42
device.  The parent device is the one presented by the system and the one
 
43
that causes the X server to load the
 
44
.B wacom
 
45
driver. This parent device then causes the automatic addition of several
 
46
dependent devices. If the parent device is unplugged or otherwise removed,
 
47
the dependent devices will be automatically removed as well.
 
48
.PP
 
49
Dependent devices may be assigned tool-specific options through additional
 
50
.B InputClass
 
51
sections. We recommend that a
 
52
.B MatchDriver "wacom"
 
53
line is used in these sections in addition to the user-specific pattern.
27
54
.SH CONFIGURATION DETAILS
28
 
Please refer to xorg.conf(5x) for general configuration
 
55
Please refer to xorg.conf(5x) or xorg.conf.d(5x) for general configuration
29
56
details and for options that can be used with all input drivers.  This
30
57
section only covers configuration details specific to this driver.
31
58
.PP
32
 
Multiple instances of the Wacom devices can cohabit. It can be useful
33
 
to define multiple devices with different active zones. Each device
 
59
Multiple instances of the Wacom devices can cohabit. Each device
34
60
supports the following entries:
35
61
.RS 8
36
62
.TP 4
138
164
.B Option \fI"Rotate"\fP \fI"CW"|"CCW"|"HALF"|"NONE"\fP
139
165
rotates the tablet orientation counterclockwise (CCW) or clockwise (CW) or 180 degrees (HALF). 
140
166
If you have specific tablet mappings, i.e. TopX/Y or BottomX/Y were set, the mapping will be 
141
 
applied before rotation. The default is "NONE".
 
167
applied before rotation. Rotation must be applied to the parent device
 
168
(usually the stylus), rotation settings on hotplugged devices will be
 
169
ignored. The default is "NONE".
142
170
.TP 4
143
171
.B Option \fI"PressCurve"\fP \fI"x1,y1,x2,y2"\fP
144
172
sets pressure curve by control points x1, y1, x2, and y2.  Their values are in range 
151
179
slightly raised curve (softer) might be "0,5,95,100".
152
180
The pressure curve is only applicable to devices of type stylus or eraser,
153
181
other devices do not honor this setting.
154
 
 
155
 
.TP 4
156
 
.B Option \fI"KeepShape"\fP \fI"on"|"off"\fP
157
 
When this option is enabled, the active zone  begins according to TopX
158
 
and TopY.  The bottom corner is adjusted to keep the ratio width/height
159
 
of the active zone the same as the screen while maximizing the area
160
 
described by TopX, TopY, BottomX, BottomY.
161
182
.TP 4
162
183
.B Option \fI"DebugLevel"\fP \fI"number"\fP
163
184
sets the level of debugging info for tool-specific messages.  There are 12
191
212
The default is 27.
192
213
.RE
193
214
.SH "SEE ALSO"
194
 
Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7).
 
215
Xorg(1x), xorg.conf(5x), xorg.conf.d(5x), xorgconfig(1x), Xserver(1x), X(7).
195
216
.SH AUTHORS
196
217
Frederic Lepied <lepied@xfree86.org>,
197
218
Ping Cheng <pingc@wacom.com>,