From owner-doc-jp@jp.freebsd.org  Sun Feb 13 04:08:18 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id EAA77221;
	Sun, 13 Feb 2000 04:08:18 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from sv01.geocities.co.jp (sv01.geocities.co.jp [210.153.89.155])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id EAA77216
	for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:18 +0900 (JST)
	(envelope-from hrs@geocities.co.jp)
Received: from mail.geocities.co.jp (mail.geocities.co.jp [210.153.89.137]) by sv01.geocities.co.jp (8.9.3+3.2W/3.7W) with ESMTP id EAA20970 for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:17 +0900 (JST)
Received: from mail.hrs.jp (sutnmax1-ppp41.ed.noda.sut.ac.jp [133.31.173.51]) by mail.geocities.co.jp (1.3G-GeocitiesJ-3.3) with ESMTP id EAA06371 for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:15 +0900 (JST)
Message-Id: <200002121908.EAA06371@mail.geocities.co.jp>
Received: from localhost (alph.hrs.jp [192.168.0.10])
	by mail.hrs.jp (8.9.3/3.7W/DomainMaster) with ESMTP id DAA06716
	for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 03:20:21 +0900 (JST)
	(envelope-from hrs@hrs.jp)
To: doc-jp@jp.freebsd.org
X-Mailer: Mew version 1.94 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Sun, 13 Feb 2000 03:20:19 +0900
From: Hiroki Sato <hrs@geocities.co.jp>
X-Dispatcher: imput version 990905(IM130)
Lines: 103
Reply-To: doc-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: doc-jp 7025
Subject: [doc-jp 7025] books/handbook/hw/chapter.sgml #1
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org
X-Originator: hrs@geocities.co.jp

$B:4F#!wEl5~M}2JBg3X$G$9!#(B

 $B<j:"$J%5%$%:$N$b$N$r$P$i$7$^$7$?!#(B
 SGML $B%?%0Ey$OFC$K9MN8$9$kI,MW$O$"$j$^$;$s$N$G!"(B
 $B$I$J$?$+1QJ8ItJ,$NK]Lu$r$*4j$$$7$^$9!#(B

 # $B@.2LJ*$O!"$3$N%a%$%j%s%0%j%9%H$KEj$2$F2<$5$$!#(B

(books/handbook/hw/chapter.sgml 1.28 -> 1.30 #1)

+      <title>Mice</title>
+	
+      <para><emphasis>Contributed by Joel Sutton
+  	  <email>jsutton@bbcon.com.au</email> January 2000</emphasis></para>
+
+      <para>FreeBSD supports a variety of different mice via the PS/2, serial
+	and USB ports.  Most users choose to use the mouse daemon to handle
+	their mouse because it allows interaction in both X and on the system
+	console.  For more information on the mouse daemon refer to
+	  &man.moused.8;.  The examples throughout this section assume that
+	the mouse daemon is being used.</para>
+      
+      <note>
+        <para>This section contains the names of specific products that the
+	  author has confirmed will work with FreeBSD. Other similar devices
+	  not listed may also be supported.</para>
+      </note>
+
+      <sect3>
+        <title>PS/2</title>
+	
+        <sect4>
+          <title>System Configuration</title>
+
+	  <para>To ensure that your PS/2 mouse functions correctly with the
+	    mouse daemon you will need to include the following text in
+	    <filename>/etc/rc.conf</filename></para>
+
+          <programlisting>moused_enable="YES"
+moused_type="ps/2"
+moused_port="/dev/psm0"</programlisting>
+        </sect4>
+
+        <sect4>
+          <title>Known Compatible Devices</title>
+	  
+          <itemizedlist>
+            <listitem>
+              <para>Logitech First Mouse - Three Button</para>
+            </listitem>
+	    
+            <listitem>
+              <para>Microsoft Serial - PS/2 Compatible Mouse</para>
+            </listitem>
+          </itemizedlist>
+        </sect4>
+      </sect3>
+
+      <sect3>
+        <title>Serial</title>
+
+        <sect4>
+          <title>System Configuration</title>
+
+	  <para>To ensure that your serial mouse functions correctly with the
+	    mouse daemon you will need to include the following text in
+	    <filename>/etc/rc.conf</filename>.  This example assumes that the
+	    mouse is connected to <devicename>COM1:</devicename> and can be
+	    automatically recognised by the mouse daemon.</para>
+
+          <programlisting>moused_enable="YES"
+moused_type="auto"
+moused_port="/dev/cuaa0"</programlisting>
+
+          <para>See the &man.moused.8; manual page for a detailed description
+	    of how to configure the mouse daemon to work with specific types
+	    of serial mice.</para>
+        </sect4>
+
+        <sect4>
+          <title>Known Compatible Devices</title>
+	  
+          <itemizedlist>
+            <listitem>
+              <para>Generic Microsoft Compatible Mice</para>
+            </listitem>
+
+            <listitem>
+              <para>Logitech First Mouse - Three Button</para>
+            </listitem>
+
+            <listitem>
+              <para>Microsoft Serial - PS/2 Compatible Mouse</para>
+            </listitem>
+          </itemizedlist>
+        </sect4>
+      </sect3>

--
| $B:4F#(B $B9-@8!wEl5~M}2JBg3X(B <hrs@geocities.co.jp>
|
|                                  j7397067@ed.noda.sut.ac.jp(univ)
|                        hrs@jp.FreeBSD.org(FreeBSD doc-jp Project)
