My system & settings:
Latest BIOS, Latest Firmware, Kubuntu 22.04, 7840HS, RX7700S, Kernel 6.6.42, 6.9.9 & 6.10.1, fw-fanctrl (relevant config see bottom), balanced mode with ppd 0.21, 2560x1600, 165Hz
I have my FW16 since ~3 months, but only now started noticing that even slightest system interaction drives the iGPU usage quite high.
In the following picture I closed all background programs (green) and then started circling my mouse around slowly (orange):
While that probably isnt a problem in itself, starting a program like Steam, Telegram or Firefox pushes the utilization and temp really high.
Sometimes it gets back to “idle” (0-10%) after a minute or two, but most of the times it uses way more iGPU processing power although not interacted with:
Even just creating this topic drives the utilization to 25-50% while typing.
While this is no problem for just chilling on one website (it will occassionally ramp up the fans), this becomes really annoying, when switching between several applications that are using the iGPU.
E.g. switching from Aseprite to Godot and Telegram or Firefox makes the fans go really loud and the laptop quite unresponsive
Is this to be expected?
/etc/fw-fanctrl/config.json
"defaultStrategy": "lazy",
"strategyOnDischarging" : "laziest",
"strategies": {
"laziest": {
"fanSpeedUpdateFrequency": 5,
"movingAverageInterval": 40,
"speedCurve": [
{ "temp": 0, "speed": 0 },
{ "temp": 45, "speed": 0 },
{ "temp": 65, "speed": 25 },
{ "temp": 70, "speed": 35 },
{ "temp": 75, "speed": 50 },
{ "temp": 85, "speed": 75 }
]
},
"lazy": {
"fanSpeedUpdateFrequency": 5,
"movingAverageInterval": 30,
"speedCurve": [
{ "temp": 0, "speed": 15 },
{ "temp": 50, "speed": 15 },
{ "temp": 65, "speed": 25 },
{ "temp": 70, "speed": 35 },
{ "temp": 75, "speed": 50 },
{ "temp": 85, "speed": 75 }
]
},