Hi Fred,

On Sat, 2009-03-14 at 20:54 -0600, Fred R. Beck wrote:
> I'm still not sure how to completely get rid of dependencies on 
> directfbrc and fb.modes,
> but have found a compromise between the static linking via 
> directfb-config and the
> --sysconfig directive to configure.  Would prefer not needing them, but 
> could not figure
> out how to "compile in" the video mode.  I figure that config files are 
> better than
> command line parameters for a touch screen only device...

Hm, you could use DirectFBSetOption() in your app to get rid of the need
for a directfbrc.
Also, if you don't specify a videomode (and have no fb.modes) DirectFB
will not change your framebuffer configuration. Maybe that's what you're
after?

> However, I still have an issue with mmap() down in 
> systems/fbdev/fbdev.c.
> [...]
> (!) DirectFB/FBDev: Could not mmap the framebuffer!
>     --> Invalid argument

This more looks like a problem with the framebuffer kernel driver
itself?

Cheers,
Andre'


_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to