[root@kindle /proc]#
Xvfb -fp /mnt/us/sh/fonts/X11/100dpi/ -noreset -nolisten tcp -screen 0 600x800x8
[root@kindle root]#
x11vnc -noxdamage -noncache -forever
me@dev ~ $
x11vnc -rfbport 5901 -forever -noipv6
[root@kindle root]#
/mnt/us/kindlevncviewer/kvncviewer.sh dev:1
me@dev ~ $
kvnc
where /usr/local/bin/kvnc is:
Quote:
#!/bin/bash
xtightvncviewer -encodings "tight copyrect" -depth 4 -compresslevel 1
|
TODO: get -create to do what I expect, or figure out something else.
(also link /usr/bin/egrep to /mnt/us/usr/bin/grep since some ancient stuff still calls it and 1.7.2 busybox doesn't support it) - I built the full Gnu Grep just to be doubly sure.
EDIT: added fun screeny