即使在低温下,风扇(gpu 和 cpu)也始终在充电时运行。我也无法手动控制风扇,因为每次尝试后它们都会立即启动(1 秒)。如果我取下充电器并切换到电池,风扇会立即停止。
我在 19.10 和 5.3 内核上没有这些问题。降级到 5.3 不起作用。TLP 的电池模式始终开启也不起作用。BIOS 是最新的。
如果您需要更多输出,请告诉我。
me@myself:~$ sensors
ath10k_hwmon-pci-3b00
Adapter: PCI adapter
temp1: +33.0°C
dell_smm-virtual-0
Adapter: Virtual device
fan1: 2685 RPM
fan2: 2782 RPM
BAT0-acpi-0
Adapter: ACPI interface
in0: 12.45 V
curr1: 1000.00 uA
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +38.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +36.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +35.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +35.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +34.0°C (high = +100.0°C, crit = +100.0°C)
Core 4: +37.0°C (high = +100.0°C, crit = +100.0°C)
Core 5: +33.0°C (high = +100.0°C, crit = +100.0°C)
pch_cannonlake-virtual-0
Adapter: Virtual device
temp1: +35.0°C
acpitz-acpi-0
Adapter: ACPI interface
temp1: +25.0°C (crit = +107.0°C)
Ubuntu 附带有故障的 Nvidia Optimus 驱动程序,它将运行时 pm 设置为关闭。我可以通过使用 Powertop 的“Tunables”选项卡来修复它并查看“坏”选项卡。然后将坏设备(在我的情况下为“PCI 设备 NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] 的运行时 PM)”设置为好。
为了稍微扩展安迪的回答,我安装了 powertop 使用:
powertop 需要使用 sudo 启动:
此处的ArchLinux 文章讨论了如何在每次启动时运行 powertop 的调整。