View Single Post
Old 07-09-2015, 05:13 AM   #6
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
I don't think so.

You could make the display go black->white->black->white in an endless loop for a few hours, but I doubt it will help any...

If you have the ability to run scripts via telnet or something...

Code:
while :
do
    /usr/local/Kobo/pickel showpic < /dev/zero
    tr '\x00' '\xff' < /dev/zero | /usr/local/Kobo/pickel showpic
    /usr/local/Kobo/pickel showpic 1 < /dev/zero
    tr '\x00' '\xff' < /dev/zero | /usr/local/Kobo/pickel showpic 1
done
frostschutz is offline   Reply With Quote