Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FB_VIRTUAL
has multiple definitions:
drivers/video/fbdev/Kconfig
The configuration item CONFIG_FB_VIRTUAL:
CONFIG_FB
cfbcopyarea
, cfbfillrect
, cfbimgblt
, vfb
, vfb
This is a `virtual' frame buffer device. It operates on a chunk of unswappable kernel memory instead of on the memory of a graphics board. This means you cannot see any output sent to this frame buffer device, while it does consume precious memory. The main use of this frame buffer device is testing and debugging the frame buffer subsystem. Do NOT enable it for normal systems! To protect the innocent, it has to be enabled explicitly at boot time using the kernel option `video=vfb:'.
To compile this driver as a module, choose M here: the module will be called vfb. In order to load it, you must use the vfb_enable=1 option.
If unsure, say N.
drivers/video/Kconfig
The configuration item CONFIG_FB_VIRTUAL:
CONFIG_FB
cfbcopyarea
, cfbfillrect
, cfbimgblt
, vfb
, vfb
This is a `virtual' frame buffer device. It operates on a chunk of unswappable kernel memory instead of on the memory of a graphics board. This means you cannot see any output sent to this frame buffer device, while it does consume precious memory. The main use of this frame buffer device is testing and debugging the frame buffer subsystem. Do NOT enable it for normal systems! To protect the innocent, it has to be enabled explicitly at boot time using the kernel option `video=vfb:'.
To compile this driver as a module, choose M here: the module will be called vfb. In order to load it, you must use the vfb_enable=1 option.
If unsure, say N.
drivers/video/Kconfig
The configuration item CONFIG_FB_VIRTUAL:
CONFIG_FB && CONFIG_EXPERIMENTAL
cfbcopyarea
, cfbfillrect
, cfbimgblt
, vfb
, vfb
This is a `virtual' frame buffer device. It operates on a chunk of unswappable kernel memory instead of on the memory of a graphics board. This means you cannot see any output sent to this frame buffer device, while it does consume precious memory. The main use of this frame buffer device is testing and debugging the frame buffer subsystem. Do NOT enable it for normal systems! To protect the innocent, it has to be enabled explicitly at boot time using the kernel option `video=vfb:'.
This driver is also available as a module ( = code which can be inserted and removed from the running kernel whenever you want). The module will be called vfb.o. If you want to compile it as a module, say M here and read Documentation/modules.txt.
If unsure, say N.
Raw data from LKDDb:
lkddb module cfbcopyarea CONFIG_FB_VIRTUAL : drivers/video/Kconfig : "Virtual Frame Buffer support (ONLY FOR TESTING!)" # in 2.5.45–2.5.75, 2.6.0–2.6.11
lkddb module cfbfillrect CONFIG_FB_VIRTUAL : drivers/video/Kconfig : "Virtual Frame Buffer support (ONLY FOR TESTING!)" # in 2.5.45–2.5.75, 2.6.0–2.6.11
lkddb module cfbimgblt CONFIG_FB_VIRTUAL : drivers/video/Kconfig : "Virtual Frame Buffer support (ONLY FOR TESTING!)" # in 2.5.45–2.5.75, 2.6.0–2.6.11
lkddb module vfb CONFIG_FB_VIRTUAL : drivers/video/Kconfig : "Virtual Frame Buffer support (ONLY FOR TESTING!)" # in 2.5.45–2.5.75, 2.6.0–2.6.39, 3.0–3.14
lkddb module vfb CONFIG_FB_VIRTUAL : drivers/video/fbdev/Kconfig : "Virtual Frame Buffer support (ONLY FOR TESTING!)" # in 3.15–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
lkddb platform "vfb" : CONFIG_FB_VIRTUAL : drivers/video/fbdev/vfb.c # in 3.15–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
lkddb platform "vfb" : CONFIG_FB_VIRTUAL : drivers/video/vfb.c # in 2.6.15–2.6.39, 3.0–3.14
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