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

Revision 20148, 2.1 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 "" "X Version 11"
2.SH NAME
3piecewise - lots of moving circles intersecting in interesting ways.
4.SH SYNOPSIS
5.B piecewise
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-delay \fInumber\fP]
11[\-count \fInumber\fP]
12[\-ncolors \fInumber\fP]
13[\-colorspeed \fInumber\fP]
14[\-minradius \fInumber\fP]
15[\-maxradius \fInumber\fP]
16[\-no-db]
17.SH DESCRIPTION
18This draws a bunch of moving circles which switch from visibility to invisibility
19when they intersect.
20.SH OPTIONS
21.TP 8
22.B \-visual \fIvisual\fP
23Specify which visual to use.  Legal values are the name of a visual class,
24or the id number (decimal or hex) of a specific visual.
25.TP 8
26.B \-window
27Draw on a newly-created window.  This is the default.
28.TP 8
29.B \-root
30Draw on the root window.
31.TP 8
32.B \-delay \fInumber\fP
33Per-frame delay, in microseconds.  Default: 5000 (0.01 seconds.).
34.TP 8
35.B \-count \fInumber\fP
36Number of circles.  Default: 32.
37.TP 8
38.B \-ncolors \fInumber\fP
39Number of colors, only one of which is used at a time.  Default: 256.
40.TP 8
41.B \-colorspeed \fInumber\fP
42How fast the color changes (0 - 100).  Default: 10.
43.TP 8
44.B \-minradius \fInumber\fP
45Minimum circle radius (as a proportion of screen height). Default: 0.05.
46.TP 8
47.B \-maxradius \fInumber\fP
48Maximum circle radius (as a proportion of screen height). Default: 0.2.
49.TP 8
50.B \-db | \-no-db
51Whether to double buffer.
52.SH ENVIRONMENT
53.PP
54.TP 8
55.B DISPLAY
56to get the default host and display number.
57.TP 8
58.B XENVIRONMENT
59to get the name of a resource file that overrides the global resources
60stored in the RESOURCE_MANAGER property.
61.SH SEE ALSO
62.BR X (1),
63.BR xscreensaver (1)
64.SH COPYRIGHT
65Copyright \(co 2003 by Geoffrey Irving.  Permission to use, copy, modify,
66distribute, and sell this software and its documentation for any purpose is
67hereby granted without fee, provided that the above copyright notice appear
68in all copies and that both that copyright notice and this permission notice
69appear in supporting documentation.  No representations are made about the
70suitability of this software for any purpose.  It is provided "as is" without
71express or implied warranty.
72.SH AUTHOR
73Geoffrey Irving.
Note: See TracBrowser for help on using the repository browser.