사운드 설정 방법
Last updated
Was this helpful?
Last updated
Was this helpful?
Emulationstation 들어가서 -> Retropie 메뉴 선택 -> 맨 위에 있는 Audio -> 3번 HDMI 선택
SSH(https://github.com/RetroPie/RetroPie-Setup/wiki/ssh)로 레트로파이에 접속 후 아래 명령어를 입력하세요.
sudo nano /boot/config.txt
config.txt 내에서 아래 부분을 찾아서 hdmi_drive=2
앞에 있는 #
을 제거합니다.
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=2
주의! hdmi_drive=2
를 활성화하면 강제로 HDMI로 사운드를 보내기 때문에 가끔 스피커가 없는 소형 모니터에서 아래 그림처럼 오작동합니다. 이와 같은 화면이 나오면 다시 #
을 붙여서 비활성화한 후 ES(EmulationStation)에서 사운드 설정을 하시길 바랍니다.