风扇(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)
答案1
Ubuntu 附带一个有故障的 Nvidia Optimus 驱动程序,它将运行时 pm 设置为关闭。我可以使用 Powertop 的“可调参数”选项卡并查看“坏”设备来修复它。然后将坏设备(在我的情况下是“PCI 设备 NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] 的运行时 PM”)设置为好。
答案2
为了稍微扩展 Andi 的回答,我使用以下命令安装了 powertop:
sudo apt install powertop
powertop 需要使用 sudo 启动:
sudo powertop
ArchLinux 文章这里讨论如何在每次启动时运行 powertop 的调整。