<div dir="ltr">I tried running them and got an error stating it can't find /dev/fusion0 or /dev/fusion/0 after running any of the df_knuckles --dfb commands with the exception of the help command.<br><div><br>Did you have to create new device nodes and directories? I had to using <br>mkdir /dev/fusion<br></div><div>mkdir /dev/fusion0<br></div><div><br></div><div>then made the device nodes with these commands:<br></div><div><pre>mknod /dev/fusion/0 c 253 0 <br>mknod /dev/fusion/0 c 252 0<br>mknod /dev/fusion0 c 252 0<br>mknod /dev/fusion0 c 253 0<br><br></pre><pre>I then ran <br>$ df_knuckles --dfb:fbdev=/dev/fb1
$ df_dok --dfb:fbdev=/dev/fb1
$ df_cpuload --dfb:fbdev=/dev/fb1<br><br></pre><pre>both as root and as another user and I get: <br>(!) Fusion/Init: could not enter world 0! not a typewriter<br></pre></div><div><div class="gmail_extra">I have no idea what that means. Other people have gotten the error as well, but haven't had solutions, as per various searches.<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 17, 2015 at 4:38 PM, Peter Seiderer <span dir="ltr"><<a href="mailto:ps.report@gmx.net" target="_blank">ps.report@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Lou,<br>
<span><br>
On Thu, Feb 12, 2015 at 05:35:32PM -0600, Lou Crittenden wrote:<br>
> Hi all. I have a buildroot setup running on a raspberry pi model b+ and a<br>
> waveshare32b 3.2" display and was able to get the system to work with the<br>
> display thanks to peter seiderer's awesome patch that builds the fbtft<br>
> drivers for buildroot, but I now would like to set up directfb to work on<br>
> this setup. Directfb built nicely, along with sdl and qt5 (I'm setting up<br>
> the framework for a gui on a buildroot based media player), but I cannot<br>
> get anything to work on directfb. I run the command "df_drivertest" that<br>
> tests for the driver, and it gives a<br>
><br>
> (#) DirectFBError [dfb->CreateSurface( dfb, &dsc, &primary )]: The<br>
> requested operation or an argument is (currently)Not<br>
> supported.<br>
><br>
> The same thing happens when I try to run any of their directfb demos.<br>
> I went on their site, <a href="http://directfb.org" target="_blank">directfb.org</a>, and a lot of the links that would<br>
> help are dead<br>
><br>
<br>
</span>Just a quick test:<br>
<br>
$ df_knuckles --dfb:help<br>
$ df_knuckles --dfb:fbdev=/dev/fb1<br>
$ df_dok --dfb:fbdev=/dev/fb1<br>
$ df_cpuload --dfb:fbdev=/dev/fb1<br>
<br>
work for me...<br>
<br>
$ df_drivertest  --dfb:fbdev=/dev/fb1<br>
df_drivertest.c <97>:<br>
        (#) DirectFBError [dfb->CreateSurface( dfb, &dsc, &primary )]: The requested operation or an argument is (currently) not supported<br>
<br>
failes..<br>
<br>
Regards,<br>
Peter<br>
<div><div><br>
><br>
> I want to use a setup lighter than xorg and supports touchscreen for a<br>
> gui on a multimedia player I am working on.<br>
</div></div></blockquote></div><br></div></div></div>