s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
3. Visually ImpairedI'll use two general categories here. People who are partially sighted and need help seeing / deciphering / following the text and those who are unable to use any visual interface whatsoever.
3.1 Seeing the Screen with Low VisionThere are many different problems here. Often magnification can be helpful, but that's not the full story. Sometimes people can't track motion, sometimes people can't find the cursor unless it moves. This calls for a range of techniques, the majority of which are only just being added to X.
SVGATextModeThis program is useful for improving the visibility of the normal text screen that Linux provides. The normal screen that Linux provides shows 80 characters across by 25 vertically. This can be changed (and the quality of those characters improved) using SVGATextMode. The program allows full access to the possible modes of an SVGA graphics card. For example, the text can be made larger so that only 50 by 15 characters appear on the screen. There isn't any easy way to zoom in on sections of a screen, but you can resize when needed.
X Window SystemFor people who can see the screen there are a large number of ways of improving X. They don't add up to a coherent set of features yet, but if set up correctly could solve many problems.
Different Screen ResolutionsThe X server can be set up with many different resolutions. A single key press can then change between them allowing difficult to read text to be seen. In the file
with each mode set up correctly (which requires a reasonably good
monitor for the highest resolution mode), you will be able to have
four times screen magnification, switching between the different
levels using
Moving the mouse around the screen will scroll you to different parts of the screen. For more details on how to set this up you should see the documentation which comes with the XFree86 X server.
Screen MagnificationThere are several known screen magnification programs, Another program which is available is The final program which I have seen working is
Change Screen FontThe screen fonts all properly written X software should be
changeable. You can simply make it big enough for you to read. This
is generally accomplished by putting a line the file
Emacs.font: -sony-fixed-medium-r-normal--16-150-75-75-c-80-iso8859-* To see what fonts are available, use the program There should be some way of changing things at a more fundamental level so that everything comes out with a magnified font. This could be done by renaming fonts, and by telling telling font generating programs to use a different level of scaling. If someone gets this to work properly, please send me the details of how you did it.
Cross Hair Cursors etc..For people that have problems following cursors there are many things which can help;
No software I know of specifically provides a cross hair cursor.
For now the best that can be done is to change the cursor bitmap. Make a bitmap file as you want it, and another one which is the same size, but completely black. Convert them to the XBM format and run
xsetroot -cursor cursorfile.xbm black-file.xbm actually, if you understand masks, then the black-file doesn't have to
be completely black, but start with it like that. The
AudioProvided that the user can hear, audio input can be very useful for making a more friendly and communicative computing environment. For a person with low vision, audio clues can be used to help locate the pointer (see UnWindows). For a console mode user using Emacspeak (see Emacspeak), the audio icons available will provide very many useful facilities. Setting up Linux audio is covered in the Linux Sound HOWTO (see
Linux Documentation). Once sound is set up,
sounds can be played with the
Producing Large PrintUsing large print with Linux is quite easy. There are several techniques.
LaTeX / TeXLaTeX is an extremely powerful document preparation system. It may be used to produce large print documents of almost any nature. Though somewhat complicated to learn, many documents are produced using LaTeX or the underlying typesetting program, TeX.
this will produce some reasonably large text
For more details, see the LaTeX book which is available in any computer book shop. There are also a large number of introductions available on the internet.
Outputting Large TextAlmost all Linux printing uses postscript, and Linux can drive almost any printer using it. I output large text teaching materials using a standard Epson dot matrix printer. For users of X, there are various tools available which can produce
large Text. These include
3.2 Aids for Those Who Can't Use Visual OutputFor someone who is completely unable to use a normal screen there are two alternatives Braille and Speech. Obviously for people who also have hearing loss, speech isn't always useful, so Braille will always be important. If you can choose, which should you choose? This is a matter of `vigorous' debate. Speech is rapid to use, reasonably cheap and especially good for textual applications (e.g. reading a long document like this one). Problems include needing a quiet environment, possibly needing headphones to work without disturbing others and avoid being listened in on by them (not available for all speech synthesisers). Braille is better for applications where precise layout is important (e.g. spreadsheets). Also can be somewhat more convenient if you want to check the beginning of a sentence when you get to the end. Braille is, however, much more expensive and slower for reading text. Obviously, the more you use Braille, the faster you get. Grade II Braille is difficult to learn, but is almost certainly worth it since it is much faster. This means that if you don't use Braille for a fair while you can never discover its full potential and decide for yourself. Anyway, enough said on this somewhat controversial topic. based on original by James Bowden <jrbowden@bcs.org.uk>
Braille TerminalsBraille terminals are normally a line or two of Braille. Since these are at most 80 characters wide and normally 40 wide, they are somewhat limited. I know of two kinds
The first kind works only when the computer is in text mode and reads the screen memory directly. See section hardware driven Braille terminals.
The second kind of Braille terminal is similar, in many ways, to a normal terminal screen of the kind Linux supports automatically. Unfortunately, they need special software to make them usable.
There are two packages which help with these. The first,
The other package I am aware of is Braille Enhanced Screen. This is designed to work on other UNIX systems as well as Linux. This should allow user access to a Braille terminal with many useful features such as the ability to run different programs in different `virtual terminals' at the same time.
Speech SynthesisSpeech Synthesisers take (normally) ASCII text and convert it into actual spoken output. It is possible to have these implemented as either hardware or software. Unfortunately, the free Linux speech synthesisers are, reportedly, not good enough to use as a sole means of output.
Hardware speech synthesisers are the alternative. The main one
that I know of that works is DECtalk from Digital, driven by
Handling Console OutputWhen it starts up, Linux at present puts all of its messages straight to the normal (visual) screen. This could be changed if anyone with a basic level of kernel programming ability wants to do it. This means that it is impossible for most Braille devices to get information about what Linux is doing before the operating system is completely working.
It is only at that stage that you can start the program that you need
for access. If the
There is one Braille system that can use the console directly,
called the Braillex. This is designed to read directly from the
screen memory. Unfortunately the normal scrolling of the terminal
gets in the way of this. If you are using a Kernel newer than 1.3.75,
just type
The other known useful thing to do is to use sounds to say when each stage of the boot process has been reached. (T.V. Raman suggestion)
Optical Character RecognitionThere is a free Optical Character Recognition (OCR) program for
Linux called
3.3 Beginning to Learn LinuxBeginning to learn Linux can seem difficult and daunting for someone who is either coming from no computing background or from a pure DOS background. Doing the following things may help:
The Emacspeak HOWTO written by Jim Van Zandt ( <jrv@vanzandt.mv.com>) covers this in much more detail (see The Linux HOWTO Documents).
If you are planning to use Emacspeak, you should know that Emacspeak does not attempt to teach Emacs, so in this sense, prior knowledge of Emacs would always be useful. This said, you certainly do not need to know much about Emacs to start using Emacspeak. In fact, once Emacspeak is installed and running, it provides a fluent interface to the rich set of online documentation including the info pages, and makes learning what you need a lot easier. "In summary: starting to use Emacspeak takes little learning. Getting the full mileage out of Emacs and Emacspeak, especially if you intend using it as a replacement for X Windows as I do does involve eventually becoming familiar with a lot of the Emacs extensions; but this is an incremental process and does not need to be done in a day." - T.V.Raman One other option which may be interesting are the RNIB training tapes which include one covering UNIX. These can be got from
3.4 Braille EmbossingLinux should be the perfect platform to drive a Braille embosser from. There are many formatting tools which are aimed specifically at the fixed width device. A Braille embosser can just be connected to the serial port using the standard Linux printing mechanisms. For more info see the Linux Printing HOWTO.
There is a free software package which acts as a multi-lingual grade two translator available for Linux from the American ``National Federation for the Blind''. This is called NFBtrans. See section NFB translator for more details.
Next Previous Contents |