Add grilo-plugins
[oi-userland.git] / components / x11 / mesa-demos / files / glxgears.1
blobc56f39a7627b99d47cb1e8b5d07cb16aa229c2b8
1 '\" t
2 .\" Manual page created by The XFree86 Project, under this license:
3 .\"
4 .\" Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
5 .\" 
6 .\" Permission is hereby granted, free of charge, to any person obtaining a 
7 .\" copy of this software and associated documentation files (the "Software"),
8 .\" to deal in the Software without restriction, including without limitation 
9 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, 
10 .\" and/or sell copies of the Software, and to permit persons to whom the 
11 .\" Software is furnished to do so, subject to the following conditions:
12 .\" 
13 .\" The above copyright notice and this permission notice shall be included in
14 .\" all copies or substantial portions of the Software.
15 .\" 
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
18 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
19 .\" THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
20 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
21 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
22 .\" SOFTWARE.
23 .\" 
24 .\" Except as contained in this notice, the name of the XFree86 Project shall 
25 .\" not be used in advertising or otherwise to promote the sale, use or other 
26 .\" dealings in this Software without prior written authorization from the 
27 .\" XFree86 Project.
28 .\"
29 .TH GLXGEARS 1 Version\ 6.9.0 X.Org
30 .SH NAME
31 glxgears \- GLX version of the infamous "gears" GL demo.
32 .SH SYNOPSIS
33 .B "glxgears"
34 [\-info]
35 [\-display \fIdisplayname\fP]
36 .SH DESCRIPTION
37 .PP
38 .I glxgears
39 is a GLX demo that draws three rotating gears, and prints out framerate
40 information to stdout.
41 Command line options include:
42 .TP 8
43 .B \-info
44 Print out GL implementation information before running the demo.
45 .TP 8
46 .BI "\-display " displayname
47 Specify the display to query.
48 .SH ENVIRONMENT
49 .PP
50 .TP 8
51 .B DISPLAY
52 To get the default host, display number, and screen.
53 .SH "SEE ALSO"
54 glxinfo(1)
55 .SH AUTHOR
56 Ported to straight GLX by Brian Paul.
57 .\" Begin Sun update
58 .\"
60 .SH ATTRIBUTES
61 See
62 .BR attributes (5)
63 for descriptions of the following attributes:
64 .sp
65 .TS
66 box;
67 cbp-1 | cbp-1
68 l | l .
69 ATTRIBUTE TYPE  ATTRIBUTE VALUE
71 Availability    pkg:/x11/demo/mesa-demos
72 Interface Stability     Volatile 
73 .TE 
74 .\" End Sun update