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.
데비안 설치 프로그램은 사용자에게 질문하고 답변하는 인터페이스로 여러가지 프론트엔드를 지원합니다. 접근 편의에 따라 여러가지가 있습니다: text
는 일반 텍스트 인터페이스이고, newt
는 텍스트를 사용하는 대화 상자를 사용합니다. 부팅 명령으로 프론트엔드를 선택할 수 있습니다. 5.3.2절. “데비안 설치프로그램 파라미터”의 DEBIAN_FRONTEND
문서를 참고하십시오.
USB 점자 디스플레이는 자동으로 검색합니다. 텍스트 버전의 설치 프로그램을 자동으로 선택하고, 설치할 시스템에 점자 디스플레이 기능을 자동으로 설치합니다. 부팅 메뉴에서 Enter 키를 누르기만 하면 됩니다. brltty
를 시작하면 설정 메뉴에 들어가서 점자 테이블을 고를 수 있습니다. 점자 장치에 대한 키 바인딩 문서는 brltty
웹사이트에 있습니다.
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
brltty
which driver and port 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. A third parameter can be provided, to choose 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. A fourth parameter can be provided to pass parameters to the braille driver, such as protocol=foo
which is needed for some rare models. Documentation on key bindings for braille devices is available on the brltty
website.
일부 접근성 장치는 컴퓨터 내부에 연결하는 보드와 비디오 메모리에서 직접 텍스트를 읽습니다. 작동에는 fb=false
부팅 파라미터를 사용하여 프레임 버퍼 지원을 비활성화 해야합니다 . 그러나 이것은 사용 가능한 언어가 줄어 듭니다.
시력이 좋지 않은 사용자의 경우 설치 프로그램에서 고대비 색상 테마를 사용하면 더 읽기 좋습니다. 고대비 테마를 사용하려면 부팅 파라미터에 theme=dark
파라미터를 붙입니다.
For users with low vision, the graphical installer has a very basic zoom support: the Control++ and Control+- shortcuts increase and decrease the font size.
다른 방법으로 미리 설정 기능을 사용해 데비안을 완전히 자동으로 설치할 수 있습니다. 미리 설정 기능은 부록 B. 미리 설정을 이용한 설치 자동화에 설명되어 있습니다.
설치한 시스템의 접근성에 대한 문서는 데비안 접근성 위키 페이지에 있습니다.