diff options
author | Jurriaan <thunder7@xs4all.nl> | 2005-06-21 20:17:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 22:07:41 -0400 |
commit | 303b86d9913eca0cbfc3c5cb41e7006f6e13b755 (patch) | |
tree | 9e6839b9606901e796e1d5a255cb63c0d0d3e85f /drivers/video/console/Kconfig | |
parent | d5881eb4883ef7dd28a4dcea237714817c4b2f8e (diff) |
[PATCH] New framebuffer fonts + updated 12x22 font available
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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index ccf55811d24f..e4b91a4b936c 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -153,6 +153,15 @@ config FONT_6x11 | |||
153 | Small console font with Macintosh-style high-half glyphs. Some Mac | 153 | Small console font with Macintosh-style high-half glyphs. Some Mac |
154 | framebuffer drivers don't support this one at all. | 154 | framebuffer drivers don't support this one at all. |
155 | 155 | ||
156 | config FONT_7x14 | ||
157 | bool "console 7x14 font (not supported by all drivers)" if FONTS | ||
158 | depends on FRAMEBUFFER_CONSOLE | ||
159 | default y if !SPARC32 && !SPARC64 && !FONTS | ||
160 | help | ||
161 | Console font with characters just a bit smaller than the default. | ||
162 | If the standard 8x16 font is a little too big for you, say Y. | ||
163 | Otherwise, say N. | ||
164 | |||
156 | config FONT_PEARL_8x8 | 165 | config FONT_PEARL_8x8 |
157 | bool "Pearl (old m68k) console 8x8 font" if FONTS | 166 | bool "Pearl (old m68k) console 8x8 font" if FONTS |
158 | depends on FRAMEBUFFER_CONSOLE | 167 | depends on FRAMEBUFFER_CONSOLE |
@@ -187,5 +196,13 @@ config FONT_SUN12x22 | |||
187 | big letters (like the letters used in the SPARC PROM). If the | 196 | big letters (like the letters used in the SPARC PROM). If the |
188 | standard font is unreadable for you, say Y, otherwise say N. | 197 | standard font is unreadable for you, say Y, otherwise say N. |
189 | 198 | ||
199 | config FONT_10x18 | ||
200 | bool "console 10x18 font (not supported by all drivers)" | ||
201 | depends on FONTS | ||
202 | help | ||
203 | This is a high resolution console font for machines with very | ||
204 | big letters. It fits between the sun 12x22 and the normal 8x16 font. | ||
205 | If other fonts are too big or too small for you, say Y, otherwise say N. | ||
206 | |||
190 | endmenu | 207 | endmenu |
191 | 208 | ||