From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 15:51:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A820D1065673 for ; Fri, 8 Jun 2012 15:51:38 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA188FC1F for ; Fri, 8 Jun 2012 15:51:38 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sd1TN-0003W0-16 for freebsd-questions@freebsd.org; Fri, 08 Jun 2012 17:51:37 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2012 17:51:37 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2012 17:51:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Date: Fri, 8 Jun 2012 15:51:26 +0000 (UTC) Lines: 31 Message-ID: References: <20120607145901.3022770d@scorpio> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Subject: Re: FreeBSD: SOLVED: FreeBSD9 - I can't get my mouse to work (was : FreeBSD9 - I can't get my mouse to work) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2012 15:51:38 -0000 On Fri, 08 Jun 2012 15:39:22 +0000, Walter Hurry wrote: > On Thu, 07 Jun 2012 14:59:01 -0400, Jerry wrote: > >> Ubuntu, >> Debian, and Fedora, and projects such as KDE, GNOME and X.org are in >> the process of deprecating HAL as it has "become a large monolithic >> unmaintainable mess". > > Well, I finally got it working. I'm far from an expert in this area, but > what I think was happening was that the touchpad was grabbing /dev/psm0, > and then X.org tried to allocate the same port for the USB mouse, which > of course failed (even though I had specified a Device of /dev/ums0, and > set AutoAddDevices to Off so as to take hald out of the picture). > > The solution for me was to run moused *on port /dev/ums0* and then > specify the device as /dev/sysmouse in xorg.conf. > > However, that leads me to another question: my amateurish way to get > moused to run on /dev/ums0 was to hack /etc/rc.d/moused and hard code > it. > I don't think that's very good, and I suspect that the "right" way to do > it was to set some variable in /etc/rc.conf. > > Can anyone guide me on how that should be done, or point me to a fine > manual? > > Thamks to all for the responses. > Never mind: Stupid moi. The answer was staring me in the face in man rc.conf. moused_port.