Table of Contents

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.