Hello i install XBMC 12 version on the pi (type B)
why even at "rest" (when no movie is on) i see cpu level on 94%
I think its too much any reason ?
High CPU level
4 posts
- Posts: 9
- Joined: Mon Dec 17, 2012 7:14 am
That is the way XBMC works, it constantly refreshes the screen whether displaying any video content or not. So be careful about bumping up any overclock settings (by default Rasbmc uses 800 MHz with force_turbo).
- Posts: 357
- Joined: Mon Dec 03, 2012 2:47 am
- Location: Elgin, IL USA
anything to do about it ? 
- Posts: 9
- Joined: Mon Dec 17, 2012 7:14 am
Don't use the "system info" screen to measure cpu. Log in and use 'top' instead, for example:
Raspbmc, idle, currently running at 840mhz:
- Code: Select all
%Cpu(s): 22.1 us, 1.3 sy, 0.0 ni, 76.2 id, 0.0 wa, 0.0 hi, 0.3 si, 0.0 st
Raspbmc, idle, currently running at 840mhz:
- Code: Select all
pi@raspbmc:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
840000
- Posts: 11
- Joined: Fri Nov 16, 2012 7:37 pm