.\" $TOG: xdpyinfo.man /main/22 1998/02/09 13:57:10 kaleb $ .\" 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. .\" .\" $XFree86: xc/programs/glxinfo/glxinfo.man,v 1.4 2001/04/02 21:22:05 dawes Exp $ .\" .\" .\" Copyright (c) 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 Sun Jan 7 00:06:09 JST 2001 .\" by FUJIWARA Teruyoshi .\" Updated Sun Oct 14 21:33:34 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .TH GLXINFO 1 "Version 4.1.0" "XFree86" .SH 名前 .\"0 glxinfo \- display info about a GLX extension and OpenGL renderer. glxinfo \- GLX 機能拡張と OpenGL のレンダラに関する情報を表示する .SH 書式 .B "glxinfo" [\-t] [\-v] [\-b] .\"0 [\-display \fIdisplayname\fP] [\-display \fIディスプレイ名\fP] .SH 説明 .PP .\"0 .I glxinfo .\"0 lists information about the GLX extension, OpenGL capable visuals, and the .\"0 OpenGL renderer on an X server. The GLX and renderer info includes the version .\"0 and extension attributes. The visual info lists the GLX visual attributes .\"0 available for each OpenGL capable visual (e.g. whether the visual is double .\"0 buffered, the component sizes, Z-buffering depth, etc). .I glxinfo は、ある X サーバについて、GLX 機能拡張、OpenGL に対応しているビジュアル、 OpenGL レンダラに関する情報を一覧表示する。 GLX とレンダラの情報は、バージョンや機能拡張の属性などである。 ビジュアルの情報としては、OpenGL に対応しているそれぞれのビジュアルで 利用できる GLX ビジュアル属性が一覧表示される (例: ダブルバッファが利用できるかどうか、コンポーネントのサイズ、 Z バッファの深さ等)。 .PP .\"0 Command line options include: コマンド行オプションには以下のようなものがある: .TP 8 .B \-t .\"0 By default the visual info is presented in a concise 80 character wide .\"0 tabular format. The -t option directs glxinfo to produce a wider, more readable .\"0 tabular format. デフォルトでは、ビジュアル情報は幅 80 文字で簡潔に表示される。-t オプション は、幅が大きく読みやすい形式で表示を行うように glxinfo に指示する。 .TP 8 .B \-v .\"0 Directs glxinfo to generate a verbose format output style for .\"0 the visual list similar to the info of xdpyinfo. ビジュアルの一覧表示の出力を、xdpyinfo の情報表示に似た形式の 詳しい形式で行うように glxinfo に指示する。 .TP 8 .B \-b .\"0 Print the ID of the "best" visual on screen 0. スクリーン 0 における「もっとも良い」ビジュアルの ID を表示する。 .TP 8 .\"0 .BI "\-display " "displayname" .BI "\-display " "<ディスプレイ名>" .\"0 Specify the display to query. 問い合わせの対象となるディスプレイを指定する。 .PP .SH 環境変数 .PP .TP 8 .B DISPLAY .\"0 To get the default host, display number, and screen. ホスト、ディスプレイ番号、スクリーンのデフォルト値を取得するために使う。 .SH 関連項目 xdpyinfo(1) .SH 作者 Brian Paul .br .\"0 Modifications for XFree86 added by Mark Paton XFree86 対応を行ったのは Mark Paton である。