View Single Post
Old 10-28-2012, 02:38 PM   #34
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
Quote:
Originally Posted by hawhill View Post

host$ ssh -L6001:127.0.0.1:6000 root@k
(port 6001 is display :1 for X11/TCP)

On the Kindle, the framework should probably be stopped
k3$ /etc/init.d/framework stop

And an update loop wouldn't hurt, I guess
k3$ while sleep 3; do echo 1 > /proc/eink_fb/update_display ; done

Then I started the X server on the Kindle
k3$ Xfbdev

Then on the host I started applications and x2x:
host$ DISPLAY=:1 firefox &
host$ x2x -to :1 &
much obliged. I missed the port forwarding duh.

Last edited by twobob; 10-28-2012 at 02:40 PM.
twobob is offline   Reply With Quote