2015-03-03 1 views
0

Je compilé directfb avec succès et maintenant quand je lance tout exemple ou toute autre application de directfb je reçois cette erreur:directfb erreur inappliquées

(!!!) *** UNIMPLEMENTED [fusion_dispatch] *** [fusion.c:3937] 

Toutes les idées?

Répondre

-1

J'ai eu le même problème avec qingy. Plus de détails:

Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] stderr logger process shutting down... 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (!!!) *** UNIMPLEMENTED [fusion_dispatch] *** [fusion.c:3937] 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG]  --> An invalid argument has been specified 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (!) DirectFB/Core: Could not initialize 'system_core' core! 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (!) System/DevMem: Please supply 'video-phys = 0xXXXXXXXX' and 'video-length = XXXX' options! 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (*) Direct/Thread: Started 'Fusion Dispatch' (3910) [MESSAGING - OTHER/0] <8392704>... 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (*) Direct/Memcpy: Using libc memcpy() 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (*) DirectFB/Core: Single Application Core. (2015-02-14 15:43) [ DEBUG ] 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG]  ---------------------------------------------------------------- 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG]   (c) 2000-2004 Convergence (integrated media) GmbH 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG]   (c) 2001-2013 The world wide DirectFB Open Source Community 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG]   (c) 2012-2013 DirectFB integrated media GmbH 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.7.6 |~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Mar 14 18:04:32, qingy-DirectFB on tty1, [DEBUG] (*) Direct/Thread: Started 'SigHandler' (3909) [CRITICAL - OTHER/0] <8392704>... 

Ajouter suivante à votre .directfbrc:

system=fbdev 
fbdev=/dev/fb0 
0

Je résolu ce problème en:

  1. Connectez-vous en tant que root.
  2. lors de l'exécution de votre application, utilisez --dfb:system=FBDev. Par exemple ./myapplication --dfb:system=FBDev