Hi!

I've a dual-head hardware device (with 2 framebuffer devices: /dev/fb0 and 
/dev/fb1) where I want to run one process per framebuffer device with DirectFB 
Multi Application Core. I've installed the kernel fusion driver. The 
framebuffer devices have different modes: fb0 = 1024x768 and fb1 = 640x480.

I wrote a driver for the dual-head hardware device with rectangle fill and line 
draw. I start my applications as:

$ app1 --dfb:session=0 --dfb:fbdev=/dev/fb0 --dfb:mode=1024x768

and

$ app2 --dfb:session=1 --dfb:fbdev=/dev/fb1 --dfb:mode=640x480

But I'm unable to get my setup running. Either I get

"Core/Graphics: Could not lock GPU!"

and then I've no acceleration or the applications hangs directly after start or 
I get

    =======================|  DirectFB 1.1.0  |=======================
          (c) 2001-2007  The DirectFB Organization (directfb.org)
          (c) 2000-2004  Convergence (integrated media) GmbH
        ------------------------------------------------------------

(*) DirectFB/Core: Multi Application Core. (2008-05-29 14:21) [ DEBUG ]
(*) Fusion/SHM: Using MADV_REMOVE (2.6.22.14 >= 2.6.19.2)
(*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 561)...

     =======================|  DirectFB 1.1.0  |=======================
          (c) 2001-2007  The DirectFB Organization (directfb.org)
          (c) 2000-2004  Convergence (integrated media) GmbH
        ------------------------------------------------------------

(*) DirectFB/Core: Multi Application Core. (2008-05-29 14:21) [ DEBUG ]
(*) Fusion/SHM: Using MADV_REMOVE (2.6.22.14 >= 2.6.19.2)
(*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 566)...
(!) [VT Switcher       0.362] (  569) *** Assertion [(data) != NULL] failed *** 
[input.c:518 in dfb_input_core_suspend()]
(!) [  558:    0.366] --> Caught signal 5 (sent by pid 558, uid 0) <--
(!) [Main Thread       0.371] (  558) *** Assertion [(shared) != NULL] failed 
*** [fusion.c:94 in _fusion_fd()]
(!) [  558:    0.372] --> Caught signal 5 (unknown origin) <--


(The same happens with DirectFB 1.1.1 as well)

How can I get my setup running? ANY hint is appreciated.
-- 
ffluw.h
_______________________________________________________________
Schon gehört? Der neue WEB.DE MultiMessenger kann`s mit allen: 
http://www.produkte.web.de/messenger/?did=3016


_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to