X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fqix.man;h=90dd67dc92eb5e2b261be8b67890753f3ed1d81c;hb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d;hp=c67221c0b8cc4493d0518e0a4adf862040cbcc51;hpb=6edc84f12f15860a71430c45e8392a5e4ef8203c;p=xscreensaver diff --git a/hacks/qix.man b/hacks/qix.man index c67221c0..90dd67dc 100644 --- a/hacks/qix.man +++ b/hacks/qix.man @@ -1,9 +1,9 @@ -.TH XScreenSaver 1 "9-dec-92" "X Version 11" +.TH XScreenSaver 1 "27-Apr-97" "X Version 11" .SH NAME qix - bounce colored lines around a window .SH SYNOPSIS .B qix -[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-segments \fIint\fP] [\-spread \fIpixels\fP] [\-size \fIpixels\fP] [\-count \fIint\fP] [\-color-shift \fIdegrees\fP] [\-delay \fIusecs\fP] [\-random] [\-linear] [\-solid] [\-hollow] [\-xor] [\-no\-xor] [\-transparent] [\-non\-transparent] [\-additive] [\-subtractive] +[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-segments \fIint\fP] [\-spread \fIpixels\fP] [\-size \fIpixels\fP] [\-count \fIint\fP] [\-color-shift \fIdegrees\fP] [\-delay \fIusecs\fP] [\-random] [\-linear] [\-solid] [\-hollow] [\-xor] [\-no\-xor] [\-transparent] [\-non\-transparent] [\-additive] [\-subtractive] [\-poly \fIint\fP] [\-gravity] [\-no\-gravity] .SH DESCRIPTION The \fIqix\fP program bounces a series of line segments around its window. This is truly the swiss army chainsaw of qix programs. If you know of one @@ -75,8 +75,7 @@ This implies \fI\-mono\fP, in that only two colors can be used. .B \-transparent If this is specified, and \fI\-count\fP is greater than 1, then each qix will be drawn in one color, and when they overlap, the colors will be mixed. -This only works on \fBPseudoColor\fP displays. This looks best in -conjuction with \fI\-solid\fP. +This looks best in conjuction with \fI\-solid\fP. .TP 8 .B \-non\-transparent Turns off \fI\-transparent\fP. @@ -90,6 +89,19 @@ light. This is the default. If \fI\-transparent\fP is specified, then this option means that the colors will be mixed using a subtractive color model, as if the qixes were translucent filters. +.TP 8 +.B \-poly \fIint\fP +How many vertices each qix-line should have: the default is 2, meaning the +traditional qix line shape. Three will yield triangles, and so on. +.TP 8 +.B \-gravity +.TP 8 +.B \-no\-gravity +Whether there should be downward attraction. For example, the +options +.B \-gravity \-linear +will make everything move in nice smooth parabolas. +Gravity is off by default. .SH ENVIRONMENT .PP .TP 8 @@ -111,4 +123,6 @@ appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. .SH AUTHOR -Jamie Zawinski , 13-aug-92. +Jamie Zawinski , 13-aug-92. + +Thanks to Ariel Scolnicov for the \-poly and \-gravity options.