1carousel(6x) XScreenSaver manual carousel(6x)
2
3
4
6 carousel - displays multiple images rotating in a circular formation
7
9 carousel [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--count int] [--zoom | --no-zoom]
11 [--tilt XY] [--titles | --no-titles] [--font font] [--speed ratio]
12 [--duration seconds] [--fps] [--debug] [--wireframe]
13
15 Loads several random images, and displays them flying in a circular
16 formation. The circle changes speed and direction randomly, tilts on
17 its axis, and the images move in and out.
18
19 This program requires a good video card capable of supporting large
20 textures.
21
22 To specify the directory that images are loaded from, run xscreen‐
23 saver-settings(1) and click on the "Advanced" tab.
24
26 --visual visual
27 Specify which visual to use. Legal values are the name of a
28 visual class, or the id number (decimal or hex) of a specific
29 visual.
30
31 --window
32 Draw on a newly-created window. This is the default.
33
34 --root Draw on the root window.
35
36 --window-id number
37 Draw on the specified window.
38
39 --count int
40 How many images to display. Default 7.
41
42 --zoom | --no-zoom
43 Whether the images should move in and out (toward and away from
44 the axis of rotation). Default true.
45
46 --tilt XY | --no-tilt
47 Whether the axis of rotation should tilt, and how. -tilt X
48 means that it will tilt toward and away from the viewer. -tilt
49 Y means that it will tilt to the left and right of the screen.
50 -tilt XY (the default) means it will do both.
51
52 --titles | --no-titles
53 Whether to display the file names of the images beneath them.
54 Default: yes.
55
56 --font font-name
57 The font to use for titles. Note that the size of the font af‐
58 fects the clarity of the characters, not their size (it is
59 auto-scaled.)
60
61 --duration seconds
62 Every duration seconds, one of the images will be replaced with
63 a new one. Default 20 seconds.
64
65 --speed ratio
66 Speed up or slow down the animation. 0.5 means half as fast as
67 the default; 2.0 means twice as fast.
68
69 --delay number
70 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
71 onds.).
72
73 --fps Display the current frame rate, CPU load, and polygon count.
74
75 --debug Prints debugging info to stderr.
76
77 --wireframe
78 Another debug mode.
79
81 DISPLAY to get the default host and display number.
82
83 XENVIRONMENT
84 to get the name of a resource file that overrides the global
85 resources stored in the RESOURCE_MANAGER property.
86
87 XSCREENSAVER_WINDOW
88 The window ID to use with --root.
89
91 X(1), xscreensaver-settings(1) xscreensaver-getimage(6x) xscreen‐
92 saver(1) glslideshow(6x) photopile(6x)
93
95 Copyright © 2005 by Jamie Zawinski.
96
97 Permission to use, copy, modify, distribute, and sell this software and
98 its documentation for any purpose is hereby granted without fee, pro‐
99 vided that the above copyright notice appear in all copies and that
100 both that copyright notice and this permission notice appear in sup‐
101 porting documentation. No representations are made about the suitabil‐
102 ity of this software for any purpose. It is provided "as is" without
103 express or implied warranty.
104
106 Jamie Zawinski.
107
108
109
110X Version 11 6.06-1.fc37 (12-Dec-2022) carousel(6x)