From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 5 18:58:26 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0859E16A4CE for ; Mon, 5 Apr 2004 18:58:26 -0700 (PDT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B9A43D2D for ; Mon, 5 Apr 2004 18:58:25 -0700 (PDT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail1.panix.com (Postfix) with ESMTP id B0D2D48951; Mon, 5 Apr 2004 21:57:59 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i361vww20979; Mon, 5 Apr 2004 21:57:58 -0400 (EDT) Date: Mon, 5 Apr 2004 21:57:58 -0400 From: Jesse Sheidlower To: Hans Lambermont Message-ID: <20040406015758.GA20670@panix.com> References: <20040405035441.GA26270@panix.com> <20040405193052.GE25952@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040405193052.GE25952@moya.lambermont.dyndns.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-mobile@freebsd.org Subject: Re: Trackpad with USB mouse, at same time X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 01:58:26 -0000 On Mon, Apr 05, 2004 at 09:30:53PM +0200, Hans Lambermont wrote: > Jesse Sheidlower wrote: > > > > My problem is that I cannot seem to use both the trackpoint and a USB > > mouse at the same time. For the trackpoint, I have to set "Device" to > > /dev/psm0 in the "mouse" section of my XF86Config file; if I use > > /dev/sysmouse, it will not recognize the trackpoint, which as far as I > > can tell, it should. > > I have a T30, the touchpad is enabled in the BIOS, the touchpad and > trackpoint work with /dev/sysmouse. The third button does not work. When > I plug in a USB mouse I get a second moused that also works with > /dev/sysmouse, so I can use 3 pointing devices at the same time, in text > mode and in X. > > relevant /etc/rc.conf parts: > usbd_enable="YES" > moused_enable="YES" > moused_flags="-3" Thanks. It seems that the only thing I needed was the moused_enable, and /dev/sysmouse picks up everything now. Thanks for the pointer (har, har)! Jesse Sheidlower