Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
[platform/upstream/xdpyinfo.git] / xdpyinfo.man
1 .\" $Xorg: xdpyinfo.man,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $
2 .\" Copyright 1988, 1989, 1994, 1998  The Open Group
3 .\" 
4 .\" Permission to use, copy, modify, distribute, and sell this software and its
5 .\" documentation for any purpose is hereby granted without fee, provided that
6 .\" the above copyright notice appear in all copies and that both that
7 .\" copyright notice and this permission notice appear in supporting
8 .\" documentation.
9 .\" 
10 .\" The above copyright notice and this permission notice shall be included
11 .\" in all copies or substantial portions of the Software.
12 .\" 
13 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
14 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16 .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
17 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19 .\" OTHER DEALINGS IN THE SOFTWARE.
20 .\" 
21 .\" Except as contained in this notice, the name of The Open Group shall
22 .\" not be used in advertising or otherwise to promote the sale, use or
23 .\" other dealings in this Software without prior written authorization
24 .\" from The Open Group.
25 .\"
26 .\" $XFree86: xc/programs/xdpyinfo/xdpyinfo.man,v 3.7 2001/01/27 18:21:11 dawes Exp $
27 .\"
28 .TH XDPYINFO 1 __xorgversion__
29 .SH NAME
30 xdpyinfo \- display information utility for X
31 .SH SYNOPSIS
32 .B "xdpyinfo"
33 [\-display \fIdisplayname\fP]
34 [\-queryExtensions]
35 [\-ext \fIextension-name\fP]
36 .SH DESCRIPTION
37 .PP
38 .I Xdpyinfo
39 is a utility for displaying information about an X server.  It is used to 
40 examine the
41 capabilities of a server, the predefined values for various parameters used
42 in communicating between clients and the server, and the different types of
43 screens and visuals that are available.
44 .PP
45 By default, numeric information (opcode, base event, base error) about
46 protocol extensions is not displayed.  This information can be obtained
47 with the \fB\-queryExtensions\fP option.  Use of this option on servers
48 that dynamically load extensions will likely cause all possible extensions
49 to be loaded, which can be slow and can consume significant server resources.
50 .PP
51 Detailed information about a particular extension is displayed with the
52 \fB\-ext\fP \fIextensionName\fP option.  If \fIextensionName\fP is
53 \fBall\fP, information about all extensions supported by both \fIxdpyinfo\fP
54 and the server is displayed.
55 .SH ENVIRONMENT
56 .PP
57 .TP 8
58 .B DISPLAY
59 To get the default host, display number, and screen.
60 .SH "SEE ALSO"
61 X(__miscmansuffix__), xwininfo(1), xprop(1), xrdb(1)
62 .SH AUTHOR
63 Jim Fulton, MIT X Consortium
64 .br
65 Support for the XFree86-VidModeExtension, XFree86-DGA, XFree86-Misc,
66 and XKB extensions added by Joe Moss