Re-indent to 4 space tabs
[xorg/xrandr] / xrandr.man
1 .\"
2 .\" Copyright 2001 Keith Packard.\"
3 .\" Permission to use, copy, modify, distribute, and sell this software and its
4 .\" documentation for any purpose is hereby granted without fee, provided that
5 .\" the above copyright notice appear in all copies and that both that
6 .\" copyright notice and this permission notice appear in supporting
7 .\" documentation, and that the name of Keith Packard not be used in
8 .\" advertising or publicity pertaining to distribution of the software without
9 .\" specific, written prior permission.  Keith Packard makes no
10 .\" representations about the suitability of this software for any purpose.  It
11 .\" is provided "as is" without express or implied warranty.
12 .\"
13 .\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14 .\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
15 .\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
16 .\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17 .\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 .\" PERFORMANCE OF THIS SOFTWARE.
20 .\"
21 .\"
22 .\" $XFree86: xc/programs/xrandr/xrandr.man,v 1.6 2003/06/12 14:12:39 eich Exp $
23 .\"
24 .TH XRANDR __appmansuffix__ __vendorversion__
25 .SH NAME
26 xrandr \- primitive command line interface to RandR extension
27 .SH SYNOPSIS
28 .B "xrandr"
29 [-help]  [-display \fIdisplay\fP]
30 [-o \fIorientation\fP]
31 [-q] [-v]
32 [-s \fIsize\fP]
33 [-x] [-y]
34 [--screen \fIsnum\fP]
35 [--verbose]
36 .SH DESCRIPTION
37 .I Xrandr
38 is used to set the screen size, orientation and/or reflection.
39 The
40 .I -s
41 option is a small integer index used to specify which size the screen should be set to.
42 To find out what sizes are available, use the
43 .I -q
44 option, which reports the sizes available, the current rotation, and
45 the possible rotations and reflections.
46 The default size is the first size specified in the list.
47 The
48 .I -o
49 option is used to specify the orientation of the screen,
50 and can be one of
51 \fI"normal inverted left right 0 1 2 3"\fP.
52 .PP
53 The
54 .I -x
55 option instructs the server to reflect the screen on the X axis.
56 The
57 .I -y
58 option instructs the server to reflect the screen on the Y axis.
59 Reflection is applied after rotation.
60 .PP
61 The
62 .I -help
63 option prints out a usage summary.
64 The
65 .I --verbose
66 option tells you what xrandr is doing, selects for events, and tells you
67 when events are received to enable debugging.
68 .SH "SEE ALSO"
69 Xrandr(3)
70 .SH AUTHORS
71 Keith Packard,
72 and
73 Jim Gettys, 
74 Cambridge Research Laboratory, HP Labs, HP.