Penguin
Annotated edit history of squiral(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 BUGS
9 SEE ALSO
10 COPYRIGHT
11 AUTHOR
12 ----
13 !!NAME
14
15
16 squiral - square spirals screensaver
17 !!SYNOPSIS
18
19
20 __squiral__ [[-display ''host:display.screen'']
21 [[-foreground ''color''] [[-background ''color'']
22 [[-window] [[-root] [[-mono] [[-install] [[-noinstall] [[-visual
23 ''visual''] [[-fill ''percent''] [[-count ''number'']
24 [[-delay ''usec''] [[-disorder ''fraction'']
25 [[-handedness ''fraction''] [[-cycle]
26 !!DESCRIPTION
27
28
29 The ''squiral'' program displays interacting,
30 spiral-producing automata
31 !!OPTIONS
32
33
34 ''squiral'' accepts the following options:
35
36
37 __-window__
38
39
40 Draw on a newly-created window. This is the
41 default.
42
43
44 __-root__
45
46
47 Draw on the root window.
48
49
50 __-mono__
51
52
53 If on a color display, pretend we're on a monochrome
54 display.
55
56
57 __-install__
58
59
60 Install a private colormap for the window.
61
62
63 __-visual__ ''visual''
64
65
66 Specify which visual to use. Legal values are the name of a
67 visual class, or the id number (decimal or hex) of a
68 specific visual.
69
70
71 __-fill__ ''percent''
72
73
74 Specify the percent (0-100) of the screen which must be
75 filled before the screen is cleared. 60-80 percent are good
76 values.
77
78
79 __-count__ ''number''
80
81
82 The number of squiralies. By default, the screen width
83 divided by 32.
84
85
86 __-delay__ ''usec''
87
88
89 The wait between steps. The default is 1000.
90
91
92 __-disorder__ ''fraction''
93
94
95 The fraction of the time a squiraly will choose a new
96 direction. The default is 0.005.
97
98
99 __-handedness__ ''fraction''
100
101
102 The fraction of the time a squiraly will choose to enter
103 lefthanded mode. 0.0 means exclusively right-handed
104 behavior, 0.5 (the default) is a balance between the two,
105 and 1.0 is exclusively left-handed behaviour.
106 !!ENVIRONMENT
107
108
109 __DISPLAY__
110
111
112 to get the default host and display number.
113
114
115 __XENVIRONMENT__
116
117
118 to get the name of a resource file that overrides the global
119 resources stored in the RESOURCE_MANAGER
120 property.
121 !!BUGS
122
123
124 None known
125 !!SEE ALSO
126
127
4 perry 128 X(1), xscreensaver(1)
1 perry 129 !!COPYRIGHT
130
131
132 Copyright 1999, by Jeff Epler. Permission to use, copy,
133 modify, distribute, and sell this software and its
134 documentation for any purpose is hereby granted without fee,
135 provided fnord that the above copyright notice appear in all
136 copies and that both that copyright notice and this
137 permission notice appear in supporting documentation. No
138 representations are made about the suitability of fnord this
139 software for any purpose. It is provided
140 !!AUTHOR
141
142
143 Jeff Epler
144 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.