5.2. アクセシビリティ

あるユーザにとっては、目が不自由であるといった理由により、特有の支援が必要なことがあります。USB 点字ディスプレイは自動認識します。しかしその他多くのアクセシビリティ機能は手動で有効にする必要があります。サポートするマシンでは、キーストロークを受ける準備ができるとブートメニューがビープ音を放ちます。その後、アクセシビリティ機能を有効にするために、ブートパラメータを付加できます。ほとんどのアーキテクチャでは、キーボードを QWERTY キーボードとして認識することに注意してください。

5.2.1. USB 点字ディスプレイ

USB braille displays should be automatically detected. A textual version of the installer will then be automatically selected, and support for the braille display will be automatically installed on the target system. You can thus just press Enter at the boot menu. Once brltty is started, you can choose a braille table by entering the preference menu. Documentation on key bindings for braille devices is available on the brltty website.

5.2.2. シリアル接続点字ディスプレイ

Serial braille displays cannot safely be automatically detected (since that may damage some of them). You thus need to append the brltty=driver,port,table boot parameter to tell brltty which driver it should use. driver should be replaced by the two-letter driver code for your terminal (see the driver code list). port should be replaced by the name of the serial port the display is connected to, ttyS0 is the default. table is the name of the braille table to be used (see the table code list); 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.

5.2.3. ハードウェア音声合成

ハードウェア音声合成デバイスのサポートは、グラフィカルインストーラと平行してのみ有効です。そのため、ブートメニューで 「Graphical install」 エントリを選択する必要があります。

ハードウェア音声合成デバイスは自動認識されないため、ブートパラメータで speakup.synth=driver とし、speakup にどのドライバを使用するべきか教える必要があります。driver は、あなたのデバイスのドライバコードに置き換えてください (ドライバコードリスト参照)。テキスト版インストーラは自動的に選択し、音声合成デバイスのサポートをターゲットシステムに自動でインストールします。

5.2.4. 基板デバイス

いくつかのアクセシビリティデバイスは、マシンの内部に接続した実際の基板で、ビデオメモリから直接テキストを読みます。動作させるには、fb=false ブートパラメータを用いて、フレームバッファのサポートを無効にしなければなりません。しかし、これにより使用できる言語が減ってしまいます。

5.2.5. 高コントラストテーマ

視力の弱いユーザのために、インストーラは、より見やすい高コントラストのテーマを使用できます。これを有効にするには、ブートパラメータに theme=dark を追加してください。