http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / whirlwindwarp.man
1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
2 .SH NAME
3 whirlwindwarp - crazy moving stars
4 .SH SYNOPSIS
5 .B whirlwindwarp
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-points \fIinteger\fP] [\-tails \fIinteger\fP]
7 [\-fps]
8 .SH DESCRIPTION
9 \fIwhirlwindwarp\fP plots stars moving according to various forcefields
10 (simple 2D equations).
11 .SH WARNING!
12 This screensaver may be \fIdangerous\fP for your eyes.
13 Please don't watch it for too long!
14 .SH OPTIONS
15 .I whirlwindwarp
16 accepts the following options:
17 .TP 8
18 .B \-window
19 Draw on a newly-created window.  This is the default.
20 .TP 8
21 .B \-root
22 Draw on the root window.
23 .TP 8
24 .B \-mono 
25 If on a color display, pretend we're on a monochrome display.
26 .TP 8
27 .B \-install
28 Install a private colormap for the window.
29 .TP 8
30 .B \-visual \fIvisual\fP
31 Specify which visual to use.  Legal values are the name of a visual class,
32 or the id number (decimal or hex) of a specific visual.
33 .TP 8
34 .B \-points \fIinteger\fP
35 The number of stars plotted (default 400).
36 .TP 8
37 .B \-tails \fIinteger\fP
38 The length of the tail of each star (default 8).
39 .TP 8
40 .B \-fps
41 Display the current frame rate and CPU load.
42 .SH ENVIRONMENT
43 .PP
44 .TP 8
45 .B DISPLAY
46 to get the default host and display number.
47 .TP 8
48 .B XENVIRONMENT
49 to get the name of a resource file that overrides the global resources
50 stored in the RESOURCE_MANAGER property.
51 .SH SEE ALSO
52 .BR X (1),
53 .BR xscreensaver (1)
54 .SH COPYRIGHT
55 Copyright (c) Paul "Joey" Clark.  Permission to use, copy, modify,
56 distribute, and sell this software and its documentation for any
57 purpose is hereby granted without fee, provided that the above
58 copyright notice appear in all copies and that both that copyright
59 notice and this permission notice appear in supporting documentation.
60 No representations are made about the suitability of this software for
61 any purpose.  It is provided "as is" without express or implied
62 warranty.
63 .SH AUTHOR
64 Paul "Joey" Clark <pclark@cs.bris.ac.uk> 10-Oct-00