summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2012-08-20 19:37:07 -0400
committerAlan Hicks <alan@lizella.net>2012-08-20 19:37:07 -0400
commit4b3e29ef18b272571307e62bbed029e96bee1b01 (patch)
tree9fa58e4f86c4d0888674219000cf9206f7813f8d
parent1695158ea5c43d3153ef16aae971007c597c3f53 (diff)
downloadslackbook-4b3e29ef18b272571307e62bbed029e96bee1b01.tar.xz
Added eps files for timeconfig and mouseconfig. This fixes two broken
images in chapter_02.
-rw-r--r--TODO2
-rw-r--r--ps-imgs/setup-mouse.eps70
-rw-r--r--ps-imgs/setup-timezone.eps62
3 files changed, 133 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3a93974..3ff9e3c 100644
--- a/TODO
+++ b/TODO
@@ -49,7 +49,7 @@ tool is increasingly required with today's modern systems? Perhaps add
it as an appendix and mention it within the partitioning section?
* Need to add images for Help and Keymap subsections of the Setup
-utility. Also, Mouse and Timezone.
+utility.
Chapter 14. Networking
diff --git a/ps-imgs/setup-mouse.eps b/ps-imgs/setup-mouse.eps
new file mode 100644
index 0000000..5fb2780
--- /dev/null
+++ b/ps-imgs/setup-mouse.eps
@@ -0,0 +1,70 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 21 60 419 287
+
+/Outterbox
+{ newpath moveto
+0 221 rlineto
+108 0 rlineto
+23 61 moveto
+395 0 rlineto
+0 221 rlineto
+-132 0 rlineto
+23 87 moveto
+395 0 rlineto
+closepath } def
+
+/Innerbox
+{ moveto
+372 0 rlineto
+0 90 rlineto
+-372 0 rlineto
+closepath} def
+
+/TitleFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/PanelFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ButtonFont
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+23 61 Outterbox
+34 100 Innerbox
+
+135 277 TitleFont(MOUSE CONFIGURATION) show
+
+34 265 PanelFont (This part of the configuration process will create a /dev/mouse link) show
+34 252 PanelFont (pointing to your default mouse device. You can change the /dev/mouse) show
+34 239 PanelFont (link later if the mouse doesn't work, or if you switch to a different) show
+34 226 PanelFont (type of pointing device. We will also use the information about the) show
+34 213 PanelFont (mouse to set the correct protocol for gpm, the Linux mouse server.) show
+34 200 PanelFont (Please select a mouse type from the list below:) show
+
+54 173 PanelFont (ps2) show
+54 160 PanelFont (usb) show
+54 147 PanelFont (imps2) show
+54 134 PanelFont (exps2) show
+54 121 PanelFont (bare) show
+54 108 PanelFont (ms) show
+
+100 173 PanelFont (PS/2 port (most desktops and laptops) ) show
+100 160 PanelFont (USB connected mouse) show
+100 147 PanelFont (Microsoft PS/2 Intellimouse) show
+100 134 PanelFont (Intellimouse Explorer PS/2) show
+100 121 PanelFont (2 button Microsoft compatible serial mouse) show
+100 108 PanelFont (3 button Microsoft compatible serial mouse) show
+
+123 71 ButtonFont (< OK >) show
+237 71 ButtonFont (< Cancel >) show
+
+stroke
+showpage
+%%EOF
diff --git a/ps-imgs/setup-timezone.eps b/ps-imgs/setup-timezone.eps
new file mode 100644
index 0000000..06da4b1
--- /dev/null
+++ b/ps-imgs/setup-timezone.eps
@@ -0,0 +1,62 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 21 60 419 287
+
+/Outterbox
+{ newpath moveto
+0 221 rlineto
+108 0 rlineto
+23 61 moveto
+395 0 rlineto
+0 221 rlineto
+-115 0 rlineto
+23 87 moveto
+395 0 rlineto
+closepath } def
+
+/Innerbox
+{ moveto
+372 0 rlineto
+0 144 rlineto
+-372 0 rlineto
+closepath} def
+
+/TitleFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/PanelFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ButtonFont
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+23 61 Outterbox
+34 100 Innerbox
+
+135 277 TitleFont(TIMEZONE CONFIGURATION) show
+
+34 265 PanelFont (Please select one of the following timezones) show
+34 252 PanelFont (for your machine:) show
+54 226 PanelFont (US/Alaska) show
+54 213 PanelFont (US/Aleutian) show
+54 200 PanelFont (US/Arizona) show
+54 187 PanelFont (US/Central) show
+54 174 PanelFont (US/East-Indiana) show
+54 160 PanelFont (US/Eastern) show
+54 147 PanelFont (US/Hawaii) show
+54 134 PanelFont (US/Indiana-Starke) show
+54 123 PanelFont (US/Michigan) show
+54 110 PanelFont (US/Mountain) show
+
+123 71 ButtonFont (< OK >) show
+237 71 ButtonFont (< Cancel >) show
+
+stroke
+showpage
+%%EOF