1blinkbox(6x) XScreenSaver manual blinkbox(6x)
2
3
4
6 blinkbox - shows a ball inside a box.
7
9 blinkbox [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-wireframe] [-boxsize number] [-dissolve]
11 [-fade] [-no-blur] [-fps]
12
14 Shows a ball contained inside of a bounding box. Colored blocks blink
15 in when the ball hits the edges.
16
18 -visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -delay number
28 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
29 onds.).
30
31 -wireframe | -no-wireframe
32 Render in wireframe instead of solid.
33
34 -boxsize
35 Sets the size of the colored boxes. Should be between 1 and 8.
36 Default: 2
37
38 -dissolve | -no-dissolve
39 Boxes shrink instead of just vanishing.
40
41 -fade | -no-fade
42 Boxes fade to transparency instead of just vanishing.
43
44 -blur | -no-blur
45 Enable or disable motion blur on the ball. Default: blurry.
46
47 -fps Display the current frame rate, CPU load, and polygon count.
48
50 DISPLAY to get the default host and display number.
51
52 XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55
57 X(1), xscreensaver(1)
58
60 Copyright © 2003 by Jeremy English. Permission to use, copy, modify,
61 distribute, and sell this software and its documentation for any pur‐
62 pose is hereby granted without fee, provided that the above copyright
63 notice appear in all copies and that both that copyright notice and
64 this permission notice appear in supporting documentation. No repre‐
65 sentations are made about the suitability of this software for any pur‐
66 pose. It is provided "as is" without express or implied warranty.
67
69 Jeremy English. Motion blur by John Boero.
70
71
72
73X Version 11 6.04-1.fc36 (06-Jun-2022) blinkbox(6x)