From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 17:03:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863AC16A4CE for ; Thu, 8 Apr 2004 17:03:00 -0700 (PDT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C9043D2F for ; Thu, 8 Apr 2004 17:02:59 -0700 (PDT) (envelope-from bob89@bobj.org) Received: from mail.bobj.org ([68.101.88.240]) by lakermmtao11.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040409000259.CGKV16349.lakermmtao11.cox.net@mail.bobj.org> for ; Thu, 8 Apr 2004 20:02:59 -0400 Received: from bobj.wb4jcm.org ([192.168.132.167]) by neti.bobj.org with esmtp; Thu, 08 Apr 2004 20:02:55 -0400 From: Bob Johnson To: freebsd-questions@freebsd.org Date: Thu, 8 Apr 2004 20:02:52 -0400 User-Agent: KMail/1.6 References: In-Reply-To: X-Source-System: Bob's Laptop MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404082002.52630.bob89@bobj.org> cc: prague Subject: Re: dead mouse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 00:03:00 -0000 On Thursday 08 April 2004 07:13 am, prague <"prague" > wrote: > Hey everyone, > > New to FreeBSD coming off of Slackware Linux. > > I went through the install okay but the mouse (an optical mouse, > non-USB) is dead when i do 'startx'. The mouse should be recognized > as a PS/2 but it wasn't. I have edited the XF86Config and changed it > to an IMPS/2 and added It may help to post your actual configuration, since you haven't given enough information to tell what it is. > > Options "Buttons" "5" > Options "ZAxisMapping" "4 5" > > to the file. This was a fix for Slackware and I thought it may have > been the same problem but, still nothing. > > Any ideas? I've found that in recent X11 releases, the FreeBSD mouse driver (moused) doesn't seem to play well. I don't use it, and I let X manage the mouse directly. For most mice, the "auto" protocol determination works fine, e.g. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection The advantage of the mouse driver is that it lets you cut and paste when you are using a text console (i.e. not using X). - Bob