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