<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Linux_framebuffer</id>
	<title>Linux framebuffer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Linux_framebuffer"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Linux_framebuffer&amp;action=history"/>
	<updated>2026-04-15T14:22:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Linux_framebuffer&amp;diff=103280&amp;oldid=prev</id>
		<title>imported&gt;Dchmelik: /* Applications */ no longer quite defunct rather than forked (continued by new project in the article page)</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Linux_framebuffer&amp;diff=103280&amp;oldid=prev"/>
		<updated>2025-11-15T10:35:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Applications: &lt;/span&gt; no longer quite defunct rather than forked (continued by new project in the article page)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Abstraction layer for Linux kernel to show graphics on the system console}}&lt;br /&gt;
{{Multiple issues|&lt;br /&gt;
{{primary sources|date=March 2011}}&lt;br /&gt;
{{More citations needed|date=March 2010}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Image:KNOPPIX booting.png|thumb|[[Knoppix]] booting on the framebuffer]]&lt;br /&gt;
&lt;br /&gt;
The [[framebuffer]] subsystem in the [[Linux kernel]] &amp;#039;&amp;#039;&amp;#039;fbdev&amp;#039;&amp;#039;&amp;#039; is used to show [[computer graphics|graphics]] on a [[computer monitor]], typically on the [[system console]].&amp;lt;ref&amp;gt;[https://www.kernel.org/doc/Documentation/fb/framebuffer.txt The Frame Buffer Device, Linux Kernel Documentation]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was designed as a hardware-independent [[API]] to give [[User space and kernel space|user space]] software access to the [[framebuffer]] (the part of a computer&amp;#039;s [[Video random-access memory|video memory]] containing a current [[Film frame|video frame]]) using only the [[Linux kernel]]&amp;#039;s own basic facilities and its [[device file]] system interface, avoiding the need for libraries like [[SVGALib|SVGAlib]] which effectively implemented video drivers in user space.&lt;br /&gt;
&lt;br /&gt;
In most applications, fbdev has been superseded by the Linux [[Direct Rendering Manager]] (DRM) subsystem, but as of 2022, several [[Device driver|drivers]] provide both DRM and fbdev APIs for backwards compatibility with software that has not been updated to use the DRM system, and there are still fbdev drivers for older (mostly embedded) hardware that does not have a DRM driver.&amp;lt;ref&amp;gt;{{Cite web | url=https://www.phoronix.com/scan.php?page=news_item&amp;amp;px=Linux-FBDEV-2022-Maintainer | title=Developer Steps up Wanting to Maintain Linux&amp;#039;s FBDEV Subsystem }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
There are three applications of the Linux framebuffer:&lt;br /&gt;
&lt;br /&gt;
* An implementation of text [[Linux console]] that doesn&amp;#039;t use hardware [[text mode]] (useful when that mode is unavailable, or to overcome its restrictions on glyph size, number of code points, etc.). One popular aspect of this is the ability to have console show the [[Tux (mascot)|Tux]] logo at boot up.&lt;br /&gt;
* A graphic output method for a [[display server]], independent of [[video adapter]] hardware and its drivers.&lt;br /&gt;
* Graphic programs avoiding the [[computational overhead|overhead]] of the [[X Window System]].&lt;br /&gt;
Examples of the third application include Linux programs such as [[MPlayer]], [[links2]], [[NetSurf]], [[w3m]], fbff,&amp;lt;ref&amp;gt;[https://github.com/aligrudi/fbff/ fbff media player repository], [[GitHub]]&amp;lt;/ref&amp;gt; fbida,&amp;lt;ref&amp;gt;[https://www.kraxel.org/blog/linux/fbida/ fbi/fbida image viewer homepage]&amp;lt;/ref&amp;gt; and fim,&amp;lt;ref&amp;gt;[https://www.nongnu.org/fbi-improved/ FIM (Fbi IMproved) image viewer homepage]&amp;lt;/ref&amp;gt; and libraries such as [[OpenGL Utility Toolkit|GLUT]], [[Simple DirectMedia Layer|SDL]] (version 1.2), [[GTK]], and [[Qt (software)|Qt]], which can all use the framebuffer directly.&amp;lt;ref&amp;gt;[https://github.com/caramelli/higfxback/wiki/Linux-Framebuffer HiGFXback (History of graphics backends) project with the Linux Framebuffer graphics backend], [[GitHub]]&amp;lt;/ref&amp;gt; This use case is particularly popular in [[embedded system]]s.&lt;br /&gt;
&lt;br /&gt;
[[DirectFB|DirectFB2]] is another project aimed at providing a framework for hardware acceleration of the Linux framebuffer.&lt;br /&gt;
&lt;br /&gt;
There was also a windowing system called FramebufferUI (fbui) implemented in kernel space that provided a basic two-dimensional windowing experience with very little memory use.&amp;lt;ref&amp;gt;[https://github.com/8l/fbui Framebuffer UI (fbui) in-kernel Linux windowing system], [[GitHub]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Linux has had generic framebuffer support since the 2.1.109 kernel.&amp;lt;ref&amp;gt;{{Cite web |last=Buell |first=Alex |date=5 August 2010 |title=Framebuffer HOWTO |url=https://tldp.org/HOWTO/Framebuffer-HOWTO/ |url-status=dead |archive-url=https://web.archive.org/web/20231210091651/https://tldp.org/HOWTO/Framebuffer-HOWTO/ |archive-date=10 December 2023 |website=tldp.org |via=Internet Archive}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was originally implemented to allow the kernel to emulate a text console on systems such as the [[Mac (computer)|Apple Macintosh]] that do not have a [[Text mode|text-mode display]], and was later expanded to the [[IBM PC compatible]] platform.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
{{Portal|Free and open-source software}}&lt;br /&gt;
* [[Direct Rendering Infrastructure]]&lt;br /&gt;
* [[Kernel mode setting]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* {{SourceForge|linux-fbdev}}&lt;br /&gt;
* [https://www.xfree86.org/4.3.0/fbdev.4.html XFree86 doc]&lt;br /&gt;
&lt;br /&gt;
{{Linux kernel}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Free software programmed in C]]&lt;br /&gt;
[[Category:Free system software]]&lt;br /&gt;
[[Category:Interfaces of the Linux kernel]]&lt;br /&gt;
[[Category:Linux APIs|framebuffer]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Dchmelik</name></author>
	</entry>
</feed>