1glslideshow(6x) XScreenSaver manual glslideshow(6x)
2
3
4
6 glslideshow - slideshow of images using smooth zooming and fades
7
9 glslideshow [--display host:display.screen] [--visual visual] [--win‐
10 dow] [--root] [--window-id number] [--duration seconds] [--zoom per‐
11 cent] [--pan seconds] [--fade seconds] [--titles] [--letterbox |
12 --clip] [--delay usecs] [--fps] [--debug] [--wireframe] [--cutoff int]
13
15 Loads a random sequence of images and smoothly scans and zooms around
16 in each, fading from pan to pan.
17
18 This program requires a good video card capable of supporting large
19 textures.
20
21 To specify the directory that images are loaded from, run xscreen‐
22 saver-settings(1) and click on the "Advanced" tab.
23
25 --visual visual
26 Specify which visual to use. Legal values are the name of a
27 visual class, or the id number (decimal or hex) of a specific
28 visual.
29
30 --window
31 Draw on a newly-created window. This is the default.
32
33 --root Draw on the root window.
34
35 --window-id number
36 Draw on the specified window.
37
38 --duration seconds
39 How long each image will be displayed before loading a new one.
40 Default 30 seconds.
41
42 --pan seconds
43 How long each pan-and-zoom should last. Default 6 seconds.
44
45 With the default settings of --pan 6 --duration 30, each image
46 will be displayed five times (30/6), and then a new image will
47 be loaded. If you want a new image to be loaded at each fade,
48 then set --pan and --duration to the same value.
49
50 --fade seconds
51 How long each cross-fade between images should last. Default 2
52 seconds. If set to 0, then no cross-fading will be done (all
53 transitions will be jump-cuts.)
54
55 Note that fades are included in the pan time, so --fade cannot
56 be larger than --pan.
57
58 --zoom number
59 Amount to zoom and pan as a percentage. Default: 75, meaning
60 that 75% or more of each image will always be visible. If set
61 to 100%, then the images will always fill the screen, and no
62 panning or zooming will occur. (Images will still smoothly
63 fade from one to another if --fade is non-zero.)
64
65 --titles
66 Whether to print the file name of the current image in the up‐
67 per left corner.
68
69 --letterbox
70 In "letterbox" mode, when an image is not the same aspect ratio
71 as the screen, black bars will appear at the top/bottom or
72 left/right so that the whole image can be displayed. This is
73 the default.
74
75 --clip In "clip" mode, when an image is not the same aspect ratio as
76 the screen, we will zoom in further until the image takes up
77 the whole screen. This is the opposite of --letterbox.
78
79 --delay number
80 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
81 onds.).
82
83 --fps Display the current frame rate, CPU load, and polygon count.
84
85 --cutoff number
86 If the frame rate we are achieving is lower than this, then
87 panning, fading, and zooming will be disabled. Default 5 FPS.
88
89 The idea here is that if your machine can't maintain a decent
90 frame rate, then it must not have fast 3D hardware, so we might
91 as well behave in a simpler manner. Set this to 0 to disable
92 this check.
93
94 --debug Prints debugging info to stderr.
95
96 --wireframe
97 Another debug mode.
98
100 DISPLAY to get the default host and display number.
101
102 XENVIRONMENT
103 to get the name of a resource file that overrides the global
104 resources stored in the RESOURCE_MANAGER property.
105
106 XSCREENSAVER_WINDOW
107 The window ID to use with --root.
108
110 X(1), xscreensaver-settings(1), xscreensaver-getimage(6x), xscreen‐
111 saver(1), carousel(6x) photopile(6x)
112
114 Copyright © 2003-2005 by Jamie Zawinski, based on an earlier version
115 that was Copyright © 2002 by Mike Oliphant.
116
117 Permission to use, copy, modify, distribute, and sell this software and
118 its documentation for any purpose is hereby granted without fee, pro‐
119 vided that the above copyright notice appear in all copies and that
120 both that copyright notice and this permission notice appear in sup‐
121 porting documentation. No representations are made about the suitabil‐
122 ity of this software for any purpose. It is provided "as is" without
123 express or implied warranty.
124
126 Jamie Zawinski and Mike Oliphant.
127
128
129
130X Version 11 6.06-1.fc37 (12-Dec-2022) glslideshow(6x)