1binaryring(6x) XScreenSaver manual binaryring(6x)
2
3
4
6 binaryring - A system of path tracing particles evolves continuously
7 from an initial creation.
8
10 binaryring [-fps] [-install] [-noinstall] [-mono] [-root] [-visual vis‐
11 ual] [-window] [-window-id window-id] [-color] [-no-color] [-growth-de‐
12 lay delayms] [-particle-number particles] [-ring-radius radius]
13
15 A system of path tracing particles evolves continuously from an initial
16 circular creation. Ages of darkness play arbitrarily with ages of
17 light.
18
19 Ported (with some extensions) from the code by J. Tarbell at
20 http://complexification.net
21
23 binaryring accepts the following options:
24
25 -fps Display the current frame rate and CPU load.
26
27 -install
28 Install a private colormap for the window.
29
30 -mono If on a color display, pretend we're on a monochrome display.
31
32 -noinstall
33 Don't install a private colormap for the window.
34
35 -root Draw on the root window.
36
37 -visual visual
38 Specify which visual to use. Legal values are the name of a
39 visual class or the id number (decimal or hex) of a specific
40 visual.
41
42 -window Draw on a newly-created window. This is the default.
43
44 -window-id window-id
45 Specify which window id to use.
46
47 -color (Default)
48 Particles have random generated colors that gradually change
49 over time.
50
51 -no-color
52 Use the original black and white visualization.
53
54 -growth-delay delayms (Default: 10000)
55 Delay in ms between growth cycles. More delay, slower (but less
56 CPU intensive).
57
58 -particles-number particles (Default: 5000)
59 The number of particles in the system. With more particles the
60 fps can also be affected.
61
62 -ring-radius radius (Default: 40)
63 The radius of the ring where the particles are born, in pixels.
64
66 DISPLAY to get the default host and display number.
67
68 XENVIRONMENT
69 to get the name of a resource file that overrides the global
70 resources stored in the RESOURCE_MANAGER property.
71
73 X(1), xscreensaver(1)
74
76 Copyright © 2003 by J. Tarbell (complex@complexification.net,
77 http://www.complexification.net).
78
79 Ported to XScreensaver by Emilio Del Tessandoro
80 (emilio.deltessa@gmail.com)
81
83 J. Tarbell <complex@complexification.net>, Jun-03
84
85 Emilio Del Tessandoro <emilio.deltessa@gmail.com>, Aug-14
86
87
88
89X Version 11 6.02-4.fc35 (09-Nov-2021) binaryring(6x)