On Mon, Nov 14, 2005 at 11:29:19PM -0800, Nathanael D. Noblet wrote: > How do I get a DirectFB app to use the linux-input driver instead of the > others? I built the app myself so have the source if I have to use > anything different... however my linux-input kernel module device isn't > coming up with a > DFBCHECK(dfb->CreateInputEventBuffer(dfb,DICAPS_ALL,DFB_FALSE,&buffer)); > so I'd like to know where my problem lies and the output from DirectFB > is using Input/Keyboard...
Add disable-module=keyboard to your directfbrc if you don't want to use the keyboard driver. The linuxinput driver requires that you have evdev kernel module loaded and that you have read and write permissions to the event device. It looks for device files that are named /dev/input/eventN where N is in the range [0,15]. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
