1juggle(6x) XScreenSaver manual juggle(6x)
2
3
4
6 juggle - juggling man screen saver.
7
9 juggle [-display host:display.screen] [-root] [-window] [-mono]
10 [-install|-noinstall] [-visual visual] [-window-id id] [-pattern pat‐
11 tern] [-tail number] [-real|-no-real] [-describe|-no-describe]
12 [-balls|-no-balls] [-clubs|-no-clubs] [-torches|-no-torches]
13 [-knives|-no-knives] [-rings|-no-rings] [-bballs|-no-bballs] [-count
14 count] [-cycles cycles] [-delay delay] [-ncolors ncolors]
15
17 Draws a stick-man juggling various collections of objects.
18
20 -display host:display.screen
21 X11 display to use. Overrides DISPLAY environment variable.
22
23 -root Draw on the root window.
24
25 -window
26 Draw on a newly-created X window. This is the default.
27
28 -mono Draw in monochrome.
29
30 -install | -noinstall
31 Turn on/off installing colormap.
32
33 -visual visual
34 Specify which visual to use. Legal values are the name of a
35 visual class, or the id number (decimal or hex) of a specific
36 visual.
37
38 -window-id id
39 Draw on an already existing X window.
40
41 -pattern "pattern"
42 Specify juggling pattern in annotated site-swap notation. In
43 site-swap notation, the "height" of each throw is given. E.g.,
44 "3" is the height needed to juggle a 3-Cascade. Note that these
45 sequences need to be chosen carefully, to avoid collisions.
46
47 Annotations indicate relative hand movements or tricks:
48
49 - Inside throw (default)
50 + Outside throw
51 = Cross Throw
52 & Cross Catch
53 x Cross Throw and Catch
54 _ Bounce
55
56 -pattern "[pattern]"
57 Specify juggling pattern in annotated Adam notation. Adam nota‐
58 tion is a little harder to visualize. Each integer n represents
59 a cyclic permutation of (0...n). The equivalent site-swap value
60 is determined by calculating how many of the permutations it
61 takes to get back to the identity. The largest number used is
62 the same as the number of objects in the pattern. The advantage
63 of Adam notation is that these sequences do not need to be cho‐
64 sen carefully, since all possible sequences are juggle-able.
65 Annotations are the same as in site-swap notation.
66
67 For example, both of these describe a 3-Shower:
68
69 -pattern "+5 1"
70
71 -pattern "[+3 1]"
72
73 For further examples, see the portfolio list in the source code.
74
75 -tail number
76 Minimum Trail Length. 0 - 100. Default: 1. Objects may over‐
77 ride this, for example flaming torches always leave a trail.
78
79 -real | -no-real
80 Turn on/off real-time juggling. Deprecated. There should be no
81 need to turn off real-time juggling, even on slow systems.
82 Adjust speed using -count above.
83
84 -describe | -no-describe
85 Turn on/off pattern descriptions.
86
87 -balls | -no-balls
88 Turn on/off Balls.
89
90 -clubs | -no-clubs
91 Turn on/off Clubs.
92
93 -torches | -no-torches
94 Turn on/off Flaming Torches.
95
96 -knives | -no-knives
97 Turn on/off Knives.
98
99 -rings | -no-rings
100 Turn on/off Rings.
101
102 -bballs | -no-bballs
103 Turn on/off Bowling Balls.
104
105 -count number
106 Speed. 50 - 1000. Default: 200. This determines the expected
107 time interval between a throw and the next catch, in millisec‐
108 onds.
109
110 -cycles number
111 Performance Length. 50 - 1000. Default: 1000. Setting this
112 smaller will force the juggler to switch patterns (and objects)
113 more often.
114
115 -delay delay
116 Additional delay between frames, in microseconds. Default:
117 10000. Deprecated. Adjust speed using -count.
118
119 -ncolors ncolors
120 Maximum number of colors to use. Default: 32.
121
123 DISPLAY
124 to get the default host and display number.
125
126 XENVIRONMENT
127 to get the name of a resource file that overrides the global
128 resources stored in the RESOURCE_MANAGER property.
129
131 X(1), xscreensaver(1)
132
134 Copyright © 1996,2000,2002,2004 by Tim Auckland. Permission to use,
135 copy, modify, distribute, and sell this software and its documentation
136 for any purpose is hereby granted without fee, provided that the above
137 copyright notice appear in all copies and that both that copyright
138 notice and this permission notice appear in supporting documentation.
139 No representations are made about the suitability of this software for
140 any purpose. It is provided "as is" without express or implied war‐
141 ranty.
142
144 Tim Auckland.
145
146
147
148X Version 11 5.05-3 (06-Apr-2008) juggle(6x)