Date: Sat, 21 Apr 2001 01:09:42 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: doc@freebsd.org Subject: [CFR] Please review my English Message-ID: <20010421010938.A90298@nagual.pp.ru>
next in thread | raw e-mail | index | archive | help
--- chapter.sgml.bak Fri Apr 20 16:25:12 2001 +++ chapter.sgml Sat Apr 21 00:53:23 2001 @@ -423,13 +423,18 @@ </listitem> </itemizedlist> - <para>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.</para> + <para>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:</para> - <programlisting>options SC_MOUSE_CHAR=0x03</programlisting> + <programlisting>options SC_MOUSE_CHAR=0x03</programlisting> + + <para>For the FreeBSD versions 5.x and up insert the following line + into <filename>/etc/rc.conf</filename>: + + <programlisting>mousechar_start=3</programlisting> <para>The <replaceable>keymap_name</replaceable> here is taken from the <filename>/usr/share/syscons/keymaps</filename> directory, @@ -704,10 +709,15 @@ <itemizedlist> <listitem> - <para>Add the following to your kernel configuration - file:</para> + <para>For the FreeBSD versions pre-5.x add the following line to + your kernel configuration file:</para> <programlisting>options SC_MOUSE_CHAR=0x03</programlisting> + + <para>For the FreeBSD versions 5.x and up insert the following + line into <filename>/etc/rc.conf</filename>: + + <programlisting>mousechar_start=3</programlisting> </listitem> <listitem> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010421010938.A90298>