cxbii
deepin
2013-12-09 00:01 在系统设置,声音 高级设置看看
Reply Like 0 View the author
在sound->Advanced选项的output选项中,只有两个东西,一个是HDMI,选上就没声了,另一个是我现在的选项:Built-in Audio Analog Stereo
而在sound->Speaker->Output Port中选项也只有两个,一个是headphone,一个是我现在的选项:Analog Output
另外,我的声卡是集成的,我刚刚在百度知道里问了下华硕主板官方,他们说他们现在还没有对linux的5.1的驱动所以带不起5.1.是因为这个原因吗?还是我没配置好,deepinlinux本身带有5.1驱动?
——再求大神解答,谢谢!!
打开/etc/pulse/daemon.conf,把其中的改为Copy the Code
- ; default-sample-channels = 2
,注意去掉前面的注释符号。Copy the Code
- default-sample-channels = 6
然后重新启动,用测试一下是否正常。如果不正常的话只能撤销修改了。Copy the Code
- speaker-test -Dplug:surround51 -c6 -l1 -twav
ALSA和pulseaudio音频架构都是支持5.1声道立体声的。
[quote]打开/etc/pulse/daemon.conf,把其中的改为Copy the Code
- ; default-sample-channels = 2
,注意去掉前面的注释符号。Copy the Code
- default-sample-channels = 6
然后重新启动,用测试一下是否正常。如果不正常的话只能撤销修改了。Copy the Code
- speaker-test -Dplug:surround51 -c6 -l1 -twav
ALSA和pulseaudio音频架构都是支持5.1声道立体声的。
Popular Events
More
另:
yuyi@yuyi-s-computer:~$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
01:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1)
谢谢!!