From owner-freebsd-bugs Sun Jul 7 15:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 055CD37B400 for ; Sun, 7 Jul 2002 15:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99CC743E09 for ; Sun, 7 Jul 2002 15:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g67MA3JU047244 for ; Sun, 7 Jul 2002 15:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g67MA3lH047242; Sun, 7 Jul 2002 15:10:03 -0700 (PDT) Date: Sun, 7 Jul 2002 15:10:03 -0700 (PDT) Message-Id: <200207072210.g67MA3lH047242@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Schultz Subject: Re: conf/40255: problem with installing and configuring XFree86 4.2.0 to FreeBSD 4.6 release Reply-To: David Schultz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/40255; it has been noted by GNATS. From: David Schultz To: Steven Shen Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/40255: problem with installing and configuring XFree86 4.2.0 to FreeBSD 4.6 release Date: Sun, 7 Jul 2002 15:07:51 -0700 Thus spake Steven Shen : > Dear Sir: > > Yes, there is no "moused_enable="YES" " in file "/etc/rc.conf". > And I added this line in this file. Then, surprisingly, it works now! > > But, why? Though I have followed the steps very carefully during the > installation and configuration, I cannot get the right thing. > It needs manually adjusting. Is this a bug? > > Thank you very very much. > Hope FreeBSD can evolve better and better. > > Best regards. > > Steven. Applications in FreeBSD don't generally talk to the mouse directly. Instead, they talk to the mouse daemon via /dev/sysmouse, and the mouse daemon deals with the peculiarities of your particular mouse. This allows both the X Window System and the console driver to use the mouse without conflicting. But if moused isn't running, /dev/sysmouse won't work. (Many people set up moused from sysinstall, so they don't have to worry about this step.) I suppose you're right that it deserves mention in the handbook section on configuring X. --- doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 2002/05/28 17:38:52 1.82 +++ doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 2002/07/07 22:03:27 @@ -378,7 +378,15 @@ Ctrl Alt Backspace - simultaneously. + simultaneously. If the mouse doesn't work, + chances are you do not have &man.moused.8 running. + Mouse settings + are discussed in the Post-installation section of + the Handbook. If your mouse has a scroll wheel, you should + also read this FAQ + entry as you proceed to the next step of X + configuration. XFree86 4 Tuning To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message