Penguin
Annotated edit history of helix(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 helix - draw helical string-art patterns
16 !!SYNOPSIS
17
18
19 __helix__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-erase-speed ''usecs'']
22 [[-erase-mode ''integer''] [[-delay ''seconds'']
23 [[-install] [[-visual ''visual'']
24 !!DESCRIPTION
25
26
27 The ''helix'' program draws interesting patterns composed
28 of line segments in random colors.
29 !!OPTIONS
30
31
32 ''helix'' accepts the following options:
33
34
35 __-window__
36
37
38 Draw on a newly-created window. This is the
39 default.
40
41
42 __-root__
43
44
45 Draw on the root window.
46
47
48 __-mono__
49
50
51 If on a color display, pretend we're on a monochrome
52 display.
53
54
55 __-erase-speed__ ''usecs''
56
57
58 This controls the speed at which the screen will be erased.
59 Lower numbers erase faster.
60
61
62 __-erase-mode__ ''integer''
63
64
65 This sets the erase mode. Mode -1 chooses a random mode each
66 time. There are currently 6 modes defined
67 (0-5).
68
69
70 __-delay__ ''seconds''
71
72
73 This sets the number of seconds that the helix will be on
74 the screen.
75
76
77 __-install__
78
79
80 Install a private colormap for the window.
81
82
83 __-visual__ ''visual''
84
85
86 Specify which visual to use. Legal values are the name of a
87 visual class, or the id number (decimal or hex) of a
88 specific visual.
89 !!ENVIRONMENT
90
91
92 __DISPLAY__
93
94
95 to get the default host and display number.
96
97
98 __XENVIRONMENT__
99
100
101 to get the name of a resource file that overrides the global
102 resources stored in the RESOURCE_MANAGER
103 property.
104 !!SEE ALSO
105
106
4 perry 107 X(1), xscreensaver(1)
1 perry 108 !!COPYRIGHT
109
110
111 Copyright 1992 by Jamie Zawinski. Permission to use, copy,
112 modify, distribute, and sell this software and its
113 documentation for any purpose is hereby granted without fee,
114 provided that the above copyright notice appear in all
115 copies and that both that copyright notice and this
116 permission notice appear in supporting documentation. No
117 representations are made about the suitability of this
118 software for any purpose. It is provided
119 !!AUTHOR
120
121
122 Jamie Zawinski
123 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.