From faabfdb73407680433e39b7872dd5da01cd46787 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 21 Apr 2001 00:22:19 +0000 Subject: [PATCH] Describe mousechar_start Reviewed by: Dima Dorfman --- .../books/handbook/l10n/chapter.sgml | 28 +++++++++++++------ .../books/handbook/l10n/chapter.sgml | 28 +++++++++++++------ 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml index ed990a861b..dc23db2f01 100644 --- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml @@ -1,7 +1,7 @@ @@ -423,13 +423,18 @@ keychange="fkey_number sequence" - A workaround for expanding 8-bit to 9-bit on a VGA adapter - is usually needed for the above settings. This workaround - disables 8-bit to 9-bit expansion of the font character with the - mouse cursor the sc0 console driver. To enable the workaround, - insert the following line into the kernel config. + By default the mouse cursor of the syscons driver occupies the + 0xd0-0xd4 range in the character set. In case your language uses this + range, you need to move the cursor's range outside of it. To enable + the workaround for FreeBSD versions before 5.0, insert the following + lines into your kernel config: - options SC_MOUSE_CHAR=0x03 + options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.0 and up insert the following line + into /etc/rc.conf: + + mousechar_start=3 The keymap_name here is taken from the /usr/share/syscons/keymaps directory, @@ -704,10 +709,15 @@ keychange="fkey_number sequence" - Add the following to your kernel configuration - file: + For the FreeBSD versions before 5.0 add the following line + to your kernel configuration file: options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.0 and up insert the following + line into /etc/rc.conf: + + mousechar_start=3 diff --git a/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml index ed990a861b..dc23db2f01 100644 --- a/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml @@ -1,7 +1,7 @@ @@ -423,13 +423,18 @@ keychange="fkey_number sequence" - A workaround for expanding 8-bit to 9-bit on a VGA adapter - is usually needed for the above settings. This workaround - disables 8-bit to 9-bit expansion of the font character with the - mouse cursor the sc0 console driver. To enable the workaround, - insert the following line into the kernel config. + By default the mouse cursor of the syscons driver occupies the + 0xd0-0xd4 range in the character set. In case your language uses this + range, you need to move the cursor's range outside of it. To enable + the workaround for FreeBSD versions before 5.0, insert the following + lines into your kernel config: - options SC_MOUSE_CHAR=0x03 + options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.0 and up insert the following line + into /etc/rc.conf: + + mousechar_start=3 The keymap_name here is taken from the /usr/share/syscons/keymaps directory, @@ -704,10 +709,15 @@ keychange="fkey_number sequence" - Add the following to your kernel configuration - file: + For the FreeBSD versions before 5.0 add the following line + to your kernel configuration file: options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.0 and up insert the following + line into /etc/rc.conf: + + mousechar_start=3