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