summaryrefslogtreecommitdiff
path: root/app/xrandr/xrandr.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 20:57:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 20:57:51 +0000
commit8f41c760916495ea26d3c59795487ac6dfc77d75 (patch)
tree762edd2d7f26f3db96992cc85a846ebbd9aa3980 /app/xrandr/xrandr.man
parentc3183f2e21fafb813ba8a902ed4079d3f2441b21 (diff)
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/xrandr/xrandr.man')
-rw-r--r--app/xrandr/xrandr.man74
1 files changed, 74 insertions, 0 deletions
diff --git a/app/xrandr/xrandr.man b/app/xrandr/xrandr.man
new file mode 100644
index 000000000..2e1d1147a
--- /dev/null
+++ b/app/xrandr/xrandr.man
@@ -0,0 +1,74 @@
+.\"
+.\" Copyright 2001 Keith Packard.\"
+.\" Permission to use, copy, modify, distribute, and sell this software and its
+.\" documentation for any purpose is hereby granted without fee, provided that
+.\" the above copyright notice appear in all copies and that both that
+.\" copyright notice and this permission notice appear in supporting
+.\" documentation, and that the name of Keith Packard not be used in
+.\" advertising or publicity pertaining to distribution of the software without
+.\" specific, written prior permission. Keith Packard makes no
+.\" representations about the suitability of this software for any purpose. It
+.\" is provided "as is" without express or implied warranty.
+.\"
+.\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+.\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+.\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+.\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+.\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+.\" PERFORMANCE OF THIS SOFTWARE.
+.\"
+.\"
+.\" $XFree86: xc/programs/xrandr/xrandr.man,v 1.6 2003/06/12 14:12:39 eich Exp $
+.\"
+.TH XRANDR __appmansuffix__ __vendorversion__
+.SH NAME
+xrandr \- primitive command line interface to RandR extension
+.SH SYNOPSIS
+.B "xrandr"
+[-help] [-display \fIdisplay\fP]
+[-o \fIorientation\fP]
+[-q] [-v]
+[-s \fIsize\fP]
+[-x] [-y]
+[--screen \fIsnum\fP]
+[--verbose]
+.SH DESCRIPTION
+.I Xrandr
+is used to set the screen size, orientation and/or reflection.
+The
+.I -s
+option is a small integer index used to specify which size the screen should be set to.
+To find out what sizes are available, use the
+.I -q
+option, which reports the sizes available, the current rotation, and
+the possible rotations and reflections.
+The default size is the first size specified in the list.
+The
+.I -o
+option is used to specify the orientation of the screen,
+and can be one of
+\fI"normal inverted left right 0 1 2 3"\fP.
+.PP
+The
+.I -x
+option instructs the server to reflect the screen on the X axis.
+The
+.I -y
+option instructs the server to reflect the screen on the Y axis.
+Reflection is applied after rotation.
+.PP
+The
+.I -help
+option prints out a usage summary.
+The
+.I --verbose
+option tells you what xrandr is doing, selects for events, and tells you
+when events are received to enable debugging.
+.SH "SEE ALSO"
+Xrandr(3)
+.SH AUTHORS
+Keith Packard,
+and
+Jim Gettys,
+Cambridge Research Laboratory, HP Labs, HP.