
##############################################################################
#         Graphics::Framebuffer Module Frequently Asked Questions            #
##############################################################################

Q:  Does GFB play video?

A:  No, it will only pay animated GIFs that fit in memory.

    However, if you install "mplayer", then you can play videos with it.  It
    will use the "fbdev" display driver.  Keep in mind this is not a GPU
    accelerated driver.  So your results will vary with your CPU.

-----

Q:  Does this work on Microsoft Windows?

A:  No, as Windows does not have a memory mappable framebuffer.

    However, it works fine with VirtualBox and Linux installed on Windows.
    If you fullscreen the VirtualBox display, then you can use the framebuffer
    on the Linux running on it.  You may have to adjust the grub variables and
    the settings in the "/etc/default/console-settings" file, as well as
    configure VirtualBox to set the framebuffer to a large size.

    Note:  You can only have this module in emulation mode on MS Windows

-----

Q:  Will GFB ever be hardware accelerated to use the DRM video drivers?

A:  Not likely, as DRM is not the framebuffer, and has a far different and
    more complex way of drawing to the screen.  I MAY... MAY ... be able
	to activate the Framebuffer mode on DRM drivers, if they support it.

-----

Q:  I cannot get it to work.  Will you help me?

A:  Yes, to a point.  Please make sure you have tried all of the
    troubleshooting steps described in "installing/TROUBLESHOOTING".  Send
    me an email to my address indicated on the documentation or metacpan.org.

