1pulsar(6x) XScreenSaver manual pulsar(6x)
2
3
4
6 pulsar - intersecting planes, alpha blending, fog, and textures.
7
9 pulsar [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-no-light] [-wire] [-delay number] [-quads number] [-image
11 file] [-light] [-fog] [-texture] [-mipmap] [-no-blend] [-antialias]
12 [-texture_quality] [-do_depth] [-fps]
13
15 Draws some intersecting planes, making use of alpha blending, fog, tex‐
16 tures, and mipmaps, plus a ``frames per second'' meter so that you can
17 tell how fast your graphics card is... Requires OpenGL.
18
20 -visual visual
21 Specify which visual to use. Legal values are the name of a
22 visual class, or the id number (decimal or hex) of a specific
23 visual.
24
25 -window Draw on a newly-created window. This is the default.
26
27 -root Draw on the root window.
28
29 -light | -no-light
30 Use Flat Coloring.
31
32 -wire Render in wireframe instead of solid.
33
34 -delay number
35 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
36 onds.).
37
38 -image file
39 The texture map to use.
40
41 -quads number
42 Quad Count. 1 - 50. Default: 5.
43
44 -light | -no-light
45 Whether to enable lighting.
46
47 -fog | -no-fog
48 Whether to enable fog.
49
50 -texture | -no-texture
51 Whether to enable texturing.
52
53 -mipmap | -no-mipmap
54 Whether to enable texture mipmaps.
55
56 -blend | -no-blend
57 Whether to enable blending.
58
59 -antialias | -no-antialias
60 Whether to anti-alias lines.
61
62 -texture_quality | -no-texture_quality
63 Whether to enable texture filtering.
64
65 -do_depth | -no-do_depth
66 Whether to enable depth buffer.
67
68 -fps Display the current frame rate, CPU load, and polygon count.
69
71 DISPLAY to get the default host and display number.
72
73 XENVIRONMENT
74 to get the name of a resource file that overrides the global
75 resources stored in the RESOURCE_MANAGER property.
76
78 X(1), xscreensaver(1)
79
81 Copyright © 2002 by David Konerding. Permission to use, copy, modify,
82 distribute, and sell this software and its documentation for any pur‐
83 pose is hereby granted without fee, provided that the above copyright
84 notice appear in all copies and that both that copyright notice and
85 this permission notice appear in supporting documentation. No repre‐
86 sentations are made about the suitability of this software for any pur‐
87 pose. It is provided "as is" without express or implied warranty.
88
90 David Konerding.
91
92
93
94X Version 11 5.15-3.fc14 (18-Oct-2011) pulsar(6x)