1 .TH XScreenSaver 1 "" "X Version 11"
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
10 [\-delay \fInumber\fP]
12 [\-boxsize \fInumber\fP]
18 Shows a ball contained inside of a bounding box. Colored blocks blink in
19 when the ball hits the edges.
22 .B \-visual \fIvisual\fP
23 Specify which visual to use. Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
27 Draw on a newly-created window. This is the default.
30 Draw on the root window.
32 .B \-delay \fInumber\fP
33 Per-frame delay, in microseconds. Default: 30000 (0.03 seconds.).
35 .B \-wireframe | \-no-wireframe
36 Render in wireframe instead of solid.
39 Sets the size of the colored boxes. Should be between 1 and 8. Default: 2
41 .B \-dissolve | \-no-dissolve
42 Boxes shrink instead of just vanishing.
45 Boxes fade to transparency instead of just vanishing.
48 Enable or disable motion blur on the ball. Default: blurry.
51 Display the current frame rate, CPU load, and polygon count.
56 to get the default host and display number.
59 to get the name of a resource file that overrides the global resources
60 stored in the RESOURCE_MANAGER property.
65 Copyright \(co 2003 by Jeremy English. Permission to use, copy, modify,
66 distribute, and sell this software and its documentation for any purpose is
67 hereby granted without fee, provided that the above copyright notice appear
68 in all copies and that both that copyright notice and this permission notice
69 appear in supporting documentation. No representations are made about the
70 suitability of this software for any purpose. It is provided "as is" without
71 express or implied warranty.
73 Jeremy English. Motion blur by John Boero.