I set up a raspberry pi to run as a dash/infoboard.
To do this, i used midori and uncutter(to remove the cursor) and start it up from the ~/.bashrc file, like so
startx /usr/bin/midori http://google.com
@uncutter -idle 0.1 -root
But what every i try, i can't stop the screen from going blank.
Can anyone help me with this? i been looking at many solutions on the internet, an none worked for me,
The things i tried is.
Thanks for your time
.bashrc
is a very bad idea; any instructions you are following which recommend this should be ignored as if they never existed. – goldilocks Jan 03 '17 at 15:44.bashrc
is for and consider why using that this way is an idea spread by -- no exaggeration, no offence -- morons. Probably a more common term for dash/infoboard is "kiosk" and where I'd start is described here: http://raspberrypi.stackexchange.com/a/57565/5538 – goldilocks Jan 04 '17 at 10:08