Skip to content

Commit

Permalink
added start script. Note this takes care of screen spilling out of th…
Browse files Browse the repository at this point in the history
…e TV visible area
  • Loading branch information
stkdiretto committed Feb 25, 2017
1 parent 0c742ce commit bb10d28
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions start.sh
@@ -0,0 +1,15 @@
#!/bin/sh
export INFOBEAMER_LOG_LEVEL=3
export INFOBEAMER_BLANK_MODE=layer
export NODE=info-beamer-vsh
export INFOBEAMER_TARGET_X=50
export INFOBEAMER_TARGET_Y=30
export INFOBEAMER_TARGET_W=94%
export INFOBEAMER_TARGET_H=94%


modprobe bcm2708_wdog
export INFOBEAMER_WATCHDOG=15

cd /home/pi/info-beamer-vsh
exec python2 service & exec python2 twitter/service & exec nice -n -5 ionice -c 1 -n 0 /home/pi/info-beamer-pi/info-beamer . 2>&1

0 comments on commit bb10d28

Please sign in to comment.