began for maemo
[xscreensaver] / xscreensaver / hacks / boxfit.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 boxfit - fills space with a gradient of growing boxes or circles.
4 .SH SYNOPSIS
5 .B boxfit
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fIusecs\fP]
11 [\-count \fIint\fP]
12 [\-growby \fIint\fP]
13 [\-spacing \fIint\fP]
14 [\-border \fIint\fP]
15 [\-circles | \-squares | \-random]
16 [\-grab]
17 [\-peek]
18 .SH DESCRIPTION
19 Packs the screen with growing boxes or circles, colored according to a
20 horizontal or vertical gradient.  The objects grow until they touch,
21 then stop.  When the screen is full, they shrink away and the process
22 restarts.
23 .SH OPTIONS
24 .TP 8
25 .B \-visual \fIvisual\fP
26 Specify which visual to use.  Legal values are the name of a visual class,
27 or the id number (decimal or hex) of a specific visual.
28 .TP 8
29 .B \-window
30 Draw on a newly-created window.  This is the default.
31 .TP 8
32 .B \-root
33 Draw on the root window.
34 .TP 8
35 .B \-delay \fImicroseconds\fP
36 How much of a delay should be introduced between steps of the animation.
37 Default 20000, or about 0.02 seconds.
38 .TP 8
39 .B \-count \fIint\fP
40 How many boxes or circles to animate simultaneously; default 50.
41 Smaller numbers yield larger boxes/circles.
42 .TP 8
43 .B \-growby \fIint\fP
44 How many pixels the objects should grow by, each frame.  Default 1.
45 .TP 8
46 .B \-spacing \fIint\fP
47 How many pixels of space should be left between the objects.  Default 1.
48 .TP 8
49 .B \-border \fIint\fP
50 Thickness of the colored border around each object.  Default 1.
51 .TP 8
52 .B \-circles\fB | \-squares\fP | \-random\fP
53 Draw circles, squares, or choose randomly (the default).
54 .TP 8
55 .B \-grab
56 Normally it colors the boxes with a horizontal or vertical gradient.
57 If \fI\-grab\fP is specified, it will instead load a random image,
58 and color the boxes according to the colors in that image.
59 As the picture fills in, some features of the underlying image
60 may become recognisable.
61
62 When grabbing images, the image will be grabbed from the portion of
63 the screen underlying the window, or from the system's video input,
64 or from a random file on disk, as indicated by
65 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
66 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
67 file; see
68 .BR xscreensaver-demo (1)
69 for more details.
70 .TP 8
71 .B \-peek
72 This option says to briefly show you the underlying image before
73 beginning.  The default is not to show the unadulterated image at all.
74 (This only has an effect when \fI\-grab\fP is used.)
75 .SH ENVIRONMENT
76 .PP
77 .TP 8
78 .B DISPLAY
79 to get the default host and display number.
80 .TP 8
81 .B XENVIRONMENT
82 to get the name of a resource file that overrides the global resources
83 stored in the RESOURCE_MANAGER property.
84 .SH SEE ALSO
85 .BR X (1),
86 .BR xscreensaver (1)
87 .BR xscreensaver\-demo (1),
88 .BR xscreensaver\-getimage (1)
89 .SH COPYRIGHT
90 Copyright \(co 2005 by Jamie Zawinski.  Permission to use, copy, modify, 
91 distribute, and sell this software and its documentation for any purpose is 
92 hereby granted without fee, provided that the above copyright notice appear 
93 in all copies and that both that copyright notice and this permission notice
94 appear in supporting documentation.  No representations are made about the 
95 suitability of this software for any purpose.  It is provided "as is" without
96 express or implied warranty.
97 .SH AUTHOR
98 Jamie Zawinski <jwz@jwz.org>