Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FONT_8x8
has multiple definitions:
lib/fonts/Kconfig
The configuration item CONFIG_FONT_8x8:
( CONFIG_FONTS ) && ( CONFIG_FRAMEBUFFER_CONSOLE || CONFIG_STI_CONSOLE || CONFIG_DRM_PANIC ) && (! CONFIG_SPARC && ! CONFIG_FONTS )
This is the "high resolution" font for the VGA frame buffer (the one provided by the text console 80x50 (and higher) modes).
Note that this is a poor quality font. The VGA 8x16 font is quite a lot more readable.
Given the resolution provided by the frame buffer device, answer N here is safe.
drivers/video/console/Kconfig
The configuration item CONFIG_FONT_8x8:
( CONFIG_FONTS ) && ( CONFIG_FRAMEBUFFER_CONSOLE || CONFIG_STI_CONSOLE ) && (! CONFIG_SPARC && ! CONFIG_FONTS )
This is the "high resolution" font for the VGA frame buffer (the one provided by the text console 80x50 (and higher) modes).
Note that this is a poor quality font. The VGA 8x16 font is quite a lot more readable.
Given the resolution provided by the frame buffer device, answer N here is safe.
drivers/video/Kconfig
The configuration item CONFIG_FONT_8x8:
( CONFIG_FBCON_FONTS ) && ( CONFIG_FB ) && (! CONFIG_SPARC32 && ! CONFIG_SPARC64 && ! CONFIG_FBCON_FONTS )
This is the "high resolution" font for the VGA frame buffer (the one provided by the text console 80x50 (and higher) modes).
Note that this is a poor quality font. The VGA 8x16 font is quite a lot more readable.
Given the resolution provided by the frame buffer device, answer N here is safe.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index
Automatically generated (in year 2024). See also LKDDb sources on GitLab