You are not logged in.
Hello !
I am looking for why my laptop temperature grow up to 60°C on AC but not on battery.
When I start my laptop plugged on AC, my laptop quickly goes to 60°C when it stabilizes (My fans starts at 45°C or 50°C and accelerate at 60°C).
When I unplug my laptop from AC, the fans accelerate to reach a temperature of 55°C when they decelerate. Then, the temperature drops to 35°C when the fans completely stop. While I am on battery using apps that do not need high cpu/gpu consumption, the temperature does not reach a too high level of temperature. If I plug again my laptop to AC, the temperature keeps going down to 35°C without going up again for a moment (Maybe, when I start to request more and more cpu/gpu usage ?)
I am using laptop-mode to reduce power consumption so I tried to activate it even if my laptop is plugged to AC but it does not change anything.
To avoid potential conflicts with an other problem that I have with my GPU, I deactivated my discrete GPU modules (nvidia, nvidia_drm and nvidia_modeset by using "install <module> /bin/false" in a file in "/etc/modprobe.d". Neither these modules, neither nouveau module shows on lsmod)
I suspect something listening to ACPI event 'AC unplugged/plugged' to reduce consumption of something else but I did not find what could do that.
Any ideas about this problem ?
-------------- Informations --------------
Model : Asus TUF505DV-HN232T
CPU : AMD Ryzen 7-3750H
GPU : Nvidia RTX 2060
Archlinux : Up to date from 29/01/2021
-- Commands did with root --
sensors : https://paste.gg/p/anonymous/e8e8eaf36c … 23c91319ae
lspci -k : https://paste.gg/p/anonymous/3f6edc548d … 47db20d304
lsmod : https://paste.gg/p/anonymous/62a9e0edd0 … c7aa5af330
powertop : https://paste.gg/p/anonymous/0890164f4e … 42d617ed44 (Laptop just started, AC plugged)
powertop : https://paste.gg/p/anonymous/82725266e6 … 77bbdc33f1 (Waiting for 55°C, then unplugged from AC)
laptop-mode.conf : https://paste.gg/p/anonymous/bba730ace2 … a4b3499e4c
No message showing up in dmesg when plugging/unplugging laptop
journalctl --follow
[...]
Laptop unplugged
Jan 30 19:44:34 alpha root[3892]: ACPI action undefined: ACPI0003:00
Jan 30 19:44:34 alpha root[3949]: ACPI action undefined: PNP0C0A:00
Jan 30 19:44:34 alpha root[3951]: ACPI group/action undefined: 0B3CBB35-E3C2- / 000000ffLaptop plugged
Jan 30 19:45:29 alpha kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 30 19:45:29 alpha root[5823]: ACPI action undefined: ACPI0003:00
Jan 30 19:45:29 alpha root[5866]: ACPI action undefined: PNP0C0A:00
Jan 30 19:45:29 alpha root[5868]: ACPI group/action undefined: 0B3CBB35-E3C2- / 000000ffLast edited by AlphaShadows (2021-12-12 17:12:45)
Offline
Hey hey hey !
I finally managed to solve my problem ! I was wanting to make my HDMI port working and the solution I found to this problem solved my laptop overheating problem at the same time ! Here is what I did :
- I added nvidia-drm.modeset=1 to my kernel parameters.
I hope this could help someone else.
Last edited by AlphaShadows (2021-12-12 17:13:05)
Offline