Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2013 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4471623 to your computer and use it in GitHub Desktop.
Save anonymous/4471623 to your computer and use it in GitHub Desktop.
sudo /etc/init.d/xbmc stop #default password = 'raspberry'
sudo su #default password = 'raspberry'
echo "/opt/vc/lib" > /etc/ld.so.conf.d/00-vmcs.conf
ldconfig
sudo chown xbian:xbian .xbmc/userdata/sources.xml
sed -i 's/gpu_mem_256=100/gpu_mem_256=128/g' /boot/config.txt
sed -i 's/gpu_mem_512=100/gpu_mem_512=128/g' /boot/config.txt
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment