2009年2月16日 星期一

Ubuntu 8.10 破音問題

灌了Lazybuntu裡頭建議的影音播放軟體後
聲音就沒正常過= = 感覺是設定的問題
上網找了幾個解決方法 目前有效的是第一個!

Ubuntu 8.10下播放MP3音效輸出產生破音的解決[圖文]
如果你在使用Ubuntu8.10的過程中,也有被破音困擾過,那就試試下面介紹的方法。
雙擊通知欄區域的喇叭圖標,試著把PCM調到70%左右,測試啟動音樂,沒破音了吧,就這麼簡單。

Ubuntu audio problem
If you heard a lot of noises playing audios, try to adjust your Sound Setting. Set PCM to about 70% as the figure shown, then try to test again. The noises should be disappeared. This method is useful to me, or you may try the following steps.


Ubuntu音效問題 - U型遊樂園
  $ cd /etc/init.d
  $ sudo gedit soundstartfix
#!/bin/bash
kill $(lsof -t /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*)
sudo modprobe -r snd-hda-intel && sudo modprobe snd-hda-intel model=auto
  $ sudo update-rc.d soundstartfix defaults
  $ sudo chmod +x soundstartfix

沒有留言:

Powered By Blogger