Quote:
Originally Posted by knc1
PS: Your Kpw is not 'going to sleep' it is only clearing the screen.
If it actually went to sleep, your ssh link would stop responding.
|
I think zxczxc is describing a peculiar scenario wherein:
- He's actually reading stuff on the PW (either directly or through vnc) and..
- He's doing page turning without touching the PW screen using xdotool(how?
) and..
- He wants a means to 'wake up' the PW when it goes into screensaver mode
Obviously the KUAL helper buttons to disable/enable screensavers are not convenient here..
So.. the solution is..
Send command
Code:
/usr/bin/powerd_test -p
This either 'wakes up' the PW or puts it into screensaver mode..
meeting zxczxc's requirement of..
Quote:
is there any command that can be sent by terminal to keep the kindle alive?
as in, send the command, and then the kindle thinks it just received input, and won't sleep for 10 minutes, unless you send this again.
|