Paul Fox wrote: > > As another post said - nothing to do with BusyBox. But it's the kernel > > that's doing this. I compiled ncurses, then setterm from util-linux and > > used the command 'setterm -blank 0'. This is the heavy handed way of > > doing things. > > yes, that's a lot of work :-), since in the end all setterm does is > emit the previously mentioned escape sequence. ( "ESC [ 9 ; 0 ]" ) > > TERM=linux setterm -blank 0 | hexdump -C
But this all only works if I am actually working on this terminal!? I do have a frame buffer console (VT) with no keyboard, but use the serial console. So I guess "setterm -blank 0" then works on my serial console but nit on the framebuffer. How am I supposed to switch off console blanking then? In a bootscript? Thanks! Steven _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
