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

Revision 20148, 2.0 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
3crystal - kaleidescope.
4.SH SYNOPSIS
5.B crystal
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-grid]
11[\-no-cell]
12[\-centre]
13[\-nx \fInumber\fP]
14[\-ny \fInumber\fP]
15[\-count \fInumber\fP]
16[\-delay \fInumber\fP]
17[\-ncolors \fInumber\fP]
18.SH DESCRIPTION
19Moving polygons, similar to a kaleidescope (more like a kaleidescope than
20the hack called `kaleid,' actually.)
21.SH OPTIONS
22.TP 8
23.B \-visual \fIvisual\fP
24Specify which visual to use.  Legal values are the name of a visual class,
25or the id number (decimal or hex) of a specific visual.
26.TP 8
27.B \-window
28Draw on a newly-created window.  This is the default.
29.TP 8
30.B \-root
31Draw on the root window.
32.TP 8
33.B \-grid | \-no-grid
34Whether to draw grid.
35.TP 8
36.B \-cell | \-no-cell
37Whether to draw the cell.
38.TP 8
39.B \-centre | \-no-centre
40Whether to center on screen
41.TP 8
42.B \-nx \fInumber\fP
43Horizontal Symmetries.  -10 - 10.  Default: -3.
44.TP 8
45.B \-ny \fInumber\fP
46Vertical Symmetries.  -10 - 10.  Default: -2.
47.TP 8
48.B \-count \fInumber\fP
49Count.  -5000 - 5000.  Default: -500.
50.TP 8
51.B \-delay \fInumber\fP
52Per-frame delay, in microseconds.  Default: 60000 (0.06 seconds.).
53.TP 8
54.B \-ncolors \fInumber\fP
55Number of Colors.  Default: 100.
56.SH ENVIRONMENT
57.PP
58.TP 8
59.B DISPLAY
60to get the default host and display number.
61.TP 8
62.B XENVIRONMENT
63to get the name of a resource file that overrides the global resources
64stored in the RESOURCE_MANAGER property.
65.SH SEE ALSO
66.BR X (1),
67.BR xscreensaver (1)
68.SH COPYRIGHT
69Copyright \(co 2002 by Jouk Jansen.  Permission to use, copy, modify,
70distribute, and sell this software and its documentation for any purpose is
71hereby granted without fee, provided that the above copyright notice appear
72in all copies and that both that copyright notice and this permission notice
73appear in supporting documentation.  No representations are made about the
74suitability of this software for any purpose.  It is provided "as is" without
75express or implied warranty.
76.SH AUTHOR
77Jouk Jansen.
Note: See TracBrowser for help on using the repository browser.