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