From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / gleidescope.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 gleidescope - a tiled OpenGL kaleidescope
4 .SH SYNOPSIS
5 .B gleidescope
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [-delay \fInumber\fP]
11 [-move]
12 [-rotate]
13 [-zoom]
14 [-image \fIfile\fP]
15 [-fps]
16 [-size \fInumber\fP]
17 [-duration \fInumber\fP]
18 .SH DESCRIPTION
19 A tiled kaleidescope using OpenGL.
20 .SH OPTIONS
21 .TP 8
22 .B \-visual \fIvisual\fP
23 Specify which visual to use.  Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-delay \fInumber\fP
33 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
34 .TP 8
35 .B \-move
36 Move the camera.
37 .TP 8
38 .B \-rotate
39 Rotate the camera.
40 .TP 8
41 .B \-zoom
42 Zoom the camera in and out.
43 .TP 8
44 .B \-image \fIfile\fP
45 The texture map to use at the end of the kaleidescope.
46 .TP 8
47 .B \-fps
48 Display the current frame rate, CPU load, and polygon count.
49 .TP 8
50 .B \-size \fInumber\fP
51 The size of the hexagons being displayed [1(small)-10(large)]
52 .TP 8
53 .B \-duration \fInumber\fP
54 The time in seconds before another image is chosen.
55 .TP 8
56 .SH ENVIRONMENT
57 .PP
58 .TP 8
59 .B DISPLAY
60 to get the default host and display number.
61 .TP 8
62 .B XENVIRONMENT
63 to get the name of a resource file that overrides the global resources
64 stored in the RESOURCE_MANAGER property.
65 .SH SEE ALSO
66 .BR X (1),
67 .BR xscreensaver (1)
68 .SH COPYRIGHT
69 Copyright \(co 2003 by Andrew Dean  Permission to use, copy, modify, 
70 distribute, and sell this software and its documentation for any purpose is 
71 hereby granted without fee, provided that the above copyright notice appear 
72 in all copies and that both that copyright notice and this permission notice
73 appear in supporting documentation.  No representations are made about the 
74 suitability of this software for any purpose.  It is provided "as is" without
75 express or implied warranty.
76 .SH AUTHOR
77 Andrew Dean.