Quoting Scott A McConnell ([EMAIL PROTECTED]):
> I just built and installed DirectFB for a NEC VR5432 based board (MIPS).

Nice ;)

> I am trying to run the demo programs with limited success.

see below

> df_particle, df_knuckles, df_fire are the only ones that I can get to
> work. df_knuckles and df_fire hang when the mouse is moved (df_fire
> hangs right away, it takes several seconds of movement to hang
> df_knuckles. Note, X works fine. Any thoughts about why mouse movement
> is giving me problems?

Maybe gpm is running and does a concurrent read on /dev/psaux.
Try running it without gpm and maybe without X.

> What is the following trying to tell me?
> 
> bash-2.04# df_andi
> 
>        ----------------------- DirectFB v0.9.6 ---------------------
>               (c)2000-2001  convergence integrated media GmbH  
>         -----------------------------------------------------------
> 
> (*) Single Application Core.
> (*) DirectFB/InputDevice: Keyboard 0.9 (convergence integrated media
> GmbH)
> (*) DirectFB/InputDevice: PS/2 Mouse 0.9 (convergence integrated media
> GmbH)
> (*) DirectFB/GfxCard: Generic 0.3 (convergence integrated media GmbH)
> (!) DirectFB/core/fbdev: Could not set gamma ramp    --> Operation not
> permitted
> (!) DirectFB/core/fbdev: Could not set gamma ramp    --> Operation not
> permitted
> (!) DirectFB/core/fbdev: Could not set video mode (FBIOPUT_VSCREENINFO)!
>     --> Cannot allocate memory
> df_andi.c <450>:
>       (#) DirectFBError [dfb->CreateFont( dfb, FONT, &desc, &font )]:
> Interface implementation not available!

Sorry for the error message, it says that no font loading module could
be found for the TrueType font file. After configure runs it prints out
which modules will be built. Make sure the FreeType2 Font loader is built.
You need to install the freetype2 package.

-- 
Denis Oliver Kropp
( convergence           )
( integrated media gmbh )


-- 
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-users" as subject.

Reply via email to