From owner-doc-jp@jp.freebsd.org  Wed Oct  8 01:12:08 1997
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) id BAA17378
	Wed, 8 Oct 1997 01:12:08 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) with ESMTP id BAA17358
	for <doc-jp@jp.FreeBSD.org>; Wed, 8 Oct 1997 01:11:55 +0900 (JST)
Received: from localhost. (j16.ptl7.jaring.my [161.142.1.206])
	by relay3.jaring.my (8.8.7/8.8.7) with ESMTP id AAA27064;
	Wed, 8 Oct 1997 00:11:18 +0800 (MYT)
Message-Id: <199710071611.AAA27064@relay3.jaring.my>
Received: from localhost (localhost [127.0.0.1]) by localhost. (8.8.7/3.4W3) with ESMTP id AAA00687; Wed, 8 Oct 1997 00:15:51 +0800 (MYT)
To: doc-jp@jp.FreeBSD.org, iwasaki@pc.jaring.my
X-Mailer: Mew version 1.06 on Emacs 19.28.1, Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Date: Wed, 08 Oct 1997 00:15:51 +0800
From: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
Reply-To: doc-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=20]
X-Sequence: doc-jp 3400
Subject: [doc-jp 3400] <FAQ> <translation request> FAQ-applications.sgml 1.58
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

$B$$$o$5$-!w2<LuJg=8Cf$G$9!#(B

FAQ-applications.sgml 1.58 $B$NJ,$G$9!#(B

@@ -20,7 +20,43 @@
 
           You may also wish to investigate the Xaccel server, which is
           available at a very reasonable price.  See section
-          <ref id="xinside" name="on Xaccel"> for more details.
+          <ref id="xig" name="on Xi Graphics"> for more details.
+
+      <sect1>
+        <heading>Why doesn't my mouse work with X</heading>
+
+        <p>
+          If you are using syscons (the default console driver), you can
+          configure FreeBSD to support a mouse pointer on each virtual
+          screen.  In order to avoid conflicting with X, syscons supports
+          a virtual device called ``<tt>sysmouse</tt>''.  All mouse events
+          received from the real mouse device are written to the sysmouse
+          device, using the MouseSystems protocol.  If you wish to use your
+          mouse on one or more virtual consoles, <bf/and/ use X, the
+          following configuration is recommended:
+
+        <verb>
+          /etc/sysconfig:
+            mousedtype=ps/2          # or whatever your actual type is
+            mousedport=/dev/psm0     # or whatever your real port is
+
+          /etc/XF86Config
+            Section Pointer
+                Protocol "MouseSystems"
+                Device   "/dev/sysmouse"
+                .....
+        </verb>
+
+        <p>
+          Some people prefer to use ``<tt>/dev/mouse</tt>'' under X.  To
+          make this work, ``<tt>/dev/mouse</tt>'' should be linked to
+          ``<tt>/dev/sysmouse</tt>'':
+
+        <verb>
+          cd /dev
+          rm -f mouse
+          ln -s sysmouse mouse
+        </verb>

@@ -41,8 +77,17 @@
       <sect1>
         <heading>Is there an easy way to get hold of applications?</heading>
 
-        <p>
-          Yes.  We support the concept of a ``package'', which is
+	<p>
+          Yes.  Please take a look at <url
+          url="http://www.FreeBSD.ORG/ports/" name="the ports page">
+          for software ported to FreeBSD.  The list is growing daily,
+          so come back to check often.  All ports here should work for
+          systems on either the 2.2 or 3.0 branch, and most of them
+          work for 2.1.x systems as well.  CDROM people will have a
+          snapshot of this tree at the time of release in the
+          <tt>ports/</tt> directory on the CD.

@@ -61,26 +117,33 @@
           explicit details will be given here.
 
       <sect1>
+	<heading>Where do I find libc.so.3.0?</heading>
+	<p>
+	  You are trying to run a package for 2.2/3.0 on a 2.1.x
+	  system.  Please take a look at the previous section and get
+	  the correct port/package for your system.
+
+      <sect1>

--
                                    o
                              [=]   O
                             (.~.)_P
+=======================oooO==( )//Oooo======================+
|       --- Mitsuru IWASAKI ----                             |
|15A-1-3, Scots Tower, MONT' KIARA CONDOMINIUM, Jalan 1/70C, |
|Off Bikit Kiara, 50480 Kuala Lumpur, Malaysia               |
|TEL/FAX: +60-3-2538579                      _/_/_/    _/    |
|e-mail:  iwasaki@sirim.my(OFFICE)          _/  _/ _/ _/     |
| iwasaki@pc.jaring.my(HOME) iwasaki@jp.FreeBSD.ORG(FreeBSD) |
+============================================================+
