~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper-updates

« back to all changes in this revision

Viewing changes to hacks/config/glslideshow.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="glslideshow" _label="GLSlideshow">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="duration" type="slider" arg="-duration %"
 
8
          _label="Time until loading a new image:"
 
9
          _low-label="10 Seconds" _high-label="5 Minutes"
 
10
          low="10" high="300" default="30"/>
 
11
 
 
12
  <number id="zoom" type="slider" arg="-zoom %"
 
13
          _label="Always show at least this much of the image:"
 
14
          _low-label="50%" _high-label="100%"
 
15
          low="50" high="100" default="75"/>
 
16
 
 
17
  <number id="pan" type="slider" arg="-pan %"
 
18
          _label="Pan/Zoom Duration:"
 
19
          _low-label="1 Second" _high-label="30 Seconds"
 
20
          low="1" high="30" default="6"/>
 
21
 
 
22
  <number id="fade" type="slider" arg="-fade %"
 
23
          _label="Crossfade Duration:"
 
24
          _low-label="None" _high-label="30 Seconds"
 
25
          low="0" high="30" default="2"/>
 
26
 
 
27
  <number id="delay" type="slider" arg="-delay %"
 
28
          _label="Frame Rate:" _low-label="Low" _high-label="High"
 
29
          low="0" high="100000" default="20000"
 
30
          convert="invert"/>
 
31
 
 
32
  <boolean id="letterbox" _label="Letterbox" arg-unset="-clip"/>
 
33
 
 
34
  <boolean id="titles" _label="Show Image Titles" arg-set="-titles"/>
 
35
 
 
36
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
37
 
 
38
  <_description>
 
39
Loads a random sequence of images and smoothly scans and zooms around
 
40
in each, fading from pan to pan.  
 
41
 
 
42
To tell it where to find the images to display, go to the "Advanced"
 
43
tab on the Screensaver Preferences window.  Select "Choose Random
 
44
Images", and enter your image directory in the text field right below
 
45
that.
 
46
 
 
47
(Note: not the the "Advanced" button at the bottom of this window:
 
48
the tab at the top of the *other* window.)
 
49
 
 
50
This program requires a good video card capable of supporting large
 
51
textures.
 
52
 
 
53
Written by Jamie Zawinski and Mike Oliphant.
 
54
  </_description>
 
55
</screensaver>