ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Framebuffer

The framebuffer is a part of RAM in a computer allocated to hold the graphics information for one frame or picture. This information typically consists of color values for every pixel (point that can be displayed) on the screen. A framebuffer can either be off-screen, meaning that writes to that memory don't appear on the visible screen, or on-screen meaning the memory is directly coupled to the visible display.

The linux framebuffer device (fbdev) driver was added to Linux to support the Macintosh display, which does not have a text mode. It was ported to x86 and is used to display a logo (often Tux) above a screen of text.

External links





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Framebuffer".