From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 14:07:46 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 71F2416A41F for ; Mon, 28 Nov 2005 14:07:46 +0000 (GMT) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F7B43D4C for ; Mon, 28 Nov 2005 14:07:43 +0000 (GMT) (envelope-from lreid@cs.okstate.edu) Received: from [192.168.220.32] (unknown [164.58.79.195]) by a.cs.okstate.edu (Postfix) with ESMTP id A3217A022C; Mon, 28 Nov 2005 08:07:38 -0600 (CST) Message-ID: <438B0F11.2000209@cs.okstate.edu> Date: Mon, 28 Nov 2005 08:07:13 -0600 From: Reid Linnemann User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051118) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Justin R. Smith" References: <4386FD58.3080308@drexel.edu> <200511252103.57059.lofi@freebsd.org> <43886492.20702@drexel.edu> In-Reply-To: <43886492.20702@drexel.edu> 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: Mon, 28 Nov 2005 14:07:46 -0000 Justin R. Smith wrote: > 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... > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" change your Mouse0 InputDevice section in xorg.conf: ------------------------------------------------- Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection ------------------------------------------------- Mapping the z-axis for moused shouldn't be expected to affect X (and thus xev) if the X mouse driver still believes the device only has 3 buttons. I have never seen a time when a wheel mouse is automagically fully functional with X on FreeBSD. AFIK, these xorg.conf options have always been necessary to enable the z axis. -- Reid Linnemann Senior Systems Analyst Oklahoma Department of CareerTech 405-743-5422 rlinn@okcareertech.org -Ars longa, vita brevis-