b4fd4ddaf41a41347009db8c9e1e1549b441755b
[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    <xscreensaver-image />
20    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
21   </vgroup>
22  </hgroup>
23
24   <hgroup>
25    <vgroup>
26     <number id="tvcolor" type="slider" arg="-tv-color %"
27             _label="Color Knob" _low-label="Low" _high-label="High"
28             low="0" high="1000" default="70"/>
29     <number id="tvtint" type="slider" arg="-tv-tint %"
30             _label="Tint Knob" _low-label="Low" _high-label="High"
31             low="0" high="100" default="5"/>
32    </vgroup>
33    <vgroup>
34     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
35             _label="Brightness Knob" _low-label="Low" _high-label="High"
36             low="0" high="200" default="150"/>
37     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
38             _label="Contrast Knob" _low-label="Low" _high-label="High"
39             low="0" high="1500" default="1000"/>
40    </vgroup>
41   </hgroup>
42
43  <_description>
44 Simulates an original Apple ][ Plus computer in all its 1979 glory.  It
45 also reproduces the appearance of display on a color television set of
46 the period.
47
48 In "Basic Programming Mode", a simulated user types in a BASIC program
49 and runs it.  In "Text Mode", it displays the output of a program, or
50 the contents of a file or URL.  In "Slideshow Mode", it chooses random
51 images and displays them within the limitations of the Apple ][
52 display hardware.  (Six available colors in hi-res mode!)
53
54 On MacOS and Linux, this program is also a fully-functional VT100
55 emulator!  Run it as an application instead of as a screen saver and
56 you can use it as a terminal.
57
58 http://en.wikipedia.org/wiki/Apple_II_series
59
60 Written by Trevor Blackwell; 2003.
61   </_description>
62 </screensaver>