From owner-freebsd-questions@FreeBSD.ORG Wed May 3 19:11:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5E7F816A40B for ; Wed, 3 May 2006 19:11:11 +0000 (UTC) (envelope-from maris@eiranet.lv) Received: from smtp1.apollo.lv (smtp1.apollo.lv [80.232.168.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F08443D6A for ; Wed, 3 May 2006 19:11:05 +0000 (GMT) (envelope-from maris@eiranet.lv) X-Virusscan: Clamd Received: by smtp1.apollo.lv (CommuniGate Pro PIPE 4.3.5) with PIPE id 105767336; Wed, 03 May 2006 22:09:58 +0300 Received: from [80.232.248.147] (HELO meistars.jaunpils.net) by smtp1.apollo.lv (CommuniGate Pro SMTP 4.3.5) with SMTP id 105767204 for freebsd-questions@freebsd.org; Wed, 03 May 2006 22:08:36 +0300 Date: Wed, 3 May 2006 22:08:23 +0300 From: "M.Stegenburgs" To: freebsd-questions@freebsd.org Message-Id: <20060503220823.2dde05d8.maris@eiranet.lv> In-Reply-To: <6a56d69c0605021827m7fe1923l167cff5d952cfa11@mail.gmail.com> References: <6a56d69c0605021827m7fe1923l167cff5d952cfa11@mail.gmail.com> Organization: EIRA X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on smtp1.apollo.lv X-Spam-Level: X-Spam-Status: No, score=0.0 required=7.0 tests=none autolearn=failed version=3.0.4 Subject: Re: USB Mouse on Laptop 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: Wed, 03 May 2006 19:11:11 -0000 Hi, moused_type="auto" works nice on my Toshiba. Well, it does not map all the buttons of my Logitech trackball, but basic functions switches on the fly. Regards, Maris On Wed, 3 May 2006 01:27:18 +0000 "Jonathan Herriott" wrote: > Hi! > > I currently just fixed moused to start up using my laptop's mousepad in > /etc/rc.conf using the following options: > > moused_enable="YES" > moused_port="/dev/psm0" > moused_flags="" #This is another problem of mine, I can't get the four > extra buttons on my mousepad to work because I don't know what to specify > with -z, but this isn't the point of this post > moused_type="ps/2"