View Single Post
Old 11-11-2013, 06:51 PM   #87
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
yup - thats the k3.

Todays progress was getting a mystartx that could boot using the Xvfb => x11vnc => VncViewer native method in the meantime and getting keyinput working. & compiling xmodmap and xbindkeys to fit the new FAT architecture which was trivial.

Quote:
cd /mnt/us/kindlevncviewer; # it really wants to run from there, nothing else cares.
export PATH=/mnt/us/extensions/xorg/bin:/mnt/us/extensions/perl/usr/bin:\
/mnt/us/extensions/lxterminal/bin:/mnt/us/kindlevncviewer:$PATH
export XKEYSYMDB=/mnt/us/extensions/xorg/share/X11/XKeysymDB
export DISPLAY=:0
export LD_LIBRARY_PATH=/mnt/us/kindlevncviewer:\
/mnt/us/extensions/system/usr/lib:$LD_LIBRARY_PATH
killall -9 x11vnc
killall -9 kindlevncviewer

perl /mnt/us/extensions/xorg/bin/unlock_daemon&

Xvfb -dpi 167 -extension XKEYBOARD +kb -noreset -nolisten tcp \
-screen 0 600x800x16 +bs -br nologo &
wait 3

x11vnc -noncache -shared -forever &
sleep 13;

kindlevncviewer -config /mnt/us/kindlevncviewer/config.lua \
-encodings "copyrect raw" 127.0.0.1:0 &
sleep 2;

xbindkeys -f /mnt/us/extensions/xorg/bin/xbindkeysrc
x11vnc -R clear_keys
xmodmap /mnt/us/extensions/xorg/bin/xmodmaprc

lxterminal
exec $0
which is ugly as hell but works everytime.

Key mappings are a little screwy right now but "working" if a little "crosswired".

Perhaps I will make time to fix it up.


still trying to figure what is eating the processor... something is making fsp go crazy. will investigate tomorrow. probably
Attached Thumbnails
Click image for larger version

Name:	Selection_717.png
Views:	277
Size:	21.2 KB
ID:	115048  

Last edited by twobob; 11-11-2013 at 06:55 PM.
twobob is offline   Reply With Quote