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

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