Haithem,

Thanks for the suggestions!  However, it didn't solve the problem.

In case this helps someone else, I found a clue in another thread that suggested building with the keyboard driver. Though I have no keyboard, I went ahead and built the input driver, linked it in, and that did the trick. I'm off an running.

Thanks to all!

-fred


haithem rahmani wrote:
Hi,
I haven't yet moved to DirectFB1.3.0, but just a suggestion that can help: no-init-layer = 0 # Disable Layer Initialization may be you have to remove this from your directfbrc file ? if it does not work, could you try to get the call stack trace,
- build your app  in debug mode,
- type: ulimit -c 8000 (any  value greater than 0)
- run your app and you'll get a dumped core
- run gdb <you_application_binary> <the_dumped_core>
after getting the gdb prompt type: bt regards.
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to