I have the same issue on an acer vn7-592g and Ubuntu 18.10. I temporarily fixed by editing thermald config in /etc/thermald/thermal- cpu-cdev-order.xml to deactivate most cooling methods (guess work as the documentation for it is almost none existent)
<CoolingDeviceOrder> <!-- Specify Cooling device order --> <CoolingDevice>rapl_controller</CoolingDevice> <!--<CoolingDevice>intel_pstate</CoolingDevice> --> <!--<CoolingDevice>intel_powerclamp</CoolingDevice> --> <!--<CoolingDevice>cpufreq</CoolingDevice>--> <!--<CoolingDevice>Processor</CoolingDevice> --> </CoolingDeviceOrder> On my setup only "rapl_controller" seems to work. "cpufreq" has no effect (might have something to do with my TLP config) "intel_pstate", "intel_powerclamp" and "Processor" never stop throttling once the temperature limit is reached. If needed, throttling can be reset without rebooting by: "intel_pstate" --> sudo tlp start (you probably don't need tlp but I don't know the underlying command that makes it work) "intel_powerclamp" --> sudo rmmod intel_powerclamp (https://askubuntu.com/questions/457252/intel-powerclamp-start-stop-forced-idle-injection) "Processor" --> no idea, can't even find documentation on what it actually does -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to thermald in Ubuntu. https://bugs.launchpad.net/bugs/1800446 Title: kidle_inject constantly running Status in linux package in Ubuntu: Incomplete Status in thermald package in Ubuntu: New Bug description: Computer boots up fine, but as soon as any process causes a single spike in CPU, `kidle_inject` starts and it just won't stop. Even after 1 hour of idling, with low temperatures, no fan, it’s still making this computer unresponsive. I disabled `kidle_inject` process by creating a file `/etc/modprobe.d /blacklist-power.conf` with the following content: ``` blacklist intel_powerclamp blacklist intel_rapl ``` Then I restarted computer. Since then, my computer is not unresponsive anymore, and I use it to work all the time. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: linux-image-4.18.0-10-generic 4.18.0-10.11 ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12 Uname: Linux 4.18.0-10-generic x86_64 ApportVersion: 2.20.10-0ubuntu13 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: williamivanski 5974 F.... pulseaudio /dev/snd/controlC1: williamivanski 5974 F.... pulseaudio Date: Mon Oct 29 08:05:09 2018 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=1c6d4273-ae09-412d-9488-78ab7ba2fc4b InstallationDate: Installed on 2015-09-23 (1131 days ago) InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: LG Electronics 13Z940-G.BK71P1 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic root=UUID=42b637c4-2da3-4c1a-a62d-b4beb93b8243 ro quiet splash vt.handoff=1 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.18.0-10-generic N/A linux-backports-modules-4.18.0-10-generic N/A linux-firmware 1.175 SourcePackage: linux UpgradeStatus: Upgraded to cosmic on 2018-10-23 (5 days ago) dmi.bios.date: 09/04/2014 dmi.bios.vendor: Phoenix Technologies Ltd. dmi.bios.version: 13Z940FF dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: White Tip Mountain dmi.board.vendor: LG Electronics dmi.board.version: FAB3 dmi.chassis.asset.tag: Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: LG Electronics dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnPhoenixTechnologiesLtd.:bvr13Z940FF:bd09/04/2014:svnLGElectronics:pn13Z940-G.BK71P1:pvr0.1:rvnLGElectronics:rnWhiteTipMountain:rvrFAB3:cvnLGElectronics:ct9:cvr0.1: dmi.product.family: Shark Bay ULT dmi.product.name: 13Z940-G.BK71P1 dmi.product.sku: System SKUNumber dmi.product.version: 0.1 dmi.sys.vendor: LG Electronics To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1800446/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp