Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add examples to make switching wscons to ISO 8859-2 as e...
details: https://anonhg.NetBSD.org/src/rev/d669d22b24ed
branches: trunk
changeset: 750903:d669d22b24ed
user: ahoka <ahoka%NetBSD.org@localhost>
date: Mon Jan 18 17:10:29 2010 +0000
description:
Add examples to make switching wscons to ISO 8859-2 as easy as removing
some hashmarks.
diffstat:
etc/wscons.conf | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r ecd657711e98 -r d669d22b24ed etc/wscons.conf
--- a/etc/wscons.conf Mon Jan 18 17:09:17 2010 +0000
+++ b/etc/wscons.conf Mon Jan 18 17:10:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: wscons.conf,v 1.17 2009/11/15 07:43:13 tsutsui Exp $
+# $NetBSD: wscons.conf,v 1.18 2010/01/18 17:10:29 ahoka Exp $
#
# workstation console configuration
@@ -12,6 +12,10 @@
#font pcvt - - pcvt /usr/share/wscons/fonts/vt220h.816
#font pcvt - 8 pcvt /usr/share/wscons/fonts/vt220h.808
+# Font for central european languages (ISO 8859-2).
+# Uncomment to load. Needs to be explicitly enabled (see below).
+#font latin2 - 16 iso /usr/share/wscons/fonts/latin2.816
+
# screens to create
# idx screen emul
# Screen 0 is already configured as console in most cases.
@@ -30,7 +34,7 @@
# Select a kernel builtin keyboard map by uncommenting the following line and
# altering the country code to your requirements
-# (choose from user, us, uk, de, dk, it, fr, jp, sv, no, es, pt, cz).
+# (choose from user, us, uk, de, dk, it, fr, jp, sv, no, es, pt, cz, hu).
# See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details.
#encoding sv
#encoding us.swapctrlcaps
@@ -45,6 +49,12 @@
#setvar ttyE0 font ibm
#setvar ttyE1 font ibm
+# Uncomment for ISO 8859-2 support
+#setvar ttyE0 font latin2
+#setvar ttyE1 font latin2
+#setvar ttyE2 font latin2
+#setvar ttyE3 font latin2
+
# Change keyboard repeat speed to faster settings.
#setvar wskbd repeat.del1 250
#setvar wskbd repeat.deln 30
Home |
Main Index |
Thread Index |
Old Index