http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / phosphor.xml
index b7d26017a00c726ef735ffaa20cc80eeeaf4817f..02e393b814d83439a3aa94a96fa526650edead68 100644 (file)
@@ -5,33 +5,26 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="50000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="50000"
           convert="invert"/>
 
   <number id="scale" type="spinbutton" arg="-scale %"
-          _label="Font Scale" low="1" high="100" default="6"/>
+          _label="Font scale" low="1" high="100" default="6"/>
 
   <number id="fade" type="slider" arg="-ticks %"
           _label="Fade" _low-label="Slow" _high-label="Fast"
           low="1" high="100" default="20"
           convert="invert"/>
 
-<!--
-  <select id="mode">
-    <option id="dumb" _label="Text Only" arg-set="-pipe"/>
-    <option id="pty"  _label="Terminal Emulation"/>
-  </select>
- -->
-
-<!--  <file id="program" _label="Text Program" arg="-program %"/> -->
-
   <xscreensaver-text />
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Draws a simulation of an old terminal, with large pixels and
-long-sustain phosphor.  This program is also a fully-functional VT100
-emulator!  
+long-sustain phosphor.  On X11 systems, This program is also a
+fully-functional VT100 emulator!
 
 Written by Jamie Zawinski; 1999.
   </_description>