diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-07 08:44:16 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-04-07 08:44:16 +0000 |
commit | c7ae891aa42885eadef27c7ad09604f0785cfad4 (patch) | |
tree | 297e3b5b036cf8a64beaac1e4356dde3d090708b /en/hardware/accessibility.xml | |
parent | 2ef93ab7223f1b3e6423de936f6da563a5ed923d (diff) | |
download | installation-guide-c7ae891aa42885eadef27c7ad09604f0785cfad4.zip |
Document accessibility support in the installer
Many thanks to Samuel Thibault for writing this up. Reviewed by Frans Pop.
Diffstat (limited to 'en/hardware/accessibility.xml')
-rw-r--r-- | en/hardware/accessibility.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/en/hardware/accessibility.xml b/en/hardware/accessibility.xml new file mode 100644 index 000000000..aa1b189ec --- /dev/null +++ b/en/hardware/accessibility.xml @@ -0,0 +1,34 @@ +<!-- retain these comments for translator revision tracking --> +<!-- $Id: accessibility-hardware.xml $ --> + + <sect2 id="braille-displays" arch="alpha;ia64;powerpc;x86"> + <title>Braille Displays</title> +<para> + +Support for braille displays is determined by the underlying support +found in <classname>brltty</classname>. Most displays work under +<classname>brltty</classname>, connected via either a serial port, USB +or bluetooth. Details on supported braille devices can be found on the +<ulink url="&url-brltty;"><classname>brltty</classname> website</ulink>. +&debian; &release; ships with <classname>brltty</classname> version +&brlttyver;. + +</para> + </sect2> + + <sect2 id="hardware-speech-synthesis" arch="x86"> + <title>Hardware Speech Synthesis</title> +<para> + +Support for hardware speech synthesis devices is determined by the +underlying support found in <classname>speakup</classname>. +<classname>speakup</classname> only supports integrated boards and +external devices connected to a serial port (no USB or serial-to-USB +adapters are supported). Details on supported hardware speech synthesis +devices can be found on the +<ulink url="&url-speakup;"><classname>speakup</classname> website</ulink>. +&debian; &release; ships with <classname>speakup</classname> version +&speakupver;. + +</para> + </sect2> |