aboutsummaryrefslogtreecommitdiff
path: root/livecd
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-28 17:07:50 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-28 17:07:50 -0700
commit91afa418815b91d76f7d5e99ec19717092852d03 (patch)
treee7ab4eb1c05e3a233abef0600c2c0d8fba653304 /livecd
parentAdd a bell as late as possible in every elilo.msg or boot.msg file, provides ... (diff)
parentApply patch to document espeakup support for gentoo bug #267708 (diff)
downloadcatalyst-91afa418815b91d76f7d5e99ec19717092852d03.tar.gz
catalyst-91afa418815b91d76f7d5e99ec19717092852d03.tar.bz2
catalyst-91afa418815b91d76f7d5e99ec19717092852d03.zip
Merge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst
Diffstat (limited to 'livecd')
-rw-r--r--livecd/files/README.txt9
-rw-r--r--livecd/files/x86-F6.msg9
2 files changed, 18 insertions, 0 deletions
diff --git a/livecd/files/README.txt b/livecd/files/README.txt
index b74a68c1..1be3778d 100644
--- a/livecd/files/README.txt
+++ b/livecd/files/README.txt
@@ -74,6 +74,15 @@ doevms This enables support for IBM's pluggable EVMS, or Enterprise
Volume Management System. This is not safe to use with lvm2.
dolvm This enables support for Linux's Logical Volume Management.
This is not safe to use with evms2.
+Screen reader access:
+speakup.synth=synth starts speakup using a given synthesizer.
+ supported synths are acntpc, acntsa, apollo, audptr, bns,
+ decext, dectlk, dtlk, keypc, ltlk, spkout and txprt.
+ Also, soft is supported for software speech and dummy is
+ supported for testing.
+speakup.quiet=1 sets the synthesizer not to speak until a key is pressed.
+speakup_SYNTH.port=n sets the port for internal synthesizers.
+speakup_SYNTH.ser=n sets the serial port for external synthesizers.
Other options:
debug Enables debugging code. This might get messy, as it displays
a lot of data to the screen.
diff --git a/livecd/files/x86-F6.msg b/livecd/files/x86-F6.msg
index 928de111..b61ee9c9 100644
--- a/livecd/files/x86-F6.msg
+++ b/livecd/files/x86-F6.msg
@@ -3,3 +3,12 @@ doevms This enables support for IBM's pluggable EVMS, or Enterprise
Volume Management System. This is not safe to use with lvm2.
dolvm This enables support for Linux's Logical Volume Management.
This is not safe to use with evms2.
+Screen reader access:
+speakup.synth=synth starts speakup using a given synthesizer.
+ supported synths are acntpc, acntsa, apollo, audptr, bns,
+ decext, dectlk, dtlk, keypc, ltlk, spkout and txprt.
+ Also, soft is supported for software speech and dummy is
+ supported for testing.
+speakup.quiet=1 sets the synthesizer not to speak until a key is pressed.
+speakup_SYNTH.port=n sets the port for internal synthesizers.
+speakup_SYNTH.ser=n sets the serial port for external synthesizers.