在32位系统的vaware-ubuntu中运行directfb示例时出错



在运行df_andi示例时,我得到了这个输出,所以可以告诉我为什么得到这个输出吗。

(*) Direct/Thread: Started 'SigHandler' (9163) [CRITICAL - OTHER/0] <8392704>...
   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.7.1 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2012-2013  DirectFB integrated media GmbH
        (c) 2001-2013  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ----------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2014-10-17 10:53) 
(*) Direct/Thread: Started 'Fusion Dispatch' (9164) [MESSAGING - OTHER/0] <8392704>...
 (!!!)  *** ONCE [Joystick sends JS_EVENT_INIT events, make sure it has been calibrated using 'jscal -c'
] *** [joystick.c:103 in joystick_handle_event()]
(*) Direct/Thread: Started 'Joystick Input' (9165) [INPUT - OTHER/0] <8392704>...
(*) DirectFB/Input: Joystick 0.9 (directfb.org)
(*) DirectFB/Input: Hot-plug detection enabled with Input Hub Driver 
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: MMX Software Rasterizer 0.7 (directfb.org)
(*) Direct/Thread: Started 'Dummy Display' (9166) [OUTPUT - OTHER/0] <8392704>...
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)
(*) Direct/Thread: Started 'Genefx' (9167) [DEFAULT - OTHER/0] <8392704>...
(*) Direct/Interface: Loaded 'FT2' implementation of 'IDirectFBFont'.
(*) Direct/Interface: Loaded 'PNG' implementation of 'IDirectFBImageProvider'.
(*) Direct/Interface: Loaded 'JPEG' implementation of 'IDirectFBImageProvider'.
^C(!) [SigHandler       9257.891,927] ( 9163) Direct/Signals:                --> Caught signal 2 (sent by the kernel) <--
(-) [SigHandler       9259.025,425] ( 9163) Direct/Trap:               Raising signal 2 from SigHandler...

没有错误,您在问题中发布了调试消息。

您只需要在使用vmware时设置FRAMEBUFFER即可。

张贴fbset -i 的输出

在那里,您可以看到什么是默认的FRAMEBUFFER,您需要将其更改为->/dev/fb0

最新更新