Skip to main content
better
Source Link
Incnis Mrsi
  • 2.1k
  • 19
  • 25

The standard spelling is “framebuffer”, without space. In Linux kernel, fbdev is an (optional) graphic abstraction layer for video hardware (a.k.a. video card). Different video hardware needs different drivers (that may be loaded as kernel modules), but user-space software, such as mplayer, uses unified API writing to it. The word framebuffer itself means a part of video memory where a video frame is stored.

Yes, it is configurable. First, you can choose which driver to load (or build into the kernel). Second, there is fbset(8) that changes modes and other settings, as well as some higher-level utilities. Limitations? When you use a framebuffer driver, you can’t enjoy hardware (e.g. VGA-compatible) text mode and suffer some overhead – that’s the most serious one Ī̲ know. See http://tldp.org/HOWTO/Framebuffer-HOWTO/ for more details.

There is a plenty of video output drivers for mplayer (besides framebuffer and X11), but Ī̲ don’t know which are better and in which sense.

The standard spelling is “framebuffer”, without space. In Linux kernel, fbdev is an (optional) graphic abstraction layer for video hardware. Different video hardware needs different drivers (that may be loaded as kernel modules), but user-space software, such as mplayer, uses unified API writing to it. The word framebuffer itself means a part of video memory where a video frame is stored.

See http://tldp.org/HOWTO/Framebuffer-HOWTO/ for details.

The standard spelling is “framebuffer”, without space. In Linux kernel, fbdev is an (optional) graphic abstraction layer for video hardware (a.k.a. video card). Different video hardware needs different drivers (that may be loaded as kernel modules), but user-space software, such as mplayer, uses unified API writing to it. The word framebuffer itself means a part of video memory where a video frame is stored.

Yes, it is configurable. First, you can choose which driver to load (or build into the kernel). Second, there is fbset(8) that changes modes and other settings, as well as some higher-level utilities. Limitations? When you use a framebuffer driver, you can’t enjoy hardware (e.g. VGA-compatible) text mode and suffer some overhead – that’s the most serious one Ī̲ know. See http://tldp.org/HOWTO/Framebuffer-HOWTO/ for more details.

There is a plenty of video output drivers for mplayer (besides framebuffer and X11), but Ī̲ don’t know which are better and in which sense.

Source Link
Incnis Mrsi
  • 2.1k
  • 19
  • 25

The standard spelling is “framebuffer”, without space. In Linux kernel, fbdev is an (optional) graphic abstraction layer for video hardware. Different video hardware needs different drivers (that may be loaded as kernel modules), but user-space software, such as mplayer, uses unified API writing to it. The word framebuffer itself means a part of video memory where a video frame is stored.

See http://tldp.org/HOWTO/Framebuffer-HOWTO/ for details.