~ubuntu-branches/ubuntu/trusty/xinput/trusty

« back to all changes in this revision

Viewing changes to man/xinput.man

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Julien Cristau, Chase Douglas, Cyril Brulebois
  • Date: 2012-05-20 13:56:03 UTC
  • mfrom: (0.2.5)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120520135603-5vkihyjg63043kiu
[ Julien Cristau ]
* Change Maintainer to the X Strike Force.
* Add Vcs-* control fields.

[ Chase Douglas ]
* Bump Standards-Version to 3.9.2
* Add build deps on libxrandr-dev and libxinerama-dev
* Bump build deps on libxi and x11proto-input-dev

[ Cyril Brulebois ]
* New upstream release.
* Replace Julien with myself in Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
require a device name.
18
18
.PP
19
19
.TP 8
20
 
.B --list [--short || --long] [\fIdevice\fP]
 
20
.B --list [--short || --long || --name-only || --id-only] [\fIdevice\fP]
21
21
If no argument is given list all the input devices. If an argument is given,
22
22
show all the features of \fIdevice\fP.
23
23
If --long is provided, the output includes detailed information about the
24
24
capabilities of each devices. Otherwise, or if --short is provided, only the
25
25
device names and some minimal information is listed.
 
26
If --name-only is provided, the output is limited to the device names. One
 
27
device name is listed per line. Note that the order the devices are listed
 
28
is undefined.
 
29
If --id-only is provided, the output is limited to the device IDs. One
 
30
device ID is listed per line. Note that the order the devices are listed is
 
31
undefined.
26
32
.PP
27
33
.TP 8
28
34
.B --get-feedbacks \fIdevice\fP
40
46
.TP 8
41
47
.B --set-ptr-feedback \fIdevice\fP \fIthreshold\fP \fInum\fP \fIdenom\fP
42
48
Change the pointer acceleration (or feedback) parameters of \fIdevice\fP.
43
 
The xset(1) man page has more details. For X.Org Server 1.7
 
49
The xset(__appmansuffix__) man page has more details. For X.Org Server 1.7
44
50
and above, there are additional device properties pertaining to pointer
45
51
acceleration. These do not replace, but complement the pointer feedback
46
52
setting.
98
104
and ProximityOut are registered.
99
105
.PP
100
106
.TP 8
101
 
.B --test_xi2
102
 
Register for a number of XI2 events and display them. This option does not
103
 
take a device argument.
 
107
.B --test-xi2 [\fIdevice\fP]
 
108
Register for a number of XI2 events and display them. If a device is given,
 
109
only events on this device are displayed.
104
110
.PP
105
111
.TP 8
106
112
.B --create-master \fIprefix\fP [sendCore] [enable]
133
139
Set the ClientPointer for the client owning \fIwindow\fP to \fImaster\fP.
134
140
\fImaster\fP must specify a master pointer.
135
141
.PP
 
142
.TP 8
 
143
.B --map-to-output \fIdevice\fP \fIcrtc\fP
 
144
Restricts the movements of the absolute \fIdevice\fP to the RandR
 
145
\fIcrtc\fP. The output name must match a currently connected output (see
 
146
\fIxrandr(__appmansuffix__)\fP). If the NVIDIA binary driver is
 
147
detected or RandR 1.2 or later is not available, a Xinerama output may be
 
148
specified as "HEAD-N", with N being the Xinerama screen number. This option
 
149
has no effect on relative devices.
 
150
.PP
 
151
.TP 8
 
152
.B --enable \fIdevice\fP
 
153
Enable the \fIdevice\fP. This call is equivalent to
 
154
.B xinput --set-prop device \fI"Device Enabled"\fP 1
 
155
.PP
 
156
.TP 8
 
157
.B --disable \fIdevice\fP
 
158
Disable the \fIdevice\fP. This call is equivalent to
 
159
.B xinput --set-prop device \fI"Device Enabled"\fP 0
 
160
.PP
136
161
\fIdevice\fP can be the device name as a string or the XID of the
137
162
device.
138
163
.PP
145
170
\fIproperty\fP can be the property as a string or the Atom value.
146
171
.PP
147
172
.SH "SEE ALSO"
148
 
X(__miscmansuffix__), xset(1)
 
173
X(__miscmansuffix__), xset(__appmansuffix__), xrandr(__appmansuffix__)
149
174
.SH COPYRIGHT
150
175
Copyright 1996,1997, Frederic Lepied.
151
176
.PP
 
177
Copyright 2007, Peter Hutterer.
 
178
.PP
152
179
Copyright 2008, Philip Langdale.
 
180
.PP
 
181
Copyright 2009-2011, Red Hat, Inc.
153
182
 
154
183
.SH AUTHORS
155
184
 
156
185
.nf
 
186
Peter Hutterer <peter.hutterer@who-t.net>
157
187
Philip Langdale, <philipl@alumni.utexas.net>
158
188
Frederic Lepied, France <Frederic.Lepied@sugix.frmug.org>
159
 
Peter Hutterer <peter.hutterer@who-t.net>
160
189
Julien Cristau <jcristau@debian.org>
161
190
Thomas Jaeger <ThJaeger@gmail.com>
162
191
and more.