[Pkg-kbd-commit] r214 - in people/zinoviev/console-setup: . Fonts
Fonts/bdf debian
Anton Zinoviev
zinoviev at costa.debian.org
Mon Oct 2 20:51:18 UTC 2006
Author: zinoviev
Date: 2006-10-02 20:51:18 +0000 (Mon, 02 Oct 2006)
New Revision: 214
Added:
people/zinoviev/console-setup/FAQ
people/zinoviev/console-setup/Fonts/bdf/georgian16.bdf
Modified:
people/zinoviev/console-setup/Fonts/Makefile
people/zinoviev/console-setup/README
people/zinoviev/console-setup/copyright.fonts
people/zinoviev/console-setup/debian/changelog
Log:
console-setup: Add FAQ. New mini-font georgian16.bdf.
Added: people/zinoviev/console-setup/FAQ
===================================================================
--- people/zinoviev/console-setup/FAQ (rev 0)
+++ people/zinoviev/console-setup/FAQ 2006-10-02 20:51:18 UTC (rev 214)
@@ -0,0 +1,155 @@
+The following topics are addressed:
+
+ 1) THE OUTPUT ON THE CONSOLE
+ 1.1) The font is broken after I switch to X and back to the console
+ 1.2) The screen size is wrong. The buttom 2-3 lines are cut off
+ 1.3) I can not load any big font
+ 1.4) How to fix the size of the used space of the screen of my laptop?
+ 1.5) The symbols on the screen of my LCD are ugly
+
+ 2) THE INPUT ON THE CONSOLE
+ 2.1) I cannot type any non-ASCII character. How to fix the keymap?
+ 2.2) Where is the Dvorak keyboard?
+
+
+1) THE OUTPUT ON THE CONSOLE
+
+1.1) The font is broken after I switch to X and back to the console
+
+ Actually the boot-time font replaces the font of console-setup. In
+ most cases this means the non-ASCII symbols are replaced by some
+ other funny symbols.
+
+ This happens because sometimes X video driver is unable to restore
+ properly the state of the console when you switch from X to
+ text-mode. How severe the problem is depends on the combination
+ Video-card/X-driver you use.
+
+ Notice that all this can happen only if the console is in
+ text-mode, i.e. you are not using framebuffer. If you add to
+ /etc/modules the kernel module for framebuffer you will be able to
+ switch from X to console whenever you want and the font will never
+ be broken.
+
+ Sometimes the problem doesn't exists at all. It is rumored that
+ some old videcards (more than 10 years old) fall in this category
+ but I have never seen such videocard.
+
+ The most often case seams to be that the state at the time the X
+ server is started is remembered. Try to setup the console before X
+ Window is started and if the problem disappears then you are in
+ this category. The problem will reappear if you change the console
+ setup while X Window is already started. All videocards I have had
+ are in this category.
+
+ And sometimes the console setup is never remembered. You will have
+ to use the "setupcon" utility to restore the console setup and hope
+ that the problem will be fixed in some future version of X Window.
+ Another option is to use framebuffer.
+
+
+1.2) The screen size is wrong. The buttom 2-3 lines are cut off
+
+ The reason of the problem is the same. I suppose you use X Window
+ and you set on the console a font whose size is not the same as the
+ size of the font that was active when X Window was started. Then
+ the following happens:
+
+ 1. When X Window is started the X server remembers the active
+ font (let this be font A).
+
+ 2. You use Ctrl+Alt+F1 combination and the change the font on
+ the console (let this be font B). However the X server
+ doesn't know this.
+
+ 3. You return to X (Alt+F7).
+
+ 4. Again Ctrl+Alt+F1. The X server restores font A. However
+ the kernel doesn't know that the active font is A and not B.
+
+ 5. If font A has say 16 scan lines and font B has 14 scan lines
+ the font on the screen has only 16 scan lines but the kernel
+ doesn't know this and draws the screen as if the scan lines
+ were only 14.
+
+
+1.3) I can not load any big font
+
+ First, "consolechars" can not load big font. Most current systems
+ use "setfont" and "setfont" can load big fonts.
+
+ Second, the big fonts require framebuffer. This is hardware
+ limitation. The old 8514 videostandard had special text mode with
+ 12x20 fonts but I suppose this video mode is not supported by the
+ kernel.
+
+ Third, the big fonts can not be used with some of the framebuffer
+ drivers. For example on my computer if I use matroxfb then all
+ font sizes work. However if I use vga16fb instead of matroxfb
+ then, all fonts load with no error messages but only the fonts with
+ size 14, 16 or 32x16 are displayed correctly.
+
+
+1.4) How to fix the size of the used space of the screen of my laptop?
+
+ Many laptops do not scale the screen when the resolution is less
+ than the resolution of the display. And since the resolution of
+ the default text-mode is much lower than the resolution of the LCD
+ of the laptop (text mode: 720x400, LCD: at least 1024x768), only
+ the central part of the screen is used.
+
+ There are two ways to fix this. The first is to reconfigure the
+ laptop to scale the image and to use the whole screen. For many
+ laptops there is corresponding setting in the BIOS.
+
+ The second way is to use some high resolution framebufer mode in
+ combination with some of the large fonts of console-setup. The
+ drawback is that the screen will be slow.
+
+
+1.5) The symbols on the screen of my LCD are ugly
+
+ The resolution of the text-mode is much lower than the resolution
+ of your LCD and because of that your LCD has to scale the image.
+ Unfortunately many LCD do not do this job well.
+
+ How well your LCD will perform in text mode doesn't depend much of
+ its price but rather by the company who produced it. Before you
+ buy an LCD you may want to check how it performs in text mode.
+
+ In order to fix this problem use high resolution framebuffer mode
+ in combination with some of the large fonts of console-setup. This
+ way the screen will be slow but excellent and impressive.
+
+
+2) THE INPUT ON THE CONSOLE
+
+2.1) I cannot type any non-ASCII character. How to fix the keymap?
+
+ In most cases the keymap does not need a fix.
+
+ Are you sure that you have correct locale? For example if you use
+ ISO-8859-1 with in Denmark, then the LANG environment variable
+ should have value "da_DK". With some distributions you also have
+ to set the LC_ALL environment variable.
+
+ Are you sure also that your command interpreter accepts non-ASCII
+ symbols? Can you enter these characters in X in terminal emulator.
+ If not, then try to make a file ~/.inputrc with the following
+ contents:
+
+ set meta-flag on
+ set convert-meta off
+ set output-meta on
+
+
+2.2) Where is the Dvorak keyboard?
+
+ The Dvorak layouts are variants of the national layouts. For
+ example if you want to use the Norwegian variant of the Dvorak
+ layout, use
+
+ XKBLAYOUT="no"
+ XKBVARIANT="dvorak"
+
+ in /etc/default/console-setup.
Modified: people/zinoviev/console-setup/Fonts/Makefile
===================================================================
--- people/zinoviev/console-setup/Fonts/Makefile 2006-09-28 07:34:08 UTC (rev 213)
+++ people/zinoviev/console-setup/Fonts/Makefile 2006-10-02 20:51:18 UTC (rev 214)
@@ -32,7 +32,7 @@
Fixed13-BDFS = 8x13-IL2.bdf+8x13.bdf+8x13c.bdf
Fixed14-BDFS = 7x14-IL2.bdf+7x14.bdf+7x14c.bdf+h14.bdf+etl14-unicode.bdf
Fixed15-BDFS = 9x15-IL2.bdf+9x15.bdf+9x15c.bdf
-Fixed16-BDFS = unifont.bdf+h16.bdf+etl16-unicode.bdf
+Fixed16-BDFS = georgian16.bdf+unifont.bdf+h16.bdf+etl16-unicode.bdf
Fixed18-BDFS = 9x18.bdf
Fixed24x12-BDFS = h24.bdf+etl24-unicode.bdf
Added: people/zinoviev/console-setup/Fonts/bdf/georgian16.bdf
===================================================================
--- people/zinoviev/console-setup/Fonts/bdf/georgian16.bdf (rev 0)
+++ people/zinoviev/console-setup/Fonts/bdf/georgian16.bdf 2006-10-02 20:51:18 UTC (rev 214)
@@ -0,0 +1,1061 @@
+STARTFONT 2.1
+FONT -gnu-fixed-medium-r-normal-h-8-160-75-75-c-80-iso10646-1
+SIZE 16 75 75
+FONTBOUNDINGBOX 8 16 0 -2
+STARTPROPERTIES 18
+FONTNAME_REGISTRY ""
+FOUNDRY "gnu"
+FAMILY_NAME "fixed"
+WEIGHT_NAME "medium"
+SLANT "r"
+SETWIDTH_NAME "normal"
+ADD_STYLE_NAME "h"
+PIXEL_SIZE 16
+POINT_SIZE 160
+RESOLUTION_X 75
+RESOLUTION_Y 75
+SPACING "c"
+AVERAGE_WIDTH 80
+CHARSET_REGISTRY "iso10646"
+CHARSET_ENCODING "1"
+DEFAULT_CHAR 65533
+FONT_ASCENT 14
+FONT_DESCENT 2
+ENDPROPERTIES
+CHARS 45
+STARTCHAR U+10D0
+ENCODING 4304
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+08
+04
+02
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10D1
+ENCODING 4305
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+20
+30
+28
+28
+08
+1C
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10D2
+ENCODING 4306
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+18
+24
+04
+08
+1C
+22
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10D3
+ENCODING 4307
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+36
+49
+49
+49
+46
+40
+20
+10
+0E
+ENDCHAR
+STARTCHAR U+10D4
+ENCODING 4308
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+02
+02
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10D5
+ENCODING 4309
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+02
+0C
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10D6
+ENCODING 4310
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+30
+48
+48
+48
+30
+1C
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10D7
+ENCODING 4311
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+36
+49
+49
+49
+32
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10D8
+ENCODING 4312
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+22
+14
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10D9
+ENCODING 4313
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+04
+02
+02
+02
+0C
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10DA
+ENCODING 4314
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+2A
+55
+55
+41
+42
+40
+20
+10
+0E
+ENDCHAR
+STARTCHAR U+10DB
+ENCODING 4315
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+1C
+22
+22
+02
+02
+1E
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10DC
+ENCODING 4316
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+1E
+20
+20
+20
+20
+3C
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10DD
+ENCODING 4317
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+36
+49
+49
+41
+22
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10DE
+ENCODING 4318
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+08
+04
+02
+02
+02
+0C
+02
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10DF
+ENCODING 4319
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+0E
+12
+4A
+4A
+32
+02
+02
+22
+1C
+ENDCHAR
+STARTCHAR U+10E0
+ENCODING 4320
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+1E
+20
+40
+40
+40
+76
+49
+49
+41
+22
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10E1
+ENCODING 4321
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+20
+20
+20
+20
+20
+24
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10E2
+ENCODING 4322
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+0C
+12
+12
+3C
+4A
+52
+42
+42
+3C
+ENDCHAR
+STARTCHAR U+10E3
+ENCODING 4323
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+6C
+12
+12
+02
+02
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10E4
+ENCODING 4324
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+36
+49
+49
+49
+32
+01
+01
+01
+1E
+ENDCHAR
+STARTCHAR U+10E5
+ENCODING 4325
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+02
+02
+02
+02
+02
+0E
+12
+12
+02
+02
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10E6
+ENCODING 4326
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+36
+49
+49
+41
+42
+40
+40
+20
+1C
+ENDCHAR
+STARTCHAR U+10E7
+ENCODING 4327
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+12
+22
+22
+22
+1E
+02
+02
+22
+1C
+ENDCHAR
+STARTCHAR U+10E8
+ENCODING 4328
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+6C
+12
+12
+02
+02
+1E
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10E9
+ENCODING 4329
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+18
+24
+24
+28
+30
+3C
+22
+22
+22
+24
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10EA
+ENCODING 4330
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+24
+22
+22
+22
+2C
+22
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10EB
+ENCODING 4331
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+02
+02
+02
+02
+02
+1E
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10EC
+ENCODING 4332
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+1B
+24
+24
+20
+20
+3C
+22
+22
+22
+24
+28
+21
+20
+20
+ENDCHAR
+STARTCHAR U+10ED
+ENCODING 4333
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+08
+08
+08
+3A
+4C
+4C
+3A
+08
+0C
+02
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10EE
+ENCODING 4334
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+20
+20
+20
+20
+20
+3C
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10EF
+ENCODING 4335
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+08
+08
+3E
+08
+0C
+02
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10F0
+ENCODING 4336
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+02
+02
+0C
+02
+02
+0C
+02
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10F1
+ENCODING 4337
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+22
+22
+2C
+22
+22
+2C
+22
+22
+22
+1C
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10F2
+ENCODING 4338
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+1C
+22
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10F3
+ENCODING 4339
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+3E
+02
+04
+08
+04
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10F4
+ENCODING 4340
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+06
+08
+08
+04
+02
+02
+0C
+02
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10F5
+ENCODING 4341
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+38
+44
+44
+3E
+04
+3E
+44
+44
+44
+38
+00
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10F6
+ENCODING 4342
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+20
+10
+10
+10
+38
+54
+54
+38
+10
+10
+10
+08
+ENDCHAR
+STARTCHAR U+10F7
+ENCODING 4343
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+02
+04
+08
+10
+20
+22
+1C
+ENDCHAR
+STARTCHAR U+10F8
+ENCODING 4344
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+24
+22
+22
+22
+3C
+20
+22
+22
+1C
+ENDCHAR
+STARTCHAR U+10F9
+ENCODING 4345
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+22
+1C
+08
+01
+12
+0C
+ENDCHAR
+STARTCHAR U+10FA
+ENCODING 4346
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+1C
+22
+22
+20
+18
+04
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10FB
+ENCODING 4347
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+00
+00
+00
+00
+00
+00
+30
+30
+06
+06
+30
+30
+00
+00
+00
+ENDCHAR
+STARTCHAR U+10FC
+ENCODING 4348
+SWIDTH 500 0
+DWIDTH 8 0
+BBX 8 16 0 -2
+BITMAP
+00
+1E
+20
+20
+3C
+22
+22
+1C
+00
+00
+00
+00
+00
+00
+00
+00
+ENDCHAR
+ENDFONT
Modified: people/zinoviev/console-setup/README
===================================================================
--- people/zinoviev/console-setup/README 2006-09-28 07:34:08 UTC (rev 213)
+++ people/zinoviev/console-setup/README 2006-10-02 20:51:18 UTC (rev 214)
@@ -130,8 +130,8 @@
You may want to make your system automatically configure the console.
In this case make sure that the "setupcon" program is invoked during
-the system bootup. You can look at debian/console-setup.init which is
-the startup script used in Debian.
+the system bootup. You may want to use as example the startup script
+of Debian - debian/console-setup.console-setup.init.
If you want to configure the console too early it may happen that the
/usr file system is not yet mounted. In order to overcome this
Modified: people/zinoviev/console-setup/copyright.fonts
===================================================================
--- people/zinoviev/console-setup/copyright.fonts 2006-09-28 07:34:08 UTC (rev 213)
+++ people/zinoviev/console-setup/copyright.fonts 2006-10-02 20:51:18 UTC (rev 214)
@@ -225,6 +225,12 @@
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
+== georgian16.bdf
+
+The author of this mini-font is Gia Shervashidze. This font was
+provided in hex format and converted automatically to bdf with hex2bdf
+utility from the unifont suite. This makes it public domain.
+
== Goha12.bdf, Goha14.bdf, Goha16.bdf, GohaClassic12.bdf,
GohaClassic14.bdf, GohaClassic16.bdf, legacy10a.bdf, legacy10b.bdf,
legacy10c.bdf, legacy10d.bdf, legacy12a.bdf, legacy12b.bdf,
Modified: people/zinoviev/console-setup/debian/changelog
===================================================================
--- people/zinoviev/console-setup/debian/changelog 2006-09-28 07:34:08 UTC (rev 213)
+++ people/zinoviev/console-setup/debian/changelog 2006-10-02 20:51:18 UTC (rev 214)
@@ -3,8 +3,11 @@
* Update the version of the Terminus font from 4.16 to 4.20. (This is
not important for Debian, since in Debian the Terminus font is
provided by the console-terminus package.)
+ * New mini-font georgian16.bdf to be used for the Georgian letters in
+ Fixed16, author: Gia Shervashidze. Thanks to Vladimer Sichinava.
+ * Add FAQ. Thanks to Thue Janus Kristensen, closes: #389963, #389970.
- -- Anton Zinoviev <zinoviev at debian.org> Thu, 28 Sep 2006 10:05:27 +0300
+ -- Anton Zinoviev <zinoviev at debian.org> Mon, 2 Oct 2006 20:43:03 +0300
console-setup (1.8) unstable; urgency=low
More information about the Pkg-kbd-commit
mailing list