home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / gears.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.0 KB  |  34 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="gears" _label="Gears">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
  9.           low="0" high="20000" default="20000"
  10.           convert="invert"/>
  11.  
  12.   <number id="cycles" type="slider" arg="-cycles %"
  13.            _label="Rotational Speed" _low-label="Slow" _high-label="Fast"
  14.           low="1" high="30" default="2"/>
  15.  
  16.   <select id="style">
  17.    <option id="three"     _label="Three Gear System"/>
  18.    <option id="planetary" _label="Planetary Gear System" arg-set="-planetary"/>
  19.   </select>
  20.  
  21.   <select id="render">
  22.     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
  23.     <option id="solid" _label="Solid"/>
  24.   </select>
  25.  
  26.   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
  27.  
  28.   <_description>
  29. This draws sets of turning, interlocking gears, rotating in three
  30. dimensions.  Another GL hack, by Danny Sung, Brian Paul, Ed Mackey,
  31. and Jamie Zawinski.
  32.   </_description>
  33. </screensaver>
  34.