Quote:
Originally Posted by hawhill
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.