Re: screen blanking/setterm

Gernot Fink <[email protected]> Mon, 29 Mar 2004 21:01:53 +0200
Newsgroups gmane.linux.tomsrtbt
Message-ID <04032921073500.02655@gar>
On Mon, 29 Mar 2004, Stefan Strandberg wrote:
> Hi,
> 


> The main problem is screen blanking.  I can find no way to turn it off, 
> save recompiling the kernel after modifying source.

A "strace setterm -blank 0"
 gives on my linuxbox 

write(1, "\33[9;0]", 6) 

so i think

echo -e "\e[9;0]"

can work on tomsrtbt(not tested)

-- 
MFG Gernot