.\" $Xorg: xdpyinfo.man,v 1.3 2000/08/17 19:54:18 cpqbld Exp $ .\" Copyright 1988, 1989, 1994, 1998 The Open Group .\" .\" All Rights Reserved. .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Tue Oct 27 00:13:35 JST 1998 .\" by FUJIWARA Teruyoshi .\" Updated Fri Oct 19 01:11:45 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/programs/xdpyinfo/xdpyinfo.man,v 3.7 2001/01/27 18:21:11 dawes Exp $ .\" .TH XDPYINFO 1 "Release 6.5" "X Version 11" .SH 名前 .\"0 xdpyinfo \- display information utility for X xdpyinfo \- ディスプレイ情報ユーティリティ .SH 書式 .B "xdpyinfo" [\-display \fIdisplayname\fP] [\-queryExtensions] [\-ext \fIextension-name\fP] .SH 説明 .PP .\"0 .I Xdpyinfo .\"0 is a utility for displaying information about an X server. It is used to .\"0 examine the .\"0 capabilities of a server, the predefined values for various parameters used .\"0 in communicating between clients and the server, and the different types of .\"0 screens and visuals that are available. .I xdpyinfo は X サーバに関するディスプレイ情報を表示するユーティリティである。こ のプログラムは、サーバの機能、クライアントとサーバ間の通信で使われる各 種パラメータの既定値、利用可能なスクリーンやビジュアルのタイプを調べる ために使われる。 .PP .\"0 By default, numeric information (opcode, base event, base error) about .\"0 protocol extensions is not displayed. This information can be obtained .\"0 with the \fB\-queryExtensions\fP option. Use of this option on servers .\"0 that dynamically load extensions will likely cause all possible extensions .\"0 to be loaded, which can be slow and can consume significant server resources. デフォルトでは、プロトコル拡張に関する数値情報(オペコード、ベースイベ ント値、ベースエラー値)は表示されない。この情報を取得するには、 \fB\-queryExtensions\fP オプションを使うこと。拡張機能を動的にロードす るサーバに対してこのオプションを使用すると、おそらくロードされる可能性がある全 ての拡張が得られるだろう。しかし、この動作は遅かったり、サーバ のリソースを大幅に消費したりすることがある。 .PP .\"0 Detailed information about a particular extension is displayed with the .\"0 \fB\-ext\fP \fIextensionName\fP option. If \fIextensionName\fP is .\"0 \fBall\fP, information about all extensions supported by both \fIxdpyinfo\fP .\"0 and the server is displayed. 特定の拡張についての詳細な情報は、\fB\-ext\fP \fIextensionName\fP オプ ションを使うと表示される。\fIextensionName\fP が \fBall\fP ならば、 \fIxdpyinfo\fP と X サーバの両方がサポートしている拡張の全てに関する情 報が表示される。 .SH 環境変数 .PP .TP 8 .B DISPLAY .\"0 To get the default host, display number, and screen. デフォルトのホスト、ディスプレイ番号、スクリーンを取得する。 .SH 関連項目 X(7), xwininfo(1), xprop(1), xrdb(1) .SH 著者 Jim Fulton, MIT X Consortium .br .\"0 Support for the XFree86-VidModeExtension, XFree86-DGA, XFree86-Misc, .\"0 and XKB extensions added by Joe Moss Joe Moss によって、XFree86-VidModeExtension, XFree86-DGA, XFree86-Misc, XKB 拡張のサポートが追加された。