From http://www.jwz.org/xscreensaver/xscreensaver-5.22.tar.gz
[xscreensaver] / hacks / hexadrop.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 hexadrop - shrinking hexagons.
4 .SH SYNOPSIS
5 .B hexadrop
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-size \fInumber\fP]
13 [\-sides \fInumber\fP]
14 [\-uniform-speed]
15 [\-no-uniform-speed]
16 [\-lockstep]
17 [\-no-lockstep]
18 [\-fps]
19 .SH DESCRIPTION
20 Draws a grid of hexagons or other shapes and drops them out.
21 .SH OPTIONS
22 .TP 8
23 .B \-visual \fIvisual\fP
24 Specify which visual to use.  Legal values are the name of a visual class,
25 or the id number (decimal or hex) of a specific visual.
26 .TP 8
27 .B \-window
28 Draw on a newly-created window.  This is the default.
29 .TP 8
30 .B \-root
31 Draw on the root window.
32 .TP 8
33 .B \-delay \fInumber\fP
34 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
35 .TP 8
36 .B \-speed \fInumber\fP
37 Speed. 0.5 for half as fast; 2.0 for twice as fast.
38 .TP 8
39 .B \-size \fInumber\fP
40 How many tiles to fit horizontally on the screen.  Default 15.
41 .TP 8
42 .B \-sides \fInumber\fP
43 Shape of the tiles. 3, 4, 6 or 8. Default: random.
44 .TP 8
45 .B \-uniform-speed | \-no-uniform-speed
46 Whether each tile should drop at the same speed. Default: random.
47 .TP 8
48 .B \-lockstep | \-no-lockstep
49 Whether each tile should drop at the same time. Default: random.
50 .TP 8
51 .B \-fps | \-no-fps
52 Whether to show a frames-per-second display at the bottom of the screen.
53 .SH ENVIRONMENT
54 .PP
55 .TP 8
56 .B DISPLAY
57 to get the default host and display number.
58 .TP 8
59 .B XENVIRONMENT
60 to get the name of a resource file that overrides the global resources
61 stored in the RESOURCE_MANAGER property.
62 .SH SEE ALSO
63 .BR X (1),
64 .BR xscreensaver (1)
65 .SH COPYRIGHT
66 Copyright \(co 2013 by Jamie Zawinski.  Permission to use, copy, modify, 
67 distribute, and sell this software and its documentation for any purpose is 
68 hereby granted without fee, provided that the above copyright notice appear 
69 in all copies and that both that copyright notice and this permission notice
70 appear in supporting documentation.  No representations are made about the 
71 suitability of this software for any purpose.  It is provided "as is" without
72 express or implied warranty.
73 .SH AUTHOR
74 Jamie Zawinski.