Sunday, 7 July 2013

Disable power saving mode

In case you want to disable power saving mode on your RaspberryPI:

Add the following to /etc/rc.local

  /usr/bin/setterm -blank 0 -powerdown off

No comments:

Post a Comment