Graphical framebuffer console

Name

  CONSOLE_FRAMEBUFFER

Header file

Configured via config/console.h.

Examples

Enable graphical framebuffer console

  #define CONSOLE_FRAMEBUFFER    /* Graphical framebuffer console */

Enable graphical framebuffer, console commands, and PNG images

  #define CONSOLE_FRAMEBUFFER    /* Graphical framebuffer console */

and in config/general.h:

  #define IMAGE_PNG              /* PNG images */
  #define CONSOLE_CMD            /* Console commands */

Description

This build option enables support for the framebuffer console, which provides a graphical console with support for background pictures.

See also

Notes

You must use the console command to configure the graphical framebuffer console.

Older versions of iPXE use CONSOLE_VESAFB instead of CONSOLE_FRAMEBUFFER.

buildcfg/console_framebuffer.txt ยท Last modified: 2015/10/16 16:02 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.