我刚刚安装了 Ubuntu 13.04,看来我的风扇转得更卖力了,大约每隔三十秒就会加速一次。
它预装了 Windows 8,当我运行 Windows 时,它并没有变得那么热。
我的笔记本电脑是 Acer Aspire V3-571G
答案1
我刚刚花了几个小时解决同样的问题(我也有 V3-571G)。最后,我找到了以下“解决方法”。至少有点用处。
0.) acer_fancontrol 由于内核无法监控或控制风扇,因此我们需要其他方法。有一个“脚本”>>>适用于其他 Acer 型号<<<,它可直接(动态)修改 UEFI 数据以控制风扇速度。 http://ubuntuforums.org/showthread.php?t=1748521
我认为这种方法最危险,因为程序随时可能崩溃。而且,我们的型号(V3-571G)和/或我们的 BIOS 版本似乎不受支持。
1.) BIOS 升级 我的 BIOS 版本是 2.18。现在我升级到(破解的)BIOS 版本 2.21。
1.1)页面:http://www.bios-mods.com/forum/Thread-Request-Acer-Aspire-V3-571G-Bios-2-21 带有最新的 V3-571G 型号 BIOS(以及其他型号),也已被“破解”。它只是启用了 Acer BIOS 中隐藏的“高级”选项。
因此,只需从提供的链接(在 rghost.net 网站)下载 BIOS,提取、创建可启动 USB 并在笔记本电脑上升级 BIOS 版本。
1.2)为了使 USB 可启动,我使用了这个命令
sudo dd if=USBimg32.ima of=/dev/sdc
其中 /dev/sdc 是我的 USB 闪存驱动器。
1.3) 刷机流程如下: http://www.bios-mods.com/forum/Thread-Request-Acer-Aspire-V3-571G-Bios-1-11?page=11
Simply put the file in a regular FAT32 formatted USB pen stick.
Turn off notebook, remove battery and power cord from notebook
Attach the USB pen stick on it
Hold FN+ESC
Still holding, plug in power cord and wait 3 ~ 5 seconds
Press power button
Release all the buttons
Notebook will turn on with fan and lights only wait about 2~3 minutes and notebook
will power down itself.
Plug in the battery and turn it on.
我严格按照说明进行操作并且成功了。
1.4) 现在我可以根据(仅 CPU?)温度来控制风扇速度。不幸的是,只有两个值(低和高)。
2.) 另外不要忘记以这种方式修改 /etc/default/grub 文件:从这里:
GRUB_CMDLINE_LINUX_DEFAULT="noquiet nosplash"
更改为:
GRUB_CMDLINE_LINUX_DEFAULT="noquiet nosplash acpi_osi=Linux acpi_backlight=vendor"
您可以找到几个关于这些参数的作用的参考,例如:
答案2
首先,Ubuntu 13.04 不受支持,因此我建议您下载并安装具有最新驱动程序的 Ubuntu 15.04,您会发现由于新驱动程序,温度会降低。如果没有,您可以随时在当前安装上安装专有图形驱动程序,但它已经过时了。