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