SOURCES: kbd.sysconfig - Corrected the explanation of CONSOLESCREE...

qrczak qrczak at pld-linux.org
Sun Feb 11 19:15:32 CET 2007


Author: qrczak                       Date: Sun Feb 11 18:15:32 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Corrected the explanation of CONSOLESCREENFONTMAP.

---- Files affected:
SOURCES:
   kbd.sysconfig (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/kbd.sysconfig
diff -u SOURCES/kbd.sysconfig:1.13 SOURCES/kbd.sysconfig:1.14
--- SOURCES/kbd.sysconfig:1.13	Mon Feb 27 21:31:36 2006
+++ SOURCES/kbd.sysconfig	Sun Feb 11 19:15:27 2007
@@ -4,22 +4,23 @@
 # Console font file name (take one from /lib/kbd/consolefonts dir).
 # Determines the set of available characters, the typeface and the number
 # of character lines on the screen. Other options may be specified after
-# the font name, e.g. -u iso02 (but you don't need it)
+# the font name, e.g. -u iso02 (but you don't need it).
 CONSOLEFONT=lat2u-16
 
+# If the font doesn't include a mapping between font glyphs and Unicode,
+# the map can be specified here (take one from from /lib/kbd/unimaps dir).
+# This is not needed with most modern fonts.
+#CONSOLESCREENFONTMAP=lat2u
+
 # Application-charset map file name (take one from /lib/kbd/consoletrans
 # dir). Determines the encoding used by the console when in single-byte
 # (non-Unicode) mode.
 CONSOLEMAP=8859-2
 
-# Otherwise when using Unicode disable CONSOLEMAP and enable CONSOLESCREENFONTMAP
-# (take one from from /lib/kbd/unimaps dir)
-# CONSOLESCREENFONTMAP="lat2u"
-
 # UTF-8 example using terminus-console-font:
-#CONSOLEFONT="ter-v14n"
-#CONSOLEMAP=""
-#CONSOLESCREENFONTMAP="lat2u"
+#CONSOLEFONT=ter-v14n
+#CONSOLESCREENFONTMAP=
+#CONSOLEMAP=
 
 # Keyboard table file name
 KEYTABLE=pl2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kbd.sysconfig?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list