Hello, i have many problems in Ubuntu_10.04 + linux_fusion + directfb... i solved with the follow instructions:
$ git clone git://git.directfb.org/git/directfb/core/linux-fusion.git $ git checkout af15f7396d96c5d7079ca75703ccb128065a5196 $ wget http://gingacdn.lavid.ufpb.br/attachments/download/326/fusion_kernel_version.patch $ patch -Np0 < fusion_kernel_version.patch $ make $ sudo make install $ sudo depmod -a $ sudo modprobe fusion $ sudo chmod 777 /dev/fusion* $ wget http://www.directfb.org/downloads/Core/DirectFB-1.4/DirectFB-1.4.5.tar.gz $ tar -xvzf DirectFB-1.4.5.tar.gz $ cd DirectFB-1.4.5 $ ./configure --enable-multi --enable-x11 $ make $ sudo make install I hope tha be usefull. -- Álan Lívio V. Guedes MSc. Candidate Laboratório de Aplicações de Vídeo Digital (LAViD) http://www.lavid.ufpb.br/ On Wed, Oct 27, 2010 at 9:29 AM, Martijn Wijns <martijn.wi...@sioux.eu>wrote: > That could well be the cause. If I use the single application core and > launch both applications it kind of works. The GLX context is switched and > everything is rendered properly. However, only the application that is > launched last receives input events. This seems logical, because both apps > draw full-screen, so X11 input probably redirects all input to that > application. Do you know if there is a way around this? I tried the built-in > window-manager keys, but they also only get handled by the topmost > application so I can't switch between apps. > > Best regards, > Martijn Wijns > > > On 10/26/2010 11:39 PM, Denis Oliver Kropp wrote: > >> On 26/10/10 14:15, Martijn Wijns wrote: >> >>> Hi, >>> >>> I have an application that consists of 2 processes and is currently >>> running on DirectFB using fusion and the fbdev back-end. I'm trying to get >>> it to run on the >>> X11/GLX back-end with the gl driver. It is coming along nicely. The first >>> process runs ok, but when the second process starts it crashes with a >>> segmentation >>> fault on the glGenTextures call in glx_surface_pool.c. It is the first >>> call that this process makes to GetLocalPixmap. >>> My question is: is the combination of X11/GLX and multiple applications >>> something that is supported? >>> >> >> I remember having it working with multiple processes, but I could be >> wrong. >> >> Maybe glGenTextures() crashes, because no GLX context is current at that >> time? >> >> > _______________________________________________ > directfb-users mailing list > directfb-users@directfb.org > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >
_______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users