Skip to content

Instantly share code, notes, and snippets.

@knorthfield
Last active July 25, 2016 15:21
Show Gist options
  • Save knorthfield/327c51d0d9c7c4b6f64b9e713e1305c4 to your computer and use it in GitHub Desktop.
Save knorthfield/327c51d0d9c7c4b6f64b9e713e1305c4 to your computer and use it in GitHub Desktop.
Setting up Raspberry Pi Status Board

Fix overscan

sudo nano /boot/config.txt

Install Midori

sudo apt-get install midori

Set Midori homepage to whatever e.g. http://yourdashboard.yoursite.com

Install Unclutter

sudo apt-get install unclutter

Stop screensaver and power save features

sudo nano ~/.config/lxsession/LXDE-pi/autostart

Comment out:

# @xscreensaver -no-splash

Add:

@xset s off
@xset -dpms
@xset s noblank
@unclutter
midori -e Fullscreen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment