~ubuntu-branches/ubuntu/lucid/xscreensaver/lucid

« back to all changes in this revision

Viewing changes to hacks/config/glblur.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2007-12-06 09:53:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206095312-fkzcwe4vqm50z208
Tags: 5.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - split xscreensaver into xscreensaver, xscreensaver-data (hacks we ship),
    xscreensaver-data-extra (hacks in universe). split out gl hacks for
    universe to xscreensaver-gl-extra
  - use fridge for rss screensavers
  - create and install .desktop files for gnome-screensaver

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
17
17
 
18
18
  <select id="rotation">
19
 
    <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
20
 
    <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
21
 
    <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
22
 
    <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
 
19
    <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
 
20
    <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
 
21
    <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
 
22
    <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
23
23
    <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
24
24
    <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
25
25
    <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
36
36
repeatedly rendering increasingly-enlarged and increasingly-transparent
37
37
versions of that texture onto the frame buffer.  As such, it's quite
38
38
graphics intensive: don't bother trying to run this if you don't have
39
 
hardware-accelerated OpenGL texture support.  It will hurt your machine bad.
 
39
hardware-accelerated OpenGL texture support.  It will hurt your
 
40
machine bad.
 
41
 
 
42
Written by Jamie Zawinski; 2002.
40
43
  </_description>
41
44
</screensaver>