46e065533734332accdfccd966a0e52c7fb8fece
[xscreensaver] / hacks / config / apple2.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="apple2" _label="Apple2">
4
5  <command arg="-root"/>
6
7  <select id="mode">
8   <option id="random"    _label="Choose display mode randomly"/>
9   <option id="text"      _label="Display scrolling text" arg-set="-mode text"/>
10   <option id="slideshow" _label="Display images"         arg-set="-mode slideshow"/>
11   <option id="basic"     _label="Run basic programs"     arg-set="-mode basic"/>
12  </select>
13
14  <hgroup>
15   <vgroup>
16    <xscreensaver-text />
17   </vgroup>
18   <vgroup>
19    <number id="duration" type="slider" arg="-duration %"
20            _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
21            low="10" high="600" default="60"/>
22
23    <xscreensaver-image />
24    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25   </vgroup>
26  </hgroup>
27
28   <hgroup>
29    <vgroup>
30     <number id="tvcolor" type="slider" arg="-tv-color %"
31             _label="Color Knob" _low-label="Low" _high-label="High"
32             low="0" high="1000" default="70"/>
33     <number id="tvtint" type="slider" arg="-tv-tint %"
34             _label="Tint Knob" _low-label="Low" _high-label="High"
35             low="0" high="100" default="5"/>
36    </vgroup>
37    <vgroup>
38     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
39             _label="Brightness Knob" _low-label="Low" _high-label="High"
40             low="0" high="200" default="150"/>
41     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
42             _label="Contrast Knob" _low-label="Low" _high-label="High"
43             low="0" high="1500" default="1000"/>
44    </vgroup>
45   </hgroup>
46
47  <_description>
48 Simulates an original Apple ][ Plus computer in all its 1979 glory.  It
49 also reproduces the appearance of display on a color television set of
50 the period.
51
52 In "Basic Programming Mode", a simulated user types in a BASIC program
53 and runs it.  In "Text Mode", it displays the output of a program, or
54 the contents of a file or URL.  In "Slideshow Mode", it chooses random
55 images and displays them within the limitations of the Apple ][
56 display hardware.  (Six available colors in hi-res mode!)
57
58 On MacOS and Linux, this program is also a fully-functional VT100
59 emulator!  Run it as an application instead of as a screen saver and
60 you can use it as a terminal.
61
62 http://en.wikipedia.org/wiki/Apple_II_series
63
64 Written by Trevor Blackwell; 2003.
65   </_description>
66 </screensaver>