1halftone(6x) XScreenSaver manual halftone(6x)
2
3
4
6 halftone - simple halftone pattern of moving mass points
7
9 halftone [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--count number] [--spacing number]
11 [--sizefactor number] [--delay number] [--minmass number] [--maxmass
12 number] [--minspeed number] [--maxspeed number] [--fps]
13
15 Draws the gravity force in each point on the screen seen through a
16 halftone dot pattern. The gravity force is calculated from a set of
17 moving mass points. View it from a distance for best effect.
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
26 Draw on a newly-created window. This is the default.
27
28 --root Draw on the root window.
29
30 --window-id number
31 Draw on the specified window.
32
33 --count number
34 How many mass points to move around. Default: 10
35
36 --spacing number
37 Distance between each halftone dot. Default: 14
38
39 --sizefactor number
40 How big each halftone dot should be drawn compared to the spac‐
41 ing value. Default: 1.5
42
43 --minmass number
44 The minimum mass of each mass point. Default: 0.001
45
46 --maxmass number
47 The maximum mass of each mass point. Default: 0.02
48
49 --minspeed number
50 The minimum speed of each mass point. Default: 0.001
51
52 --maxspeed number
53 The maximum speed of each mass point. Default: 0.02 --delay
54 number Per-frame delay, in microseconds. Default: 10000
55
56 --fps Display the current frame rate and CPU load.
57
59 DISPLAY to get the default host and display number.
60
61 XENVIRONMENT
62 to get the name of a resource file that overrides the global
63 resources stored in the RESOURCE_MANAGER property.
64
65 XSCREENSAVER_WINDOW
66 The window ID to use with --root.
67
69 X(1), xscreensaver(1)
70
72 Copyright © 2002 by Peter Jaric. Permission to use, copy, modify, dis‐
73 tribute, and sell this software and its documentation for any purpose
74 is hereby granted without fee, provided that the above copyright notice
75 appear in all copies and that both that copyright notice and this per‐
76 mission notice appear in supporting documentation. No representations
77 are made about the suitability of this software for any purpose. It is
78 provided "as is" without express or implied warranty.
79
81 Peter Jaric
82
83
84
85
86X Version 11 6.08-1.fc39 (17-Oct-2023) halftone(6x)