Directfb未实现的错误

时间:2015-03-03 09:05:27

标签: linux framebuffer directfb

我成功编译了Directfb,现在当我运行Directfb的任何示例或任何应用程序时,我收到此错误:

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

有什么想法吗?

2 个答案:

答案 0 :(得分:0)

我解决了这个问题:

  1. 以root身份登录。
  2. 在运行您的应用程序时使用--dfb:system=FBDev。 例如./myapplication --dfb:system=FBDev

答案 1 :(得分:-1)

我和qingy有同样的问题。更多详情:

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>...

将以下内容添加到.directfbrc:

system=fbdev
fbdev=/dev/fb0