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