1glblur(6x) XScreenSaver manual glblur(6x)
2
3
4
6 glblur - 3D radial blur texture fields
7
9 glblur [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--blursize number]
11 [--no-wander] [--no-spin] [--spin [XYZ]] [--fps]
12
14 This program draws a box and a few line segments, and generates a ra‐
15 dial blur outward from it. This creates flowing field effects.
16
17 This is done by rendering the scene into a small texture, then repeat‐
18 edly rendering increasingly-enlarged and increasingly-transparent ver‐
19 sions of that texture onto the frame buffer. As such, it's quite
20 graphics intensive: don't bother trying to run this if you don't have
21 hardware-accelerated texture support. It will hurt your machine bad.
22
24 --visual visual
25 Specify which visual to use. Legal values are the name of a
26 visual class, or the id number (decimal or hex) of a specific
27 visual.
28
29 --window
30 Draw on a newly-created window. This is the default.
31
32 --root Draw on the root window.
33
34 --window-id number
35 Draw on the specified window.
36
37 --delay number
38 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
39 onds.).
40
41 --blursize number
42 How many copies of the scene should be laid down to make the
43 vapor trail. Default: 15. Larger numbers create smoother
44 fields, but are slower.
45
46 --wander | --no-wander
47 Whether the object should wander around the screen.
48
49 --spin [XYZ]
50 Around which axes should the object spin?
51
52 --no-spin
53 None.
54
55 --fps Display the current frame rate, CPU load, and polygon count.
56
58 DISPLAY to get the default host and display number.
59
60 XENVIRONMENT
61 to get the name of a resource file that overrides the global
62 resources stored in the RESOURCE_MANAGER property.
63
64 XSCREENSAVER_WINDOW
65 The window ID to use with --root.
66
68 X(1), xscreensaver(1)
69
71 Copyright © 2002 by Jamie Zawinski. Permission to use, copy, modify,
72 distribute, and sell this software and its documentation for any pur‐
73 pose is hereby granted without fee, provided that the above copyright
74 notice appear in all copies and that both that copyright notice and
75 this permission notice appear in supporting documentation. No repre‐
76 sentations are made about the suitability of this software for any pur‐
77 pose. It is provided "as is" without express or implied warranty.
78
80 Jamie Zawinski, with inspiration from a tutorial by Dario Corno.
81
82
83
84X Version 11 6.08-1.fc39 (17-Oct-2023) glblur(6x)