6

We can run XBMC media player on Raspberry Pi - great!

While the playback is fine, the UI is somewhat slow. How do I speed it up?

For example, what is your experience with faster SD cards. is it worth it? Or, do you know some magic settings that will speed up the user interface?

elomage
  • 263
  • 1
  • 6
  • 3
    This might be related to [GPU memory](http://raspberrypi.stackexchange.com/questions/673/what-is-the-optimum-split-of-main-versus-gpu-memory). Have you tried adjusting `.elf` file under `/boot` directory? – emcconville Oct 03 '12 at 14:26
  • 2
    Take a look at this [question](http://raspberrypi.stackexchange.com/questions/673/what-is-the-optimum-split-of-main-versus-gpu-memory). – Avio Oct 03 '12 at 15:37

1 Answers1

6

As mentioned you should probably adjust your memory split. The recommended memory split when running XBMC is 128MB. Run the line below and reboot:

cp /boot/arm128_start.elf /boot/start.elf

Johan
  • 76
  • 1