<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/font.h, branch v4.7</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.7</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.7'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2014-10-09T08:35:48Z</updated>
<entry>
<title>fonts: Add 6x10 font</title>
<updated>2014-10-09T08:35:48Z</updated>
<author>
<name>Maarten ter Huurne</name>
<email>maarten@treewalker.org</email>
</author>
<published>2014-09-09T11:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=33ac9dba859b07d40e9ec826057d20c857fdede5'/>
<id>urn:sha1:33ac9dba859b07d40e9ec826057d20c857fdede5</id>
<content type='text'>
This font is suitable for framebuffer consoles on devices with a
320x240 screen, to get a reasonable number of characters (53x24) that
are still at a readable size.

The font is derived from the existing 6x11 font, but gets 3 extra
lines without sacrificing readability. Also I redesigned a some glyhps
so they are more distinct and better fill the available space.

Signed-off-by: Maarten ter Huurne &lt;maarten@treewalker.org&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>fbcon: font setting should check limitation of driver</title>
<updated>2007-05-08T18:15:31Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2007-05-08T07:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2d2699d984924890f6dac8cf51c3b6311f56816c'/>
<id>urn:sha1:2d2699d984924890f6dac8cf51c3b6311f56816c</id>
<content type='text'>
fbcon_set_font() will now check if the new font dimensions can be drawn by the
driver (by checking pixmap.blit_x and blit_y).  Similarly, add 2 new
parameters to get_default_font(), font_w and font_h, to further aid in the
font selection process.

Signed-off-by: Antonino Daplas &lt;adaplas@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "[PATCH] fbcon: Add rl (Roman Large) font"</title>
<updated>2005-11-12T18:14:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-11-12T18:14:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0fde7f591860e48dd210144ff24c061da03bfa39'/>
<id>urn:sha1:0fde7f591860e48dd210144ff24c061da03bfa39</id>
<content type='text'>
This reverts 998e6d51162707685336ff99c029c8911b270d32 commit.
</content>
</entry>
<entry>
<title>[PATCH] fbcon: Add rl (Roman Large) font</title>
<updated>2005-11-07T15:53:52Z</updated>
<author>
<name>Zach Smith</name>
<email>fbui@comcast.net</email>
</author>
<published>2005-11-07T09:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=998e6d51162707685336ff99c029c8911b270d32'/>
<id>urn:sha1:998e6d51162707685336ff99c029c8911b270d32</id>
<content type='text'>
I converted the "rl" console font from the kbd utility to be a built-in font
for the framebuffer console, and I was wondering if you would be OK with
including it.  I've generated a font_rl.c file and related minor
modifications.  I find it's the most visually appealing of the kbd fonts which
is why I use it and selected it for conversion.  I believe the font is GPL'd.

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] fbcon: constify font data</title>
<updated>2005-09-13T15:22:32Z</updated>
<author>
<name>Jan Beulich</name>
<email>JBeulich@novell.com</email>
</author>
<published>2005-09-13T08:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2f4516dbd048f25eba78e115e8e73e1e8f04e7f9'/>
<id>urn:sha1:2f4516dbd048f25eba78e115e8e73e1e8f04e7f9</id>
<content type='text'>
const-ify the font control structures and data, to make somewhat better
guarantees that these are not modified anywhere in the kernel.
Specifically for a kernel debugger to share this information from the
normal kernel code, such a guarantee seems rather desirable.

Signed-off-by: Jan Beulich &lt;jbeulich@novell.com&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@hotpop.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] New framebuffer fonts + updated 12x22 font available</title>
<updated>2005-06-22T02:07:41Z</updated>
<author>
<name>Jurriaan</name>
<email>thunder7@xs4all.nl</email>
</author>
<published>2005-06-22T00:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=303b86d9913eca0cbfc3c5cb41e7006f6e13b755'/>
<id>urn:sha1:303b86d9913eca0cbfc3c5cb41e7006f6e13b755</id>
<content type='text'>
Improve the fonts for use with the framebuffer.

I've added all the characters marked 'FIXME' in the sun12x22 font and
created a 10x18 font (based on the sun12x22 font) and a 7x14 font (based
on the vga8x16 font).

This patch is non-intrusive, no options are enabled by default so most
users won't notice a thing.

I am placing my changes under the GPL, however, I've not seen any copyright
notices on the sun12x22 font and the vga8x16 font which I derived my new
fonts from so I don't know what the copyright status is.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[RIVA FBDEV] Driver now uses its own fb_open and fb_release function again. It has no ill effects. The drivers uses strickly hardware acceleration so we don't need cfb_fillrect and cfb_copyarea.</title>
<updated>2003-01-06T08:41:40Z</updated>
<author>
<name>James Simmons</name>
<email>jsimmons@maxwell.earthlink.net</email>
</author>
<published>2003-01-06T08:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ede590e39d5335a88d3c94d8f82b606a1c7d2de9'/>
<id>urn:sha1:ede590e39d5335a88d3c94d8f82b606a1c7d2de9</id>
<content type='text'>
Cleaned up font.h. Geerts orignal pacth broke them up into a font.h in video and one in  linux. Now I put them back together again in include/linux. The m68k platform has been updated for this change.

</content>
</entry>
<entry>
<title>Merge</title>
<updated>2002-12-28T09:31:01Z</updated>
<author>
<name>James Simmons</name>
<email>jsimmons@maxwell.earthlink.net</email>
</author>
<published>2002-12-28T09:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6065bc2dc398089fa385f128baaa858a8ecab5a6'/>
<id>urn:sha1:6065bc2dc398089fa385f128baaa858a8ecab5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for m68k. They need the struct font_desc super early in the boot process.</title>
<updated>2002-12-28T02:28:00Z</updated>
<author>
<name>James Simmons</name>
<email>jsimmons@kozmo.(none)</email>
</author>
<published>2002-12-28T02:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e4acd10a87e08e73f945213aaca4746aeffedded'/>
<id>urn:sha1:e4acd10a87e08e73f945213aaca4746aeffedded</id>
<content type='text'>
</content>
</entry>
</feed>
