~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper-updates

« back to all changes in this revision

Viewing changes to hacks/nerverot.man

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
nerverot - induces edginess in the viewer
4
4
.SH SYNOPSIS
5
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]
 
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
7
.SH DESCRIPTION
8
8
The goal of \fInerverot\fP is to be interesting and compelling to
9
9
watch, yet induce a state of nervous edginess in the viewer. This manpage
29
29
or the id number (decimal or hex) of a specific visual.
30
30
.TP 8
31
31
.B \-db
32
 
.B \-no-db
 
32
.B \-no\-db
33
33
Use double-buffering (or not, respectively). Double-buffering may make 
34
34
things look better for larger line widths and/or larger numbers of
35
35
blots, but "better" may equate to yielding less of the desired edginess
46
46
The interframe delay, in microseconds. Defaults to 10000, resource
47
47
\fIdelay\fP.
48
48
.TP 8
49
 
.B \-max-iters \fIinteger\fP
 
49
.B \-max\-iters \fIinteger\fP
50
50
The maximum number of iterations (frames) before a new model is
51
51
generated. The actual number of iterations per model is a random number
52
52
between 1 and this value. Defaults to 1200, resource
57
57
fit the particularly chosen model, and has a fixed minimum per-model.
58
58
Defaults to 250, resource \fIcount\fP.
59
59
.TP 8
60
 
.B \-line-width \fIinteger\fP
 
60
.B \-line\-width \fIinteger\fP
61
61
The width of the lines to draw. 0 means an optimized pixel-thick line.
62
62
Defaults to 0, resource \fIlineWidth\fP.
63
63
.TP 8
64
 
.B \-event-chance \fIfraction\fP
 
64
.B \-event\-chance \fIfraction\fP
65
65
The chance, per iteration, for a life-altering event to occur (such as
66
66
picking a new rotation target), in the range 0..1. Defaults to 0.2,
67
67
resource \fIeventChance\fP.
68
68
.TP 8 
69
 
.B \-iter-amt \fIfraction\fP
 
69
.B \-iter\-amt \fIfraction\fP
70
70
The fraction of movement towards a target (such as rotation angle or scale)
71
71
that happens per iteration, in the range 0..1. Defaults to 0.01,
72
 
resource \fiterAmt\fP.
 
72
resource \fIiterAmt\fP.
73
73
.TP 8
74
74
.B \-nervousness \fIfraction\fP
75
75
How nervous the drawing is, in the range 0..1. This is how jumpy the points
76
76
on each blot are. Defaults to 0.3, resource \fInervousness\fP.
77
77
.TP 8
78
 
.B \-max-nerve-radius \fIfraction\fP
 
78
.B \-max\-nerve\-radius \fIfraction\fP
79
79
The maximum radius of blot nervousness, as a fraction of the radius of the
80
80
blot, in the range 0..1. Defaults to 0.7, resource \fImaxNerveRadius\fP.
81
81
.TP 8
82
 
.B \-min-radius \fIinteger\fP
 
82
.B \-min\-radius \fIinteger\fP
83
83
The minimum radius for a blot, in the range 1..100. Defaults to 3,
84
84
resource \fIminRadius\fP.
85
85
.TP 8
86
 
.B \-max-radius \fIinteger\fP
 
86
.B \-max\-radius \fIinteger\fP
87
87
The maximum radius for a blot, in the range 1..100. Defaults to 25,
88
88
resource \fImaxRadius\fP.
89
89
.TP 8
90
 
.B \-min-scale \fIfraction\fP
 
90
.B \-min\-scale \fIfraction\fP
91
91
The minimum overall scale of drawing, as a fraction of
92
92
\fImin(windowHeight,windowWidth)\fP, in the range 0..10. Defaults to 0.6,
93
93
resource \fIminScale\fP.
94
94
.TP 8
95
 
.B \-max-scale \fIfraction\fP
 
95
.B \-max\-scale \fIfraction\fP
96
96
The maximum overall scale of drawing, as a fraction of
97
97
\fImin(windowHeight,windowWidth)\fP, in the range 0..10. Defaults to 1.75,
98
98
resource \fImaxScale\fP.