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