Re: Install Debian onto a USB stick and run in a chroot on the Infocast 8"
I found out the issue was related to the blanking interval and an easy fix. I am using the Chumby's both as kiosks controlling them remotely and as touchscreens.
It's a tweak in the /etc/X11/xorg.conf file which enables or disables DPMS and the blanking interval.
Section "Monitor"
Identifier "ICS-Chumby-3 Monitor"
Option "DPMS"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection.