Harinandan S wrote:
> I dont have a patch but i can tell you in which file i made changes. I 
> use GTK+ 2.12.2 .
>  
> In file /gdk/directfb/gdkdisplay-directfb.c in function gdk_display_open 
> i commented the lines
>  
>  ret=directfb->GetInputDevice (directfb, DIDID_KEYBOARD, &keyboard);
>   if (ret != DFB_OK){
>       DirectFBError ("gdk_display_open: GetDisplayLayer", ret);
>         return NULL;
>   }
> _gdk_display->keyboard=keyboard;
>  _gdk_directfb_keyboard_init ();
>  
> try this. It worked for me. Use this only if you plan not to have 
> keyboard. You can revert the changes back to original if you need to add 
> keyboard support.
>  
> Also see this post 
> http://mail.directfb.org/pipermail/directfb-users/2008-January/000296.html .

You need VT support in any case, and the keyboard input driver if you don't
have any LinuxInput keyboard event device.

All this applies to GDK-DirectFB only.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to