~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: (1.1.9) (4.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120520135603-kz0mjqk7s0p84mz0
Tags: 1.6.0-1
[ 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:
140
140
\fImaster\fP must specify a master pointer.
141
141
.PP
142
142
.TP 8
143
 
.B --map-to-crtc \fIdevice\fP \fIcrtc\fP
 
143
.B --map-to-output \fIdevice\fP \fIcrtc\fP
144
144
Restricts the movements of the absolute \fIdevice\fP to the RandR
145
 
\fIcrtc\fP. The CRTC name must match a currently connected CRTC (see
 
145
\fIcrtc\fP. The output name must match a currently connected output (see
146
146
\fIxrandr(__appmansuffix__)\fP). If the NVIDIA binary driver is
147
147
detected or RandR 1.2 or later is not available, a Xinerama output may be
148
148
specified as "HEAD-N", with N being the Xinerama screen number. This option
149
149
has no effect on relative devices.
150
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
151
161
\fIdevice\fP can be the device name as a string or the XID of the
152
162
device.
153
163
.PP