with the screen wakes up again. If you are using linux on you host pc, you could use my bash script. but: you first need a permanent ssh authentification to your N900
x11vnc& x11pid=$! active=`pidof x11vnc | grep "$x11pid"` while [ "$active" != "" ]; do dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked sleep 30 active=`pidof x11vnc | grep "$x11pid"` done
#!/bin/bash host=yourN900ipAdress ssh user@$host '~/bin/x11vnckeepawake' & sleep 10 vncviewer $host &