Also trying it with kvncviewer.sh through KUAL:
#!/bin/sh
cd $(dirname "$0")
LD_LIBRARY_PATH=.
export LD_LIBRARY_PATH
#orient=`lipc-get-prop com.lab126.winmgr orientationLock`
lipc-set-prop com.lab126.powerd preventScreenSaver 1
#lipc-set-prop com.lab126.winmgr orientationLock L
# ./refresh_vnc.sh
./luajit vncviewer.lua MYIP:5900
#lipc-set-prop com.lab126.winmgr orientationLock $orient
lipc-set-prop com.lab126.powerd preventScreenSaver 0
but that drops me back to the main Kindle interface it seems. However I do see the process running on the Kindle:
[root@kindle kvncviewer]# ps -ef|grep vnc
root 20993 1 0 17:14 ? 00:00:00 /bin/sh ./kvncviewer.sh
root 20998 20993 34 17:14 ? 00:00:00 ./luajit vncviewer.lua MYIP:5900
root 21014 19054 0 17:14 pts/0 00:00:00 grep vnc
Last edited by juegos; 03-23-2025 at 05:16 PM.
|