driver will be libdirectfb_lirc.so at inputdrivers directory; then debug output showed you have used "IMPS/2 Mouse 1.0 (directfb.org) "as your input device; so check "configure --with-inputdrivers=lirc " in your config.log, and your prefix/directfb-1.0-0/inputdrivers/libdirectfb_lirc.so as needed.
2009/7/16 Ravi Karmarkar <[email protected]>: > Please refer below output. > > (*) DirectFB/Core: Single Application Core. (2007-11-02 23:26) > (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 979)... > (*) Direct/Modules: suppress module 'keyboard' > (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 980)... > (*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org) > (!) Direct/Modules: Module 'libdirectfb_stblit_accel.so' did not register > itself after loading! Trying default module constructor... > (!) DirectFB/gfxdrivers/dfb_stblit_accel: FB file descriptor = 3 > (*) DirectFB/Graphics: ST Microelectronics STAPI Blit based graphic > acceleration 0.1 (ST Microelectronics) > (*) DirectFB/Core/WM: Default 0.3 (directfb.org) > (*) Direct/Interface: Loaded 'PNG' implementation of > 'IDirectFBImageProvider'. > (*) Direct/Interface: Loaded 'FT2' implementation of 'IDirectFBFont'. > (*) Direct/Interface: Loaded 'GIF' implementation of > 'IDirectFBImageProvider'. > ... > .. > .. > Should there be a line for lirc as well? I can see that the drivers are > installed in /usr/lib/directfb-1.0-0/inputdrivers. Then what is missing? > > > On Wed, Jul 15, 2009 at 5:22 PM, RyanYee/叶晔 <[email protected]> wrote: >> >> open debug will help, it give some output like this: >> >> (*) DirectFB/Core: Multi Application Core. (2009-02-03 00:51) [ DEBUG ][ >> TRACE ] >> (*) Fusion/SHM: Not using MADV_REMOVE (2.6.16.16 < 2.6.19.2)! >> (*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 1170)... >> (*) Direct/Thread: Running 'Keyboard Input' (INPUT, 1171)... >> (*) DirectFB/Input: Keyboard(NTV) 0.9 (konka.org) >> >> 2009/7/15 Ravi Karmarkar <[email protected]>: >> > Hi, >> > >> > The remote control is already configured for the target platform since >> > I'm >> > able to receive the keys using another application which is not using >> > directfb. >> > >> > I want to keep my question specific to directfb API. Somehow my directfb >> > application is not receiving these events. >> > >> > Thanks and regards, >> > Ravi Karmarkar >> > >> > On Wed, Jul 15, 2009 at 3:29 PM, RyanYee/叶晔 <[email protected]> wrote: >> >> >> >> 1.you should check your lircd(/dev/lircd ) and it's configure file >> >> first. >> >> >> >> 2. it will generate key release event not button press >> >> >> >> 2009/7/15 Ravi Karmarkar <[email protected]>: >> >> > Hi All, >> >> > >> >> > I would like to use a remote control for my directfb application. >> >> > >> >> > I created an event buffer using 'CreateInputEventBuffer' function. >> >> > Somehow >> >> > I'm not able to receive the button press events from remote control. >> >> > lirc is enabled in the configuration file. Do I need to configure >> >> > something >> >> > else? >> >> > >> >> > Thanks and regards, >> >> > Ravi Karmarkar >> >> > >> >> > _______________________________________________ >> >> > directfb-users mailing list >> >> > [email protected] >> >> > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >> >> > >> >> > >> >> >> >> >> >> >> >> -- >> >> RyanYee >> > >> > >> >> >> >> -- >> RyanYee > > -- RyanYee _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
