OpenElec Raspberry PI – tweaks

Increase video buffering:

Create a file advancedsettings.xml here /Storage/.xbmc/userdata

<advancedsettings>
  <network>
    <cachemembuffersize>30242880</cachemembuffersize>
  </network>
  <fanartheight>560</fanartheight>
  <thumbsize>256</thumbsize>
  <gui>
    <algorithmdirtyregions>3</algorithmdirtyregions>
    <nofliptimeout>0</nofliptimeout>
  </gui>
  <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
</advancedsettings>

more settings here: http://mrpfister.com/journal/setting-up-openelec-on-the-raspberry-pi/#comment-31801

Overclocking:
(Be careful those setting will void your warranty)

/system/config.txt

arm_freq=850
core_freq=250
sdram_freq=400
force_turbo=1
initial_turbo=30
disable_overscan=1
hdmi_force_hotplug=1



Leave a comment