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

Revision 20148, 2.3 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 "9-Dec-2001" "X Version 11"
2.SH NAME
3xspirograph - simulates the rotation of a disk inside a circular rim
4.SH SYNOPSIS
5.B xspirograph
6[\-display \fIhost:display.screen\fP] [\-window] [\-root] [\-install]
7[\-visual \fIvisual\fP]
8[\-delay \fIseconds\fP]
9[\-subdelay \fIuseconds\fP]
10[\-layers \fIinteger\fP]
11[\-alwaysfinish] [\-noalwaysfinish]
12.SH DESCRIPTION
13\fIxspirograph\fP draws patterns such as those made by a
14spirograph, that is, the curve traced by a point on a circular
15disk rotating on the inside of a hollow circular rim.
16.SH OPTIONS
17.I xspirograph
18accepts the following options:
19.TP 8
20.B \-window
21Draw on a newly-created window.  This is the default.
22.TP 8
23.B \-root
24Draw on the root window.
25.TP 8
26.B \-install
27Install a private colormap for the window.
28.TP 8
29.B \-visual \fIvisual\fP\fP
30Specify which visual to use.  Legal values are the name of a visual class,
31or the id number (decimal or hex) of a specific visual.
32.TP 8
33.B \-delay \fIsecs\fP
34The delay between finishing one draw and starting the next. Default:
355 seconds.
36.TP 8
37.B \-subdelay \fIusec\fP
38The time to delay between each hundred line draws.  Use this if you
39want to see the pattern form.  Default: 0.
40.TP 8
41.B \-alwaysfinish\fP  \fB\-noalwaysfinish\fP
42If you want each pattern to draw until it is done, specify the first.
43Otherwise, they will stop after a set number of iterations.  Default:
44no.
45.TP 8
46.B \-layers \fIinteger\fP
47Number of pairs of patterns to draw between each erase.
48
49.SH ENVIRONMENT
50.TP 8
51.B DISPLAY
52to get the default host and display number.
53.TP 8
54.B XENVIRONMENT
55to get the name of a resource file that overrides the global resources
56stored in the RESOURCE_MANAGER property.
57.SH SEE ALSO
58.BR X (1),
59.BR xscreensaver (1)
60.SH COPYRIGHT
61Copyright \(co 2000 by Rohit Singh
62<rohit_singh@hotmail.com> Permission to use, copy, modify, distribute,
63and sell this software and its documentation for any purpose is hereby
64granted without fee, provided that the above copyright notice appear in
65all copies and that both that copyright notice and this permission
66notice appear in supporting documentation.  No representations are made
67about the suitability of this software for any purpose.  It is provided
68"as is" without express or implied warranty.
69.P
70Modified by Matthew Strait <straitm@mathcs.carleton.edu> Dec 2001.
Note: See TracBrowser for help on using the repository browser.