Difference between revisions of "Framebuffer"
Kyoungmeyer (talk | contribs) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{todo| | + | {{todo|SEOKWREV|Klint Youngmeyer|project=oe 4,oe 5,ky,SEOKWREV,mg,bs}} |
| + | |||
| + | {{#seo: | ||
| + | |title=Framebuffer | ||
| + | |titlemode=append | ||
| + | |keywords=fbdev,fbset,fbsplash | ||
| + | |description=The Linux framebuffer (fbdev) is a graphic hardware-independent abstraction layer to show graphics on a display. | ||
| + | }} | ||
The Linux framebuffer (fbdev) is a graphic hardware-independent abstraction layer to show graphics on a display. The framebuffer represents the buffer of some video hardware, and allows application software to access the graphic hardware through a well-defined interface. | The Linux framebuffer (fbdev) is a graphic hardware-independent abstraction layer to show graphics on a display. The framebuffer represents the buffer of some video hardware, and allows application software to access the graphic hardware through a well-defined interface. | ||
Latest revision as of 15:24, 10 April 2014
The Linux framebuffer (fbdev) is a graphic hardware-independent abstraction layer to show graphics on a display. The framebuffer represents the buffer of some video hardware, and allows application software to access the graphic hardware through a well-defined interface.
Utilities
-
fbset
fbsetis a system utility to show or change the settings of the frame buffer device. The frame buffer device provides a simple and unique interface to access different kinds of graphic displays.
-
ts_calibrate
ts_calibrateis a program to calibrate touchscreens on embedded devices.
-
fbsplash
fbsplashis a utility used to set a.ppmimage file to the boot splash on a framebuffer device.
-
Xfbdev
Xfbdevis a generic X server for Linux.Xfbdevdoesn't know about any particular hardware, and uses the framebuffer provided by the Linux framebuffer device.
Links
General
- TLDP.org Framebuffer How To
- wiki.ubuntu.com/FrameBuffer
- Linux.com Framebuffer How To
- moi.vonos.net/linux/framebuffer-drivers/