5.2. 접근성

눈이 불편하다는 등의 이유로 특별한 지원이 필요한 사용자가 있습니다. USB 점자 디스플레이는 자동 인식하지만(시리얼 USB 변환 장치로 연결된 시리얼 디스플레이는 못 합니다), 대부분의 접근성 기능은 수동으로 활성화해야합니다. 접근성 기능을 사용하는 부팅 파라미터를 추가할 수 있습니다. 대부분의 아키텍처는 키보드를 QWERTY 키보드로 인식하니 주의하십시오.

5.2.1. 설치 프로그램 프론트엔드

데비안 설치 프로그램은 사용자에게 질문하고 답변하는 인터페이스로 여러가지 프론트엔드를 지원합니다. 접근 편의에 따라 여러가지가 있습니다: text는 일반 텍스트 인터페이스이고, newt는 텍스트를 사용하는 대화 상자를 사용합니다. 부팅 명령으로 프론트엔드를 선택할 수 있습니다. 5.3.2절. “데비안 설치프로그램 파라미터”DEBIAN_FRONTEND 문서를 참고하십시오.

5.2.2. USB 점자 디스플레이

USB 점자 디스플레이는 자동으로 검색합니다. 텍스트 버전의 설치 프로그램을 자동으로 선택하고, 설치할 시스템에 점자 디스플레이 기능을 자동으로 설치합니다. 부팅 메뉴에서 Enter 키를 누르기만 하면 됩니다. brltty를 시작하면 설정 메뉴에 들어가서 점자 테이블을 고를 수 있습니다. 점자 장치에 대한 키 바인딩 문서는 brltty 웹사이트에 있습니다.

5.2.3. 시리얼 점자 디스플레이

Serial braille displays cannot safely be automatically detected (since that may damage some of them). You thus need to append the brltty=driver,port boot parameter to tell 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.

5.2.4. 보드 장치

일부 접근성 장치는 컴퓨터 내부에 연결하는 보드와 비디오 메모리에서 직접 텍스트를 읽습니다. 작동에는 fb=false 부팅 파라미터를 사용하여 프레임 버퍼 지원을 비활성화 해야합니다 . 그러나 이것은 사용 가능한 언어가 줄어 듭니다.

5.2.5. 고대비 테마

시력이 좋지 않은 사용자의 경우 설치 프로그램에서 고대비 색상 테마를 사용하면 더 읽기 좋습니다. 고대비 테마를 사용하려면 부팅 파라미터에 theme=dark 파라미터를 붙입니다.

5.2.6. Zoom

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.

5.2.7. 미리 설정하기

다른 방법으로 미리 설정 기능을 사용해 데비안을 완전히 자동으로 설치할 수 있습니다. 미리 설정 기능은 부록 B. 미리 설정을 이용한 설치 자동화에 설명되어 있습니다.

5.2.8. 설치한 시스템의 접근성

설치한 시스템의 접근성에 대한 문서는 데비안 접근성 위키 페이지에 있습니다.