From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 20:59:34 2005 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 58F1116A4CE for ; Fri, 28 Jan 2005 20:59:34 +0000 (GMT) Received: from server1.ewido.net (server1.ewido.net [62.146.43.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E135643D1F for ; Fri, 28 Jan 2005 20:59:33 +0000 (GMT) (envelope-from paul@ewido.net) Received: from JENNA (p5495DD1B.dip.t-dialin.net [84.149.221.27]) by server1.ewido.net (Postfix) with ESMTP id 998064A8025 for ; Fri, 28 Jan 2005 21:58:38 +0100 (CET) To: freebsd-questions@freebsd.org From: Paul Kaletta Date: Fri, 28 Jan 2005 21:59:31 +0100 In-Reply-To: <41FA969C.1030504@computerking.ca> (RYAN vAN GINNEKEN's message of "Fri, 28 Jan 2005 12:46:36 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, windows-nt) References: <41FA969C.1030504@computerking.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Mouse and Touchpad with moused 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, 28 Jan 2005 20:59:34 -0000 Hi, I have a notebook that has a build in touchpad. I also have an USB-mouse. I figured out that I can use both simultaneously when I have two moused-daemons running, one for psm0 (the Touchpad) and one for usm0 (the USB-Mouse). (I might be wrong about the exact names, but I can't check, since I'm not under FreeBSD right now). This way I can use both "mice" in X and on the console. But I wasn't able to figure out the correct rc.conf settings. Could anyone help me out on this one? Manually starting moused can't be the solution. It also would be very cool if moused would start automatically when I plug in the USB-Mouse. How can I do this? Bye Paul ps: After writing this down, I just had an idea. Maybe the right way to do this is to only set up the touchpad in rc.conf (obvious), and somehow make the USB daemon start moused for the external mouse when it is recognized. How can I do this?