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 / matrixview.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-03-09  |  1.3 KB  |  37 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="matrixview" _label="MatrixView">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="01" type="slider" arg="-s %"
  8.           _label="Scene Interval" _low-label="Shorter" _high-label="Longer"
  9.           low="0" high="120" default="5"/>
  10.  
  11.   <number id="02" type="slider" arg="-m %"
  12.           _label="Matrix Interval" _low-label="Shorter" _high-label="Longer"
  13.           low="3" high="120" default="5"/>
  14.  
  15.   <number id="03" type="slider" arg="-X %"
  16.           _label="Horizontal Resolution" _low-label="Higher" _high-label="Lower"
  17.           low="40" high="320" default="90"/>
  18.  
  19.   <number id="04" type="slider" arg="-Y %"
  20.           _label="Vertical Resolution" _low-label="Higher" _high-label="Lower"
  21.           low="30" high="240" default="70"/>
  22.  
  23.   <string id="05" _label="Photo directory" arg="-i %" />
  24.  
  25.   <number id="06" type="slider" arg="-c %"
  26.           _label="Contrast" _low-label="Low" _high-label="High"
  27.           low="0" high="100" default="75"/>
  28.  
  29.   <boolean id="07" _label="Run 'nice'" arg-set="-n"/>
  30.  
  31.   <_description>
  32. Assimilation of Matrix GL by Alex Zolotov <nightradio@knoppix.ru> (http://knoppix.ru/matrixgl.shtml)
  33.  
  34. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  35.   </_description>
  36. </screensaver>
  37.