From owner-freebsd-current@FreeBSD.ORG Sat Nov 26 13:30:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D7716A41F; Sat, 26 Nov 2005 13:30:11 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from smtp.mail.drexel.edu (pm1.irt.drexel.edu [144.118.29.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9E343D62; Sat, 26 Nov 2005 13:30:06 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from smtp.mail.drexel.edu (localhost.localdomain [127.0.0.1]) by smtp.mail.drexel.edu (Postfix) with SMTP id 3851D225E08; Sat, 26 Nov 2005 08:30:03 -0500 (EST) Received: from vorpal.math.drexel.edu (vorpal.math.drexel.edu [129.25.6.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mail.drexel.edu (Postfix) with ESMTP id 22A6A225DF4; Sat, 26 Nov 2005 08:30:03 -0500 (EST) Received: from [IPv6:::1] (vorpal.math.drexel.edu [127.0.0.1]) by vorpal.math.drexel.edu (8.13.4/8.13.4) with ESMTP id jAQ5240I015175; Sat, 26 Nov 2005 00:02:03 -0500 Message-ID: <43885AC1.2060908@drexel.edu> Date: Sat, 26 Nov 2005 07:53:21 -0500 From: "Justin R. Smith" Organization: Drexel University User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock References: <4386FD58.3080308@drexel.edu> <200511252103.57059.lofi@freebsd.org> In-Reply-To: <200511252103.57059.lofi@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: A4Tech Wireless mouse wheel not detected X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 13:30:11 -0000 Michael Nottebrock wrote: > >You need to run moused with the -z4 argument to activate axis mapping (put >moused_flags=-z4 into /etc/rc.conf), but since you already tried in X and >said it didn't work ... might be worth a try though, less opportunities for >typos with moused compared to xorg.conf > >I myself use an A4 Tech Office 8K wireless mouse with moused, connected to a >USB port however, and had to change the default usbd.conf line that runs >moused to include the axis mapping switch. > > > Thank you1 I've tried this and nothing changes. I get the impression that the events are not being picked up at the /dev/psm0 level. After trying this, I changed my xorg.conf file and replaced /dev/sysmouse by /dev/psm0 (bypassing moused completely). X worked but the wheel didn't. If I find the time, I'll look at the psm driver myself. It looks as though it takes some special actions with A4Tech mice and the solution might be to force it to regard them as generic PS/2 mice...