Phoronix posted a test 2 days ago and reports 1.6W at idle with Ubuntu 23.10.
With this testing on Ubuntu 23.10, the Ryzen 7 7840U was pulling 25 Watts on average under load and a 51 Watt peak while having a 1.6 Watt power consumption at idle.
Maybe i understand it wrong or there is some hidden magic i didn’t figure out from his article. (English is not my main language)
Now if anyone knows how to get that test to record power consumption, I would be really greatful! Monitoring of sensors during the test run is enabled using the MONITOR environment variable, like so: export MONITOR=cpu.power,cpu.temp ; phoronix-test-suite ...
CPU power monitoring works for me after giving non-privileged users access via sudo chmod -R a+r /sys/class/powercap/intel-rapl/.
EDIT1: link corrected
EDIT2: found out how to enable monitoring in phoronix-test-suite