あるユーザにとっては、目が不自由であるといった理由により、それぞれに見合った支援が必要なことがあります。多くのアクセシビリティ機能は手動で有効にする必要があります。アクセシビリティ機能を有効にするために、ブートパラメータを付加できます。ほとんどのアーキテクチャでは、キーボードを QWERTY キーボードとして認識することに注意してください。
Debian インストーラは質問方法にアクセシビリティの異なる複数のフロントエンドをサポートしています: 特に挙げると text
では平文のテキストを使い、一方 newt
ではテキストベースのダイアログボックスを使います。ブートプロンプトで選択できます。詳しくは 「Debian Installer パラメータ」 の DEBIAN_FRONTEND
を見てください。
いくつかのアクセシビリティデバイスは、マシンの内部に接続した実際の基板で、ビデオメモリから直接テキストを読みます。動作させるには、 fb=false
ブートパラメータを用いて、フレームバッファのサポートを無効にしなければなりません。しかし、これにより使用できる言語が減ってしまいます。
For users with low vision, the installer can use a high-contrast color theme that makes it more readable. To enable it, you can use the 「Dark theme」 entry from the boot screen with the d
shortcut, or append the theme=dark
boot parameter.
視力の弱いユーザ向けに、グラフィカルインストーラでは非常に基本的な拡大機能をサポートしています: Control++ と Control+- のショートカットでそれぞれフォントサイズを拡大、縮小します。
Expert, Rescue, and Automated installation choices are also available with accessibility support. To access them, one has to first enter the 「Advanced options」 submenu from the boot menu by typing a
. When using a BIOS system (the boot menu will have beeped only once), this has to be followed by Enter ; for UEFI systems (the boot menu will have beeped twice) that must not be done. Then, to enable speech synthesis, s
can optionally be pressed (followed again by Enter on BIOS systems but not on UEFI systems). From there, various shortcuts can be used: x
for expert installation, r
for rescue mode, or a
for automated installation. Again these need to be followed by Enter when using a BIOS system.
自動化インストールを選択することで、preseed を使い完全に自動で Debian をインストールできます。preseed のソースはアクセシビリティ機能開始後に入力できます。preseed 自体については 付録B preseed を利用したインストールの自動化 で言及しています。
インストールしたシステムのアクセシビリティについての文書は、Debian Accessibility wiki ページ で利用できます。