source: trunk/third/xscreensaver/hacks/nerverot.man @ 20148

Revision 20148, 4.9 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "20-Mar-2001" "X Version 11"
2.SH NAME
3nerverot - induces edginess in the viewer
4.SH SYNOPSIS
5.B nerverot
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-db] [\-no-db] [\-colors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-count \fIinteger\fP] [\-line-width \fIinteger\fP] [\-event-chance \fIfraction\fP] [\-iter-amt \fIfraction\fP] [\-nervousness \fIfraction\fP] [\-max-nerve-radius \fIfraction\fP] [\-min-radius \fIinteger\fP] [\-max-radius \fIinteger\fP] [\-min-scale \fIfraction\fP] [\-max-scale \fIfraction\fP]
7.SH DESCRIPTION
8The goal of \fInerverot\fP is to be interesting and compelling to
9watch, yet induce a state of nervous edginess in the viewer. This manpage
10describes v1.3 of the program.
11.SH OPTIONS
12.I nerverot
13accepts the following options:
14.TP 8
15.B \-window
16Draw on a newly-created window.  This is the default.
17.TP 8
18.B \-root
19Draw on the root window.
20.TP 8
21.B \-mono
22If on a color display, pretend we're on a monochrome display.
23.TP 8
24.B \-install
25Install a private colormap for the window.
26.TP 8
27.B \-visual \fIvisual\fP
28Which visual to use.  Legal values are the name of a visual class,
29or the id number (decimal or hex) of a specific visual.
30.TP 8
31.B \-db
32.B \-no-db
33Use double-buffering (or not, respectively). Double-buffering may make
34things look better for larger line widths and/or larger numbers of
35blots, but "better" may equate to yielding less of the desired edginess
36effect. You'll be calmer after watching the double-buffered variant;
37you're more likely to go into epileptic fits with it off. Hence, it
38is off (false) by default, resource \fIdoubleBuffer\fP.
39.TP 8
40.B \-colors \fIinteger\fP
41How many colors should be used (if possible). The colors
42form a smooth ramp between two randomly-chosen colors. Defaults to 4,
43resource \fIcolors\fP.
44.TP 8
45.B \-delay \fImicroseconds\fP
46The interframe delay, in microseconds. Defaults to 10000, resource
47\fIdelay\fP.
48.TP 8
49.B \-max-iters \fIinteger\fP
50The maximum number of iterations (frames) before a new model is
51generated. The actual number of iterations per model is a random number
52between 1 and this value. Defaults to 1200, resource
53\fImaxIters\fP.
54.TP 8
55.B \-count \fIinteger\fP
56How many "blots" to draw at a time. This number may be rounded down to
57fit the particularly chosen model, and has a fixed minimum per-model.
58Defaults to 250, resource \fIcount\fP.
59.TP 8
60.B \-line-width \fIinteger\fP
61The width of the lines to draw. 0 means an optimized pixel-thick line.
62Defaults to 0, resource \fIlineWidth\fP.
63.TP 8
64.B \-event-chance \fIfraction\fP
65The chance, per iteration, for a life-altering event to occur (such as
66picking a new rotation target), in the range 0..1. Defaults to 0.2,
67resource \fIeventChance\fP.
68.TP 8
69.B \-iter-amt \fIfraction\fP
70The fraction of movement towards a target (such as rotation angle or scale)
71that happens per iteration, in the range 0..1. Defaults to 0.01,
72resource \fiterAmt\fP.
73.TP 8
74.B \-nervousness \fIfraction\fP
75How nervous the drawing is, in the range 0..1. This is how jumpy the points
76on each blot are. Defaults to 0.3, resource \fInervousness\fP.
77.TP 8
78.B \-max-nerve-radius \fIfraction\fP
79The maximum radius of blot nervousness, as a fraction of the radius of the
80blot, in the range 0..1. Defaults to 0.7, resource \fImaxNerveRadius\fP.
81.TP 8
82.B \-min-radius \fIinteger\fP
83The minimum radius for a blot, in the range 1..100. Defaults to 3,
84resource \fIminRadius\fP.
85.TP 8
86.B \-max-radius \fIinteger\fP
87The maximum radius for a blot, in the range 1..100. Defaults to 25,
88resource \fImaxRadius\fP.
89.TP 8
90.B \-min-scale \fIfraction\fP
91The minimum overall scale of drawing, as a fraction of
92\fImin(windowHeight,windowWidth)\fP, in the range 0..10. Defaults to 0.6,
93resource \fIminScale\fP.
94.TP 8
95.B \-max-scale \fIfraction\fP
96The maximum overall scale of drawing, as a fraction of
97\fImin(windowHeight,windowWidth)\fP, in the range 0..10. Defaults to 1.75,
98resource \fImaxScale\fP.
99.SH ENVIRONMENT
100.PP
101.TP 8
102.B DISPLAY
103to get the default host and display number.
104.TP 8
105.B XENVIRONMENT
106to get the name of a resource file that overrides the global resources
107stored in the RESOURCE_MANAGER property.
108.SH X RESOURCES
109There are resource equivalents for each option, noted above.
110.SH BUGS
111.I nerverot
112should have more models.
113.TP 8
114XDBE should be detected and used, if available.
115.SH SEE ALSO
116.BR xscreensaver (1)
117.SH COPYRIGHT
118Copyright \(co 2000-2001 by Dan Bornstein. All rights reserved.
119
120Permission to use, copy, modify, distribute, and sell this software and its
121documentation for any purpose is hereby granted without fee, provided that
122the above copyright notice appear in all copies and that both that
123copyright notice and this permission notice appear in supporting
124documentation. No representations are made about the suitability of this
125software for any purpose. It is provided "as is" without express or
126implied warranty.
127.SH AUTHOR
128Dan Bornstein <danfuzz@milk.com>.
Note: See TracBrowser for help on using the repository browser.