在我的 HP Pavilion dv6-6195sp 上安装 Ubuntu 12.04(全新安装)后,处理器风扇一直转着……
有人可以帮忙吗?
答案1
答案2
我在新安装 ubuntu 12.04 后,在 pavillion dv6 中遇到了同样的问题。风扇 100% 开启,就像计算机正在发挥最大性能一样,但我仍然没有运行任何程序。我意识到是“compiz”占用了大部分 CPU。经过一段时间寻找帖子后,我按照以下步骤操作:
打开 conpiz 配置设置管理器(在终端中输入“ccsm”)然后转到 opengl(在常规下)并取消选中选项“同步到 vblank”
它对我有用
答案3
在我的笔记本电脑上(虽然是旧的 IBM,但应该适用于大多数设备)安装 cpufrequtils 对我有帮助。当不需要电源时,cpufreq 会降低 CPU 频率,因此 CPU 不会太热,从而导致风扇速度降低。
cpufreq-info 将给你如下输出:
user@host:~$ cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to [email protected], please.
analyzing CPU 0:
driver: centrino
CPUs which need to switch frequency at the same time: 0
hardware limits: 798 MHz - 2.00 GHz
available frequency steps: 798 MHz, 1.06 GHz, 1.33 GHz, 1.60 GHz, 2.00 GHz
available cpufreq governors: userspace, ondemand, conservative, powersave, performance
current policy: frequency should be within 798 MHz and 2.00 GHz.
The governor "conservative" may decide which speed to use
within this range.
current CPU frequency is 798 MHz.