From owner-doc-jp@jp.freebsd.org  Wed Oct  8 16:35:04 1997
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) id QAA15133
	Wed, 8 Oct 1997 16:35:04 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) with ESMTP id QAA15128
	for <doc-jp@jp.FreeBSD.org>; Wed, 8 Oct 1997 16:35:02 +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 PAA02831;
	Wed, 8 Oct 1997 15:34:26 +0800 (MYT)
Message-Id: <199710080734.PAA02831@relay3.jaring.my>
Received: from localhost (localhost [127.0.0.1]) by localhost. (8.8.7/3.4W3) with ESMTP id PAA05096; Wed, 8 Oct 1997 15:39:00 +0800 (MYT)
To: doc-jp@jp.FreeBSD.org, iwasaki@pc.jaring.my
In-Reply-To: Your message of "Wed, 08 Oct 1997 12:16:59 +0800"
References: <199710080412.MAA16796@relay3.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 15:39:00 +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 3413
Subject: [doc-jp 3413] <FAQ> <translation request> FAQ-x.sgml 1.72
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

$B$$$o$5$-!w=*$C$F$_$l$P?75,K]Lu$NI,MW$J$H$3$m$C$F0F30$9$/$J$+$C$?$J$!(B $B$G$9!#(B

X $B$H(B $B2>A[%3%s%=!<%k4X78$N?7$7$$%;%/%7%g%s$,$G$-$^$7$?$,!"(B
$B$[$H$s$I$O4{B8$N%M%?$r$b$C$F$-$?$@$1$_$?$$$G$7$?!#(B
FAQ-x.sgml $B$NL$K]LuItJ,$O0J2<$NDL$j$G$9!#(B

      <sect1>
        <heading>I want to run X, how do I go about it?</heading>

        <p>
	  The easiest way is to simply specify that you want to run X
	  during the installation process.
	<p>
	  Then read and follow the documentation on the
          <tt/xf86config/ tool, which assists you in
          configuring XFree86(tm) for your particular graphics
          card/mouse/etc.

          You may also wish to investigate the Xaccel server, which is
          available at a very reasonable price.  See section
          <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 (or rc.conf):
            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>

--
                                    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) |
+============================================================+
