On 08/29/2012 06:43 PM, Ilyes Gouta wrote:
> Gerry,
>
> You could also use DirectFB's X11 system module, so that you can run
> DirectFB-based applications in a usual X11 window. You can tell
> DirectFB so by using the DFBARGS environment variable:
>
> $ export DFBARGS="system=x11,mode=1280x800"
> (probably also w/ disable-module=gl)
> $./<your_directfb_application>
>
> Nicolas Chauvet is now upstreaming changes for Fedora to directfb-dev ML.
>
> -Ilyes
>
>

That's great.

I am using something similar through my .directfbrc file:

    $ cat ~/.directfbrc
    system=fbdev
    depth=16
    mode=1024x768
    autoflip-window
    force-windowed
    # autoport=2


Gerry



-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to