Some users may need specific support because of e.g. some visual impairment. USB braille displays are detected automatically (not serial displays connected via a serial-to-USB converter), but most other accessibility features have to be enabled manually. Some boot parameters can be appended to enable accessibility features. Note that on most architectures the boot loader interprets your keyboard as a QWERTY keyboard.
USB pistekirjoitusnäyttöjen pitäisi tunnistua automaattisesti. Tällöin automaattisesti valitaan asentimen tekstikäyttöliittymä ja asennetaan kohdejärjestelmään tuki pistekirjoitusnäytölle. Pelkkä näppäimen Enter painallus käynnistysvalikossa siis riittää. Kun brltty
on käynnistynyt, voidaan pistekirjoitustaulukko valita asetusvalikosta. Ohjeita pistekirjoitusnäyttöjen näppäinoikoteista löytyy brltty
:n webbisivulta.
Serial braille displays cannot safely be automatically detected (since that may damage some of them). You thus need to append the brltty=
boot parameter to tell driver
,port
,table
brltty
which driver it should use. driver
should be replaced by the two-letter driver code for your terminal (see the BRLTTY manual). port
should be replaced by the name of the serial port the display is connected to, ttyS0
is the default, ttyUSB0
can be typically used when using a serial-to-USB converter. table
is the name of the braille table to be used (see the BRLTTY manual); the English table is the default. Note that the table can be changed later by entering the preference menu. Documentation on key bindings for braille devices is available on the brltty
website.
Jotkin esteettömyyslaitteet ovat lisälaitekortteja jotka asennetaan tietokoneen sisään ja lukevat tekstiä suoraan näyttömuistista. Jotta ne toimisivat on tuki ruutupuskurille poistettava käytöstä käynnistysvalitsimella fb=false
. Tämä toisaalta pienentää käytettävissä olevien kielten määrää.
Heikkonäköinen voi ottaa käyttöön asentimen luettavamman suurikontrastisen teeman. Se otetaan käyttöön käynnistystarkentimella theme=dark
.
Alternatively, Debian can be installed completely automatically by using preseeding. This is documented in Liite B, Asennuksen automatisointi valmiilla vastauksilla.