Oh sorry Sam! Haha, for a one-off no blank per reboot it's:
sudo xset s off
sudo xset -dpms
sudo xset s noblank
There is a way to permanently do this but it didn't work for me. No doubt it's my finger trouble! Good luck.
As you've probably guessed I'm no linux/raspberry pi expert but I came across someone trying to do a similar thing while I was searching trying to sort my autorun problem. I think they used python to get it setup/write a script and then the crontab -e to get it to run continuously.
I've tried
sudo crontab -e then entered before
exit 0:
0 */12 * * * /home/pi/git/vthoang/cgminer/x1R606b.sh
This is for a continual 12hr reboot but doesn't work. Am I missing more code?