On Fri, Jun 22, 2007 at 03:18:26PM -0700, Yicai Jiang wrote: > I am porting GTK to a ARM board. However, I have such error messages > when I run gkt-demo > > (gtk-demo:140): GLib-WARNING **: getpwuid_r(): failed due to unknown > user id (0) > > =======================| DirectFB 1.0.0 |======================= > (c) 2001-2007 The DirectFB Organization (directfb.org) > (c) 2000-2004 Convergence (integrated media) GmbH > ------------------------------------------------------------ > > (*) DirectFB/Core: Single Application Core. (2007-06-21 00:06) > in dfb_fbdev_open > in dfb_fbdev_open 296 > Error opening pipe /tmp/keypad_pipe > (!) DirectFB/core/vt: Couldn't open neither `/dev/tty0' nor `/dev/vc/0'! > --> No such file or directory > (!) DirectFB/Core: Could not initialize 'system' core! > --> Initialization error!
Try adding the no-vt option to your directfbrc. > BTW, where should I add my framebuffer and display drivers? > I added them under DirectFB-1.0.0/systems/fbdev. Kernel fb drivers belong in the kernel, DirectFB gfxdrivers belong in DirectFB/gfxdrivers. DirectFB/systems/fbdev should not contain any device specific code. I think that's the best answer I can give you without knowing exactly what you mean by 'my framebuffer and display drivers'. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
