1helix(6x) XScreenSaver manual helix(6x)
2
3
4
6 helix - draw helical string-art patterns
7
9 helix [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono]
11 [--erase-speed usecs] [--erase-mode integer] [--delay seconds] [--in‐
12 stall] [--visual visual] [--fps]
13
15 The helix program draws interesting patterns composed of line segments
16 in random colors.
17
19 helix accepts the following options:
20
21 --window
22 Draw on a newly-created window. This is the default.
23
24 --root Draw on the root window.
25
26 --window-id number
27 Draw on the specified window.
28
29 --mono If on a color display, pretend we're on a monochrome display.
30
31 --delay seconds
32 This sets the number of seconds that the helix will be on the
33 screen.
34
35 --subdelay microseconds
36 This sets the amount of time to pause periodically while draw‐
37 ing.
38
39 --install
40 Install a private colormap for the window.
41
42 --visual visual
43 Specify which visual to use. Legal values are the name of a
44 visual class, or the id number (decimal or hex) of a specific
45 visual.
46
47 --fps Display the current frame rate and CPU load.
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
56 XSCREENSAVER_WINDOW
57 The window ID to use with --root.
58
60 X(1), xscreensaver(1)
61
63 Copyright © 1992 by Jamie Zawinski. Permission to use, copy, modify,
64 distribute, and sell this software and its documentation for any pur‐
65 pose is hereby granted without fee, provided that the above copyright
66 notice appear in all copies and that both that copyright notice and
67 this permission notice appear in supporting documentation. No repre‐
68 sentations are made about the suitability of this software for any pur‐
69 pose. It is provided "as is" without express or implied warranty.
70
72 Jamie Zawinski <jwz@jwz.org>, 13-aug-92. Screen eraser improved by Jo‐
73 hannes Keukelaar <johannes@nada.kth.se>,
74 18-sep-97.
75
76
77
78X Version 11 6.08-1.fc39 (17-Oct-2023) helix(6x)