From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 22 10:02:21 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 0296E16A4CE for ; Mon, 22 Mar 2004 10:02:21 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB6043D31 for ; Mon, 22 Mar 2004 10:02:20 -0800 (PST) (envelope-from llewelly@xmission.com) Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1B5Tki-0005wA-02; Mon, 22 Mar 2004 11:02:20 -0700 Received: from [198.60.22.20] (helo=xmission.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.30) id 1B5Tki-0006my-Px; Mon, 22 Mar 2004 11:02:20 -0700 Received: from llewelly by xmission.xmission.com with local (Exim 3.35 #1 (Debian)) id 1B5Tki-0006ej-00; Mon, 22 Mar 2004 11:02:20 -0700 To: "Pratik Mehta" References: From: llewelly@xmission.com Date: 22 Mar 2004 11:02:19 -0700 In-Reply-To: Message-ID: Lines: 42 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Sender: Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=8.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes cc: freebsd-mobile@freebsd.org Subject: Re: Touchpad not working 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: Mon, 22 Mar 2004 18:02:21 -0000 "Pratik Mehta" writes: > Hi, > > I have installed freebsd on my dell laptop Inspiron 5150. It seems > that the moused daemon is running [snip] If you are running moused, and the mouse works on text consoles, try putting this: Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" in the InputDevice section whose identifier is mouse1, in your XF86Config. If moused *isn't* working on text consoles, try putting this: moused_enable="YES" moused_flags="-3" moused_port="/dev/psm0" moused_type="auto" in /etc/rc.conf, and then try the above. The other option is to disable moused, by putting: moused_enable="NO" in /etc/rc.conf , and to use: Option "Protocol" "PS/2" Option "Device" "/dev/psm0" in the InputDevice section whose identifier is mouse1, in your XF86Config. I've a Dell Inspiron 5000, and both of these methods work well for me.