Post
Topic
Board Hardware
Merits 6 from 2 users
Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread
by
Cohenpol
on 04/12/2019, 06:02:40 UTC
⭐ Merited by os2sam (4) ,frodocooper (2)
Oh sorry Sam! Haha, for a one-off no blank per reboot it's:

Code:
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:

Code:
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?