From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / hacks / glx / cubestack.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 cubestack - An endless stack of unfolding, translucent cubes.
4 .SH SYNOPSIS
5 .B cubestack
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-thickness \fInumber\fP]
13 [\-opacity \fInumber\fP]
14 [\-no-wander]
15 [\-wireframe]
16 [\-fps]
17 .SH DESCRIPTION
18 An endless stack of unfolding, translucent cubes.
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds).
33 .TP 8
34 .B \-speed \fInumber\fP
35 Animation speed.  2.0 means twice as fast, 0.5 means half as fast.
36 .TP 8
37 .B \-thickness \fInumber\fP
38 Thickness of the face edges.  0.0 - 0.5.        Default: 0.13.
39 .TP 8
40 .B \-opacity \fInumber\fP
41 Opacity of the cubes.  0.01 - 1.0.  Default: 0.7.
42 .TP 8
43 .B \-wander | \-no-wander
44 Whether the object should wander around the screen.
45 .TP 8
46 .B \-wireframe | \-no-wireframe
47 Render in wireframe instead of solid.
48 .TP 8
49 .B \-fps | \-no-fps
50 Whether to show a frames-per-second display at the bottom of the screen.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .SH COPYRIGHT
64 Copyright \(co 2016 by Jamie Zawinski.  Permission to use, copy, modify, 
65 distribute, and sell this software and its documentation for any purpose is 
66 hereby granted without fee, provided that the above copyright notice appear 
67 in all copies and that both that copyright notice and this permission notice
68 appear in supporting documentation.  No representations are made about the 
69 suitability of this software for any purpose.  It is provided "as is" without
70 express or implied warranty.
71 .SH AUTHOR
72 Jamie Zawinski.