From owner-freebsd-doc Fri Apr 20 14: 9:59 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id E8D8437B424 for ; Fri, 20 Apr 2001 14:09:55 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f3KL9pG90307 for doc@freebsd.org; Sat, 21 Apr 2001 01:09:53 +0400 (MSD) (envelope-from ache) Date: Sat, 21 Apr 2001 01:09:42 +0400 From: "Andrey A. Chernov" To: doc@freebsd.org Subject: [CFR] Please review my English Message-ID: <20010421010938.A90298@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --- chapter.sgml.bak Fri Apr 20 16:25:12 2001 +++ chapter.sgml Sat Apr 21 00:53:23 2001 @@ -423,13 +423,18 @@ - 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 mouse cursor of syscons console driver occupes + 0xd0-0xd4 range in the character set. In case your language use + this range, you need to move mouse cursor range start outside + of it. To enable the workaround for the FreeBSD versions pre-5.x, + insert the following line into your kernel config: - options SC_MOUSE_CHAR=0x03 + options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.x 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 @@ - Add the following to your kernel configuration - file: + For the FreeBSD versions pre-5.x add the following line to + your kernel configuration file: options SC_MOUSE_CHAR=0x03 + + For the FreeBSD versions 5.x and up insert the following + line into /etc/rc.conf: + + mousechar_start=3 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message