pulseaudio 설치

1792 단어 Debian각본
Debian squeeze 환경
문제는 기본적으로 해결되었고 최종 효과는 만족스러웠기 때문에 음량을 조절하지 못해 귀를 뚫었다. 예를 들어 전위기 접촉이 불량하면 문제가 하나 있다.
aptitude install -R pulseaudio libasound2-plugins pulseaudio-utils pavucontrol

# ----------------------------------------------------------------------------
vi /etc/asound.conf #{
pcm.pulse {
    type pulse
}
ctl.pulse {
    type pulse
}
pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}
#}

# ----------------------------------------------------------------------------
vi /etc/pulse/daemon.conf #{
flat-volumes = no
#}

# ----------------------------------------------------------------------------
vi /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf #{
[Element Hardware Master]
switch = mute
volume = ignore

[Element Master]
switch = mute
volume = ignore
#}

# ----------------------------------------------------------------------------
vi /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common #{
[Element PCM]
switch = ignore
volume = ignore
#}

# ----------------------------------------------------------------------------
insserv -r pulseaudio
vi ~/.xsession #{
start-pulseaudio-x11
amixer sset Master 1%-
amixer sset Master 1%+
paplay "${HOME}/.config/login.wav" &
#}

# ----------------------------------------------------------------------------
#    pulse-access  
gpasswd -a fb pulse-access

간단한 설명:
Master 및 PCM의volume = ignore로 하여금 방송이 멈출 때 툭툭 소리를 내는 문제를 해결할 수 있게 한다.
Master의 switch = mute를 반드시 보존해야 합니다. 그렇지 않으면 일부 음량 표시등이 있는 노트북의 표시등이 허구로 되어 있을 것입니다.
flat-volumes = no 를 실행하면 부팅할 때마다 볼륨에 문제가 발생할 수 있습니다.음량을 조절하면 정상이 되는 것을 발견했기 때문에 세션 스크립트에amixer 두 줄이 있습니다.
시동음은 예전의 aplay를 유지할 수 있지만,paplay로 바꾸는 것이 좋다고 생각합니다.

좋은 웹페이지 즐겨찾기