Obsolete raptor 1.4 API
[oi-userland.git] / components / x11 / mesa-demos / files / glxinfo.1
blob20bd0094b6bb6625ca42d12b1786ba1989d0cf2c
1 '\" t
2 .\"
3 .\" Manual page created by The XFree86 Project, under this license:
4 .\"
5 .\" Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
6 .\" 
7 .\" Permission is hereby granted, free of charge, to any person obtaining a 
8 .\" copy of this software and associated documentation files (the "Software"),
9 .\" to deal in the Software without restriction, including without limitation 
10 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, 
11 .\" and/or sell copies of the Software, and to permit persons to whom the 
12 .\" Software is furnished to do so, subject to the following conditions:
13 .\" 
14 .\" The above copyright notice and this permission notice shall be included in
15 .\" all copies or substantial portions of the Software.
16 .\" 
17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
19 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
20 .\" THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
21 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
22 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
23 .\" SOFTWARE.
24 .\" 
25 .\" Except as contained in this notice, the name of the XFree86 Project shall 
26 .\" not be used in advertising or otherwise to promote the sale, use or other 
27 .\" dealings in this Software without prior written authorization from the 
28 .\" XFree86 Project.
29 .\"
30 .\" $XFree86: xc/programs/glxinfo/glxinfo.man,v 1.5 2001/12/14 20:00:47 dawes Exp $
31 .\"
32 .TH GLXINFO 1 Version\ 6.9.0 X.Org
33 .SH NAME
34 glxinfo \- display info about a GLX extension and OpenGL renderer.
35 .SH SYNOPSIS
36 .B "glxinfo"
37 [\-t]
38 [\-v]
39 [\-b]
40 [\-display \fIdisplayname\fP]
41 .SH DESCRIPTION
42 .PP
43 .I glxinfo
44 lists information about the GLX extension, OpenGL capable visuals, and the
45 OpenGL renderer on an X server. The GLX and renderer info includes the version
46 and extension attributes. The visual info lists the GLX visual attributes 
47 available for each OpenGL capable visual (e.g. whether the visual is double
48 buffered, the component sizes, Z-buffering depth, etc).
49 .PP
50 Command line options include:
51 .TP 8
52 .B \-t
53 By default the visual info is presented in a concise 80 character wide
54 tabular format. The -t option directs glxinfo to produce a wider, more readable
55 tabular format.
56 .TP 8
57 .B \-v
58 Directs glxinfo to generate a verbose format output style for
59 the visual list similar to the info of xdpyinfo.
60 .TP 8
61 .B \-b
62 Print the ID of the "best" visual on screen 0.
63 .TP 8
64 .B \-l
65 Print interesting OpenGL limits.
66 .TP 8
67 .B \-i
68 Use indirect rendering connection only.
69 .TP 8
70 .BI "\-display " "displayname"
71 Specify the display to query.
72 .PP
73 .SH ENVIRONMENT
74 .PP
75 .TP 8
76 .B DISPLAY
77 To get the default host, display number, and screen.
78 .SH "SEE ALSO"
79 xdpyinfo(1)
80 .SH AUTHOR
81 Brian Paul
82 .br
83 Modifications for XFree86 added by Mark Paton
84 .\" Begin Sun update
85 .\"
87 .SH ATTRIBUTES
88 See
89 .BR attributes (5)
90 for descriptions of the following attributes:
91 .sp
92 .TS
93 box;
94 cbp-1 | cbp-1
95 l | l .
96 ATTRIBUTE TYPE  ATTRIBUTE VALUE
98 Availability    pkg:/x11/demo/mesa-demos
99 Interface Stability     Volatile 
100 .TE 
101 .\" End Sun update