~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/carousel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    <option id="tiltxy"  _label="Tilt In/Out and Left/Right"/>
28
28
    <option id="tiltx"   _label="Tilt In/Out Only"     arg-set="-tilt x"/>
29
29
    <option id="tilty"   _label="Tilt Left/Right Only" arg-set="-tilt y"/>
30
 
    <option id="notilt"  _label="No Tilting"           arg-set="-no-tilt"/>
 
30
    <option id="notilt"  _label="No Tilting"           arg-set="-tilt 0"/>
31
31
  </select>
32
32
 
 
33
  <xscreensaver-image />
 
34
 
33
35
  <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
34
36
  <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
35
37
 
37
39
 
38
40
  <_description>
39
41
Loads several random images, and displays them flying in a circular
40
 
formation.  The circle changes speed and direction randomly, tilts on
41
 
its axis, and the images move in and out.
42
 
 
43
 
To tell it where to find the images to display, go to the "Advanced"
44
 
tab on the Screensaver Preferences window.  Select "Choose Random
45
 
Images", and enter your image directory in the text field right below
46
 
that.
47
 
 
48
 
(Note: not the the "Advanced" button at the bottom of this window:
49
 
the tab at the top of the *other* window.)
50
 
 
51
 
This program requires a good video card capable of supporting large
52
 
textures.
53
 
 
54
 
Written by Jamie Zawinski.
 
42
formation.  The formation changes speed and direction randomly, and
 
43
images periodically drop out to be replaced by new ones.
 
44
 
 
45
Written by Jamie Zawinski; 2005.
55
46
  </_description>
56
47
</screensaver>