Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
8 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Linux framebuffer

The Linux framebuffer (fbdev) is a graphic hardware-independent abstraction layer to show computer graphics on a computer console without relying on system-specific libraries such as svgalib or the heavy overhead of the X Window System.

It was originally implemented to allow the Linux kernel to emulate a text console on systems such as the Apple Macintosh that do not have a text-mode display, and was later expanded to Linux s originally-supported IBM PC compatible platform, where it became popular largely for the ability to show the Tux logo on boot up. More significantly, it serves as a way of displaying Unicode characters on the Linux console. Under the non-framebuffer, VGA display of the PC, comprehensive Unicode support was impossible, for VGA console fonts were limited to 512 characters.

Nowadays several Linux programs such as MPlayer, and libraries such as Simple DirectMedia Layer or GTK can use the framebuffer immediately, avoiding the overhead of the XFree86 server. This is particularly popular in embedded systems.

The Linux framebuffer has long suffered from its poor performance, but there is now a library DirectFB which provides a framework for hardware acceleration.

FBUI (FrameBuffer UI) provides in-kernel windowing system (GUI) for the framebuffer subsystem at very low cost: the entire subsystem is about 50 kilobytes in size. It permits multiple programs to share the framebuffer simultaneously; it permits overlapping moveable windows; each program may have multiple windows; and it allows windows on every virtual console. Included with FBUI is libfbui which provides abstractions for windows, events, etc., as well as quite a few sample programs such as load monitor, clock, calculator, scribble pad, image viewer, window managers, and a simple MPEG2 player. FBUI includes an optimized code for the VESA framebuffer driver.

=External links=

*Sourceforge [http://sourceforge.net/projects/linux-fbdev/ Project Page] *linux-fbdev [http://www.linux-fbdev.org/ Homepage] *[http://tldp.org/HOWTO/Framebuffer-HOWTO.html Framebuffer HOWTO] *[http://fbui.org/ FBUI] *[http://www.xfree86.org/4.3.0/fbdev.4.html XFree86 doc]