http://www.archive.org/download/tucows_10294_XScreenSaver/xscreensaver-4.10.tar.gz
[xscreensaver] / hacks / glx / glslideshow.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 glslideshow - slideshow of images using smooth zooming and fades
4 .SH SYNOPSIS
5 B glslideshow
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-no-fade]
12 [\-zoom \fInumber\fP]
13 [\-fps]
14 .SH DESCRIPTION
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
22 .BR xscreensaver-demo (1)
23 and click on the "Advanced" tab.
24 .SH OPTIONS
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-window
31 Draw on a newly-created window.  This is the default.
32 .TP 8
33 .B \-root
34 Draw on the root window.
35 .TP 8
36 .B \-duration \fIseconds\fP
37 How long to display each image before loading a new one.
38 Default 30 seconds.
39 .TP 8
40 .B \-delay \fInumber\fP
41 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
42 .TP 8
43 .B \-fade | \-no-fade
44 Whether to fade between pans.
45 .TP 8
46 .B \-zoom \fInumber\fP
47 Amount to zoom and pan as a percentage. Default: 75, meaning that
48 75% or more of each image will always be visible.
49 .TP 8
50 .B \-fps | \-no-fps
51 Whether to show a frames-per-second display at the bottom of the screen.
52 .SH ENVIRONMENT
53 .PP
54 .TP 8
55 .B DISPLAY
56 to get the default host and display number.
57 .TP 8
58 .B XENVIRONMENT
59 to get the name of a resource file that overrides the global resources
60 stored in the RESOURCE_MANAGER property.
61 .SH SEE ALSO
62 .BR X (1),
63 .BR xscreensaver-demo (1)
64 .BR xscreensaver-getimage (1)
65 .BR xscreensaver (1)
66 .SH COPYRIGHT
67 Copyright \(co 2002 by Mike Oliphant. Framework based on flipscreen3d,
68 Copyright \(co 2001 Ben Buxton. Permission to use, copy, modify, 
69 distribute, and sell this software and its documentation for any purpose is 
70 hereby granted without fee, provided that the above copyright notice appear 
71 in all copies and that both that copyright notice and this permission notice
72 appear in supporting documentation.  No representations are made about the 
73 suitability of this software for any purpose.  It is provided "as is" without
74 express or implied warranty.
75 .SH AUTHOR
76 Mike Oliphant and Jamie Zawinski.