summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-12-04 17:47:05 +0100
committerMatthias Hopf <mhopf@suse.de>2008-12-08 12:12:39 +0100
commit970f689651fc86fa7a2ba24f0fab5f86f01af349 (patch)
tree809c0524560eeeeaae21c9f132080aabf20ccf92
parentd030ae78e8516b916e9ea1ea81e3b4859bf35875 (diff)
Add manpage entry.
-rw-r--r--xrandr.man22
1 files changed, 22 insertions, 0 deletions
diff --git a/xrandr.man b/xrandr.man
index 3eaf888..e58f2ff 100644
--- a/xrandr.man
+++ b/xrandr.man
@@ -35,6 +35,10 @@ xrandr \- primitive command line interface to RandR extension
[\-\-q1]
[\-\-q12]
.br
+.B RandR version 1.3 options
+.br
+[\-\-panning \fIwidth\fPx\fIheight\fP[+\fIx\fP+\fIy\fP[/\fItrack_width\fPx\fItrack_height\fP+\fItrack_x\fP+\fItrack_y\fP[/\fIborder_left\fP/\fIborder_top\fP/\fIborder_right\fP/\fIborder_bottom\fP]]]]
+.br
.B RandR version 1.2 options
.br
[\-\-prop]
@@ -110,6 +114,19 @@ is available.
.IP \-\-q12
Forces the usage of the RandR version 1.2 protocol, even if the display does
not report it as supported or a higher version is available.
+.PP
+.SH "RandR version 1.3 options"
+.PP
+.B "Per-output options"
+.IP "\-\-panning \fIwidth\fPx\fIheight\fP[+\fIx\fP+\fIy\fP[/\fItrack_width\fPx\fItrack_height\fP+\fItrack_x\fP+\fItrack_y\fP[/\fIborder_left\fP/\fIborder_top\fP/\fIborder_right\fP/\fIborder_bottom\fP]]]"
+This option sets the panning parameters. As soon as panning is
+enabled, the CRTC position can change with every pointer move.
+The first four parameters specify the total panning area, the next four the
+pointer tracking area (which defaults to the same area). The last four
+parameters specify the border and default to 0. A width or height set to zero
+disables panning on the according axis. You typically have to set the screen
+size with \fI--fb\fP simultaneously.
+.PP
.SH "RandR version 1.2 options"
These options are only available for X server supporting RandR version 1.2
or newer.
@@ -222,6 +239,11 @@ xrandr --addmode VGA 1024x768
.br
xrandr --output VGA --mode 1024x768
.RE
+.PP
+Enables panning on a 1600x768 desktop while displaying 1024x768 mode on an output called VGA:
+.RS
+xrandr --fb 1600x768 --output VGA --mode 1024x768 --panning 1600x0
+.RE
.SH "SEE ALSO"
Xrandr(3), cvt(1)
.SH AUTHORS