1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="apple2" _label="Apple2">
10 <option id="random" _label="Choose display mode randomly"/>
11 <option id="text" _label="Display scrolling text" arg-set="-mode text"/>
12 <option id="slideshow" _label="Display images" arg-set="-mode slideshow"/>
13 <option id="basic" _label="Run basic programs" arg-set="-mode basic"/>
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"/>
23 <xscreensaver-image />
24 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25 <xscreensaver-updater />
29 <number id="tvcolor" type="slider" arg="-tv-color %"
30 _label="Color Knob" _low-label="Low" _high-label="High"
31 low="0" high="1000" default="70"/>
32 <number id="tvtint" type="slider" arg="-tv-tint %"
33 _label="Tint Knob" _low-label="Low" _high-label="High"
34 low="0" high="100" default="5"/>
35 <number id="tvbrightness" type="slider" arg="-tv-brightness %"
36 _label="Brightness Knob" _low-label="Low" _high-label="High"
37 low="0" high="200" default="150"/>
38 <number id="tvcontrast" type="slider" arg="-tv-contrast %"
39 _label="Contrast Knob" _low-label="Low" _high-label="High"
40 low="0" high="1500" default="1000"/>
45 Simulates an original Apple ][ Plus computer in all its 1979 glory. It
46 also reproduces the appearance of display on a color television set of
49 In "Basic Programming Mode", a simulated user types in a BASIC program
50 and runs it. In "Text Mode", it displays the output of a program, or
51 the contents of a file or URL. In "Slideshow Mode", it chooses random
52 images and displays them within the limitations of the Apple ][
53 display hardware. (Six available colors in hi-res mode!)
55 On MacOS and Linux, this program is also a fully-functional VT100
56 emulator! Run it as an application instead of as a screen saver and
57 you can use it as a terminal.
59 http://en.wikipedia.org/wiki/Apple_II_series
61 Written by Trevor Blackwell; 2003.