1hopalong(6x) XScreenSaver manual hopalong(6x)
2
3
4
6 hopalong - draw real plane fractals
7
9 hopalong [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-window] [-root] [-mono] [-install] [-visual visual]
11 [-ncolors integer] [-delay microseconds] [-cycles integer] [-count
12 integer] [-jong] [-no-jong] [-jong] [-no-sine]
13
14 [-fps]
15
17 The hop program generates real plane fractals as described in the Sep‐
18 tember 1986 issue of Scientific American.
19
21 hopalong accepts the following options:
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -mono If on a color display, pretend we're on a monochrome display.
28
29 -install
30 Install a private colormap for the window.
31
32 -visual visual
33 Specify which visual to use. Legal values are the name of a
34 visual class, or the id number (decimal or hex) of a specific
35 visual.
36
37 -ncolors integer
38 How many colors should be used (if possible). Default 200.
39 The colors used cycle through the hue, making N stops around
40 the color wheel.
41
42 -cycles integer
43 How long to run each batch. Default 2500 pixels.
44
45 -count integer
46 How many pixels should be drawn before a color change. Default
47 1000.
48
49 -jong integer
50
51 -no-jong integer
52 Whether to use the Jong format (default is to choose randomly.)
53
54
55 -sine integer
56
57 -no-sine integer
58 Whether to use the Sine format (default is to choose randomly.)
59
60
61 -fps Display the current frame rate and CPU load.
62
64 DISPLAY to get the default host and display number.
65
66 XENVIRONMENT
67 to get the name of a resource file that overrides the global
68 resources stored in the RESOURCE_MANAGER property.
69
71 X(1), xscreensaver(1), xlock(1)
72
74 Copyright © 1988-91 by Patrick J. Naughton.
75
76 Permission to use, copy, modify, and distribute this software and its
77 documentation for any purpose and without fee is hereby granted, pro‐
78 vided that the above copyright notice appear in all copies and that
79 both that copyright notice and this permission notice appear in sup‐
80 porting documentation.
81
83 Patrick J. Naughton <naughton@eng.sun.com>, 23-mar-88.
84
85 Ability to run standalone or with xscreensaver added by Jamie Zawinski
86 <jwz@jwz.org>, 13-aug-92, and again on 10-May-97.
87
88
89
90X Version 11 5.42-1.fc30.2 (03-Feb-2019) hopalong(6x)