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

Revision 20148, 1.8 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
3deluxe - pulsing sequence of stars, circles, and lines.
4.SH SYNOPSIS
5.B deluxe
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-delay \fInumber\fP]
11[\-thickness \fInumber\fP]
12[\-count \fInumber\fP]
13[\-ncolors \fInumber\fP]
14[\-transparent]
15[\-no-db]
16.SH DESCRIPTION
17This draws a pulsing sequence of stars, circles, and lines.
18.SH OPTIONS
19.TP 8
20.B \-visual \fIvisual\fP
21Specify which visual to use.  Legal values are the name of a visual class,
22or the id number (decimal or hex) of a specific visual.
23.TP 8
24.B \-window
25Draw on a newly-created window.  This is the default.
26.TP 8
27.B \-root
28Draw on the root window.
29.TP 8
30.B \-delay \fInumber\fP
31Per-frame delay, in microseconds.  Default: 5000 (0.01 seconds.).
32.TP 8
33.B \-thickness \fInumber\fP
34Thickness of lines.  Default: 50.
35.TP 8
36.B \-count \fInumber\fP
37Number of objects.  Default: 5.
38.TP 8
39.B \-ncolors \fInumber\fP
40Number of colors.  Default: 20.
41.TP 8
42.B \-transparent | \-no-transparent
43Whether to use transparency.
44.TP 8
45.B \-db | \-no-db
46Whether to double buffer.
47.SH ENVIRONMENT
48.PP
49.TP 8
50.B DISPLAY
51to get the default host and display number.
52.TP 8
53.B XENVIRONMENT
54to get the name of a resource file that overrides the global resources
55stored in the RESOURCE_MANAGER property.
56.SH SEE ALSO
57.BR X (1),
58.BR xscreensaver (1)
59.SH COPYRIGHT
60Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify,
61distribute, and sell this software and its documentation for any purpose is
62hereby granted without fee, provided that the above copyright notice appear
63in all copies and that both that copyright notice and this permission notice
64appear in supporting documentation.  No representations are made about the
65suitability of this software for any purpose.  It is provided "as is" without
66express or implied warranty.
67.SH AUTHOR
68Jamie Zawinski.
Note: See TracBrowser for help on using the repository browser.