View Single Post
Old 02-09-2012, 04:15 PM   #5
Pipeliners
Member
Pipeliners began at the beginning.
 
Posts: 10
Karma: 36
Join Date: Dec 2011
Device: Kindle 3G WiFi
I've found the solution in this post:
http://weijr-note.blogspot.com/2011/...kindle-dx.html:
Code:
# cat >  /tmp/root/.directfbrc
no-vt
linux-input-devices=/dev/input/event0,/dev/input/event1
And then sample application runs. We can make sure by updating eink display:
Code:
# echo 1 > /proc/eink_fb/update_display
However it does not react to keyboard presses.
And since it captures input devices and does not release 'em after incorrect (^C from ssh terminal) termination, standard gui does not respond until reboot when .directfbrc gets removed.

You can try on your own risc.
Attached Files
File Type: zip gtk-hi1.zip (11.5 KB, 160 views)
Pipeliners is offline   Reply With Quote