Linux Dual XBMC Setup, Extreme CPU usage on iddle. Only on one instance XBMC
#1
Hi Guys.
Running XBMC on ubuntu 13.4 server, with 2 AMD Cards.
Drivers and hardware accel working fine.

I run 2 xsessions for XBMC, one under xbmc and one under xbmc2
Using lightdm with multiseat

2nd xbmc, CPU Usage is high, while its doing nothing.

See


PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
11616 root 20 0 75576 8352 6316 R 83.9 0.2 3:11.49 Xorg
11701 xbmc2 20 0 976m 82m 36m R 70.5 2.1 2:50.32 xbmc.bin
3 root 20 0 0 0 0 S 27.0 0.0 1:42.19 ksoftirqd/0
2998 root 20 0 0 0 0 S 12.0 0.0 6:50.48 md20_raid5
2999 root 20 0 0 0 0 R 2.7 0.0 1:56.40 md20_resync
1926 xbmc 20 0 1208m 95m 39m S 2.0 2.5 7:24.83 xbmc.bin


as you can see, first xbmc is idle. Second one is sky high...this is right after I start lightdm and its doing nothing.

Both advanced settings look like this:
<advancedsettings>
<loglevel hide="false">0</loglevel>
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
<visualizedirtyregions>false</visualizedirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<cputempcommand>sensors|sed -ne "s/temp1: \+[-+]\([0-9]\+\).*/\1 C/p"</cputempcommand>
<gputempcommand>/usr/bin/aticonfig --od-gettemperature | grep Temperature | cut -f 2 -d "-" | cut -f 1 -d "." | sed -e "s, ,," | sed 's/$/ C/'</gputempcommand>
</advancedsettings>



help plz!
Reply

Logout Mark Read Team Forum Stats Members Help
Dual XBMC Setup, Extreme CPU usage on iddle. Only on one instance XBMC0