Difference between revisions of "Framebuffer"
Kyoungmeyer (talk | contribs) |
Kyoungmeyer (talk | contribs) (add links and utilities) |
||
Line 1: | Line 1: | ||
{{todo|Write|Klint Youngmeyer|project=oe 4,oe 5,ky,inprogress}} | {{todo|Write|Klint Youngmeyer|project=oe 4,oe 5,ky,inprogress}} | ||
+ | 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, adn allows application software to access the graphic hardware through a well-defined interface. | ||
==Utilities== | ==Utilities== | ||
− | + | <cl> | |
+ | * <u>fbset</u> | ||
+ | :<code>fbset</code> is 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. | ||
+ | * <u>ts_calibrate</u> | ||
+ | :<code>ts_calibrate</code> is a program to calibrate touchscreens on embedded devices. | ||
+ | * <u>fbsplash</u> | ||
+ | :<code>fbsplash</code> is a utility used to set a <code>.ppm</code> image file to the boot splash on a framebuffer device. | ||
+ | <!--* <u></u> | ||
+ | :<code></code>--> | ||
+ | </cl> | ||
==Links== | ==Links== | ||
− | + | ===General=== | |
+ | *[http://www.tldp.org/HOWTO/Framebuffer-HOWTO/ TLDP.org Framebuffer How To] | ||
+ | *[https://wiki.ubuntu.com/FrameBuffer wiki.ubuntu.com/FrameBuffer] | ||
+ | *[https://www.linux.com/learn/docs/ldp/525-framebuffer-howto Linux.com Framebuffer How To] | ||
+ | ===Framebuffer Development=== | ||
+ | *[http://www.linux-fbdev.org/ www.linux-fbdev.org/] | ||
+ | *[http://linuxconsole.sourceforge.net/fbdev/HOWTO/4.html Writing Framebuffer Drivers] | ||
==See Also== | ==See Also== | ||
[[X Windows]] | [[X Windows]] |
Revision as of 18:29, 19 December 2013
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, adn allows application software to access the graphic hardware through a well-defined interface.
Utilities
-
fbset
fbset
is 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_calibrate
is a program to calibrate touchscreens on embedded devices.
-
fbsplash
fbsplash
is a utility used to set a.ppm
image file to the boot splash on a framebuffer device.