From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / binaryring.man
1 .TH "Binary Ring" 1 "02-Sep-14" "X Version 11"
2 .SH NAME
3 binaryring - A system of path tracing particles evolves continuously from an initial creation. 
4 .SH SYNOPSIS
5 .B binaryring
6 [\-fps]
7 [\-install]
8 [\-noinstall]
9 [\-mono]
10 [\-root]
11 [\-visual \fIvisual\fP]
12 [\-window] 
13 [\-window\-id \fIwindow\-id\fP]
14 [\-color]
15 [\-no\-color]
16 [\-growth\-delay \fIdelayms\fP]
17 [\-particle\-number \fIparticles\fP]
18 [\-ring\-radius \fIradius\fP]
19 .SH DESCRIPTION
20 A system of path tracing particles evolves continuously from an initial circular creation. 
21 Ages of darkness play arbitrarily with ages of light.
22
23 Ported (with some extensions) from the code by J. Tarbell at http://complexification.net
24 .SH OPTIONS
25 .I binaryring
26 accepts the following options:
27 .TP 8
28 .B \-fps
29 Display the current frame rate and CPU load.
30 .TP 8
31 .B \-install
32 Install a private colormap for the window.
33 .TP 8
34 .B \-mono
35 If on a color display, pretend we're on a monochrome display.
36 .TP 8
37 .B \-noinstall
38 Don't install a private colormap for the window.
39 .TP 8
40 .B \-root
41 Draw on the root window.
42 .TP 8
43 .B \-visual \fIvisual\fP
44 Specify which visual to use. Legal values are the name of a visual
45 class or the id number (decimal or hex) of a specific visual.
46 .TP 8
47 .B \-window
48 Draw on a newly-created window. This is the default.
49 .TP 8
50 .B \-window\-id \fIwindow\-id\fP
51 Specify which window id to use.
52 .TP 8
53 .B \-color (Default)
54 Particles have random generated colors that gradually change over time.
55 .TP 8
56 .B \-no\-color
57 Use the original black and white visualization.
58 .TP 8
59 .B \-growth\-delay \fIdelayms\fP (Default: \fI10000\fP)
60 Delay in ms between growth cycles. More delay, slower (but less CPU intensive).
61 .TP 8
62 .B \-particles\-number \fIparticles\fP (Default: \fI5000\fP)
63 The number of particles in the system. With more particles the fps
64 can also be affected.
65 .TP 8
66 .B \-ring\-radius \fIradius\fP (Default: \fI40\fP)
67 The radius of the ring where the particles are born, in pixels.
68 .SH ENVIRONMENT
69 .PP
70 .TP 8
71 .B DISPLAY
72 to get the default host and display number.
73 .TP 8
74 .B XENVIRONMENT
75 to get the name of a resource file that overrides the global
76 resources stored in the RESOURCE_MANAGER property.
77 .SH SEE ALSO
78 .BR X (1),
79 .BR xscreensaver (1)
80 .SH COPYRIGHT
81 Copyright \(co 2003 by J. Tarbell
82 (complex@complexification.net, http://www.complexification.net).
83
84 Ported to XScreensaver by Emilio Del Tessandoro (emilio.deltessa@gmail.com)
85 .SH AUTHOR
86 J. Tarbell <complex@complexification.net>, Jun-03
87
88 Emilio Del Tessandoro <emilio.deltessa@gmail.com>, Aug-14