okay...
After you raised this the other day I had a play. (and asked Hawhill about inverting the FB)
the FB being inverted I cant fix right now.
on the PC I ran
/usr/bin/Xvnc :2 -geometry 800x600 -depth 16 -dpi 160 -alwaysshared -lazytight
(as I have two screens already)
then x2vnc -east localhost:2
then on the kindle I ran
kindlevncviewer -password "yourpasswordhere" dev:2 (where dev is mapped to my computer IP and 2 matches the display I exported)
then I ran on the kindle in another ssh session
while :; do eips ''; usleep 90000; done;
This allowed me to work as one might expect on the kindle as an extra screen,
Job done.
Last edited by twobob; 02-23-2013 at 02:55 PM.
Reason: added password thingy
|