From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 19:30:39 2003 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 3121937B401 for ; Mon, 4 Aug 2003 19:30:39 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B32943F85 for ; Mon, 4 Aug 2003 19:30:38 -0700 (PDT) (envelope-from warendaj@comcast.net) Received: from lucifer (pcp01360004pcs.benslm01.pa.comcast.net[68.80.223.127](untrusted sender)) by comcast.net (sccrmhc11) with SMTP id <2003080502303601100r1ofje>; Tue, 5 Aug 2003 02:30:36 +0000 Message-ID: <001101c35af9$8a526cc0$4500a8c0@lucifer> From: "J.M. Warenda" To: Date: Mon, 4 Aug 2003 22:30:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Multiple Mice? 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: Tue, 05 Aug 2003 02:30:39 -0000 I've been poking around reading documentation for a while and I can't seem to find what I need to know (and granted it's entirely possible I just missed it somewhere) ... I have installed FreeBSD 5.0 on my laptop ... I've successfully gotten all the hardware configured and got X loading, but I want to have X support for both the touchpad and my extra USB mouse I often (but not always) use. The installation defaulted to installing usbd which in turn defaulted to launching moused upon detecting the USB mouse which I would rather it didn't ... I don't particularly need mouse support outside of X, and besides that moused seemed to have some serious issue with the Microsoft "OpticalMouse blue" usb mouse ... such that the cursor would barely move when I moved the mouse other than occasionally jumping around the screen. I tried removing the lines from the usbd conf to launch moused and just insert the additional InputDevice section in XF86Config with driver "mouse" set to protocol "auto" and pointing to "/dev/ums0" but ... nothing. I tried variations on this ... without usbd, changing the order of things around but still no support for the usb mouse in X ... the touchpad works fine (though it doesn't support the directional scroll pad that the laptop has ... but I was reading somewhere on how to do that and will tackle that after I have both mice working) I just can't seem to get the usb mouse to recognize in X. I haven't tried using moused because of the flakey behavior ... hence I'd prefer to avoid it all together. Anyone have any insight on multiple mice and usb mice in X? -John