http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / glx / starwars.man
index 8b52ae7d9476535ff2ab1e30d835f8ece29407a7..050d40a355b5b9dde9e8b007c37cd02ae895fab4 100644 (file)
@@ -27,6 +27,8 @@ starwars - draws a perspective text crawl, like at the beginning of the movie
 [\-spin \fIfloat\fP]
 [\-steps \fIinteger\fP]
 [\-delay \fIusecs\fP]
+[\-no-smooth]
+[\-no-thick]
 .SH DESCRIPTION
 The \fIstarwars\fP program runs another program to generate a stream of
 text, then animates that text receeding into the background at an angle,
@@ -69,12 +71,11 @@ won't.
 
 Some examples:
 .EX
-starwars -columns 30 -program \\
-  'wget -qO- http://webcrawler.com/cgi-bin/SearchTicker'
-starwars -columns 76 -program 'cat /usr/src/linux/README'
+starwars -columns 76 -program 'cat /usr/src/linux*/README'
 starwars -program 'ping www.starwars.com'
 starwars -no-wrap -left -program 'finger @gnu.org'
 starwars -no-wrap -left -program 'ps -ef'
+starwars -no-wrap -left -program 'od -txC /dev/random'
 .EE
 .TP 8
 .B \-size \fIinteger\fP
@@ -100,7 +101,7 @@ The default is centered.
 .TP 8
 .B \-lines \fIinteger\fP
 How many lines should be allowed to be on the screen before they fall off
-the end.  The default is 500.
+the end.  The default is 125.
 .TP 8
 .B \-spin \fIfloat\fP
 The star field on the background slowly rotates.  This is how fast.
@@ -117,6 +118,15 @@ The delay between steps of the animation; default is 40000 (1/25th second.)
 Display a running tally of how many frames per second are being rendered.
 In conjunction with \fB\-delay 0\fP, this can be a useful benchmark of 
 your GL performance.
+.TP 8
+.B \-no\-smooth
+Turn off anti-aliasing of the lines used to draw the font.
+This will make the text blockier, but may improve performance.
+.TP 8
+.B \-no\-thick
+Turn off use of thick lines for the characters that are close to the
+foreground.  This will make the text appear unnaturally skinny, but 
+may improve performance.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -127,10 +137,19 @@ to get the default host and display number.
 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)
+.BR xscreensaver (1),
+.BR fortune (1),
+.BR phosphor (1),
+.BR apple2 (1),
+.BR fontglide (1),
+.BR ljlatest (1),
+.BR dadadodo (1),
+.BR webcollage (1),
+.BR driftnet (1)
+.BR EtherPEG ,
+.BR EtherPeek
 .SH COPYRIGHT
-Copyright \(co 1998-2001 by Jamie Zawinski and Claudio Matauoka.
+Copyright \(co 1998-2001 by Jamie Zawinski and Claudio Matsuoka.
 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and that