[Seek Help] 进程pulseaudio一直占用 cpu 10%
Tofloor
poster avatar
uvz
deepin
2021-09-18 23:18
Author

进程pulseaudio一直占用 cpu 10% , 肿么办, 杀掉又起啦了

Reply Favorite View the author
All Replies
wecli
deepin
2021-09-18 23:44
#1
It has been deleted!
zijinyise
deepin
2021-09-19 00:20
#2

这是音量管理器吧

Reply View the author
uvz
deepin
2021-09-19 01:23
#3
wecli It has been deleted!

在网上搜 也有这个情况, 不是为什么我的一直cpu下不去.

Reply View the author
uvz
deepin
2021-09-19 01:23
#4
zijinyise

这是音量管理器吧

是的

 

Reply View the author
fengshuo
Deepin Wiki Editor
2021-09-21 05:37
#5

没遇到过这个问题。网上搜了下好像说是N卡的锅,可以试试:

1. 拉黑 snd_hda_intel 内核模块(可能导致没声音)

# 在root下编辑sound.blacklist.conf文件
sudo nano /etc/modprobe.d/sound.blacklist.conf
# 添加下面这行
blacklist snd_hda_intel
# CTRL+O ENTER CTRL+X 保存退出,然后重启电脑

2. 或者让pulseaudio在低优先级运行

# 在root下编辑daemon.conf文件
sudo nano /etc/pulse/daemon.conf
# 把这两个值都设成no
high-priority = no
realtime-scheduling = no
# CTRL+O ENTER CTRL+X 保存退出,然后重启电脑
Reply View the author
uvz
deepin
2021-09-23 00:11
#6
fengshuo

没遇到过这个问题。网上搜了下好像说是N卡的锅,可以试试:

1. 拉黑 snd_hda_intel 内核模块(可能导致没声音)

# 在root下编辑sound.blacklist.conf文件
sudo nano /etc/modprobe.d/sound.blacklist.conf
# 添加下面这行
blacklist snd_hda_intel
# CTRL+O ENTER CTRL+X 保存退出,然后重启电脑

2. 或者让pulseaudio在低优先级运行

# 在root下编辑daemon.conf文件
sudo nano /etc/pulse/daemon.conf
# 把这两个值都设成no
high-priority = no
realtime-scheduling = no
# CTRL+O ENTER CTRL+X 保存退出,然后重启电脑

好的, 我试下方案2, 谢谢!

Reply View the author
uvz
deepin
2021-10-09 18:34
#7
uvz

好的, 我试下方案2, 谢谢!

没有改善, 还是不行的

Reply View the author
uvz
deepin
2022-01-21 18:25
#8

image.png

Reply View the author
uvz
deepin
2022-01-21 18:25
#9

linux的驱动 真。。。。

Reply View the author