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