Changeset 2123

Show
Ignore:
Timestamp:
10/20/07 01:08:58 (1 year ago)
Author:
alexander
Message:

Merged r2120:r2122 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/minimal/doc/README.txt

    r2112 r2123  
    206206<livecd@linuxfromscratch.org>. 
    207207 
     208SPEECH OUTPUT WITH SPEAKUP 
     209-------------------------- 
     210 
     211This CD includes a development version of Speakup (because no stable versions 
     212work with linux-2.6.22.x), as an alternative method that allows a blind person 
     213to access the contents of Linux console with the help of a hardware speech 
     214synthesizer or the "espeak" software text-to-speech engine. In order to 
     215activate it, insert the CD into the drive, reboot the computer. Some BIOSes 
     216will produce a beep indicating successful power-on self-testing. If so, the 
     217boot loader will produce a second beep indicating the boot prompt is available. 
     218After that beep (first or second depending on if your computer normally beeps 
     219upon startup), type: 
     220 
     221    linux speakup.synth=soft 
     222 
     223[NOTE] 
     224This example assumes that the software text-to-speech engine has to be used. 
     225 
     226Hardware speech synthesizers are also supported. E.g., for a 
     227DoubleTalk LT/LiteTalk synthesizer connected to /dev/ttyS1, use the 
     228following command line: 
     229 
     230    linux speakup.synth=ltlk speakup.ser=2 
     231 
     232Documentation on the official Speakup home page <http://www.linux-speakup.org/> 
     233applies to the stable version of Speakup (2.0) and thus contains outdated 
     234information. Nevertheless, users that are new to Speakup should read it, 
     235keeping this fact in mind. 
     236 
     237The key user-visible differences between the included version of Speakup 
     238and Speakup 2.0 are listed below. 
     239 
     240 * Copying and pasting produces garbage characters and can crash the computer 
     241   (use the "screen" program instead of the built-in copy-and-paste feature). 
     242 * Kernel parameters are renamed: 
     243   + speakup\_synth became speakup.synth, and the "sftsyn" synthesizer 
     244     became "soft"; 
     245   + speakup\_ser became speakup.ser, and serial ports are now numbered 
     246     starting from 1, not from 0 (i.e., speakup_ser=1 became speakup.ser=2); 
     247   + speakup\_quiet became speakup.quiet, valid values are 0 and 1; 
     248   + speakup\_port became speakup.port. 
     249 * The /proc/speakup/synth interface does not exist. 
     250 
     251Speakup has been tested only with the en_US locale and may work incorrectly in 
     252other locales. 
     253 
    208254RESUMING THE BUILD 
    209255------------------