Hi everyone,
I am having a blast using Arch Linux ARM on the Raspberry Pi.
The only thing I have a "problem" with is that XBMC uses too much CPU when it's idle. Lacking a decent way to autostart the XBMC systemd service when I need it, I thought about keeping the process running always.
It seems now that XBMC uses ~50-60% CPU (in top and htop) from a fresh start, when it's doing nothing at all. This might interfere with my webserver and other things running on the pi (yes I'm pushing it to the limits).
Adding a file /home/xbmc/.xbmc/userdata/advancedsettings.xml with the following contents:
$this->bbcode_second_pass_code('', '
<advancedsettings>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
</advancedsettings>
')
changed absolutely nothing in CPU percentage. I see people reporting 12-20% (even on this forum). I'm just wondering how on Earth they manage to do that.
Thanks for any tips!
