Skip to content

Instantly share code, notes, and snippets.

@saturngod
Forked from anonymous/xbianlapha4fix.sh
Created January 7, 2013 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saturngod/4471626 to your computer and use it in GitHub Desktop.
Save saturngod/4471626 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