summaryrefslogtreecommitdiffstats
path: root/hacks/abstractile.man
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/abstractile.man')
-rw-r--r--hacks/abstractile.man52
1 files changed, 52 insertions, 0 deletions
diff --git a/hacks/abstractile.man b/hacks/abstractile.man
new file mode 100644
index 0000000..d043ce7
--- /dev/null
+++ b/hacks/abstractile.man
@@ -0,0 +1,52 @@
+.TH XScreenSaver 1 "27-Apr-97" "X Version 11"
+.SH NAME
+abstractile - draw abstract mosaic patterns of interlocking tiles
+.SH SYNOPSIS
+.B abstractile
+[\-sleep \fIseconds\fP] [\-speed \fIint\fP] [\-tile \fItile_mode\fP]
+[\-fps]
+.SH DESCRIPTION
+The \fIabstractile\fP program draws chaotic grids of randomly colored
+and shaped interlocking tiles.
+.SH OPTIONS
+.I abstractile
+accepts the following options:
+.TP 8
+.B \-sleep \fIseconds\fP
+Specify the number of seconds to sleep between screens (0-60).
+.TP 8
+.B \-speed \fIint\fP
+A value between 0 and 5 used to specify the speed at which each screen is drawn.
+.TP 8
+.B \-tile \fItile_mode\fP
+The type of tile that is drawn on each screen. Legal values are
+\fIrandom\fP, \fIflat\fP, \fIthin\fP, \fIoutline\fP,
+\fIblock\fP, \fIneon\fP, and \fItiled\fP
+.TP 8
+.B \-fps
+Display the current frame rate and CPU load.
+.SH ENVIRONMENT
+.PP
+.TP 8
+.B DISPLAY
+to get the default host and display number.
+.TP 8
+.B XENVIRONMENT
+to get the name of a resource file that overrides the global resources
+stored in the RESOURCE_MANAGER property.
+.SH SEE ALSO
+.BR X (1),
+.BR xscreensaver (1)
+.SH COPYRIGHT
+Copyright \(co 2004 by Steve Sundstrom. Based on
+examples from the hacks directory of xscreensaver,
+Copyright (c) 1997, 1998, 2002 Jamie Zawinski
+<jwz@jwz.org>
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+.SH AUTHOR
+Steve Sundstrom