From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 31 19:29:55 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 381B1106567E for ; Mon, 31 Mar 2008 19:29:55 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id 9AA068FC2E for ; Mon, 31 Mar 2008 19:29:54 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: (qmail 57718 invoked by uid 0); 31 Mar 2008 19:29:49 -0000 Received: from r5j117.net.upc.cz (HELO ?86.49.9.117?) (86.49.9.117) by smtp.dkm.cz with SMTP; 31 Mar 2008 19:29:49 -0000 Message-ID: <47F13BAD.9060808@users.sf.net> Date: Mon, 31 Mar 2008 21:29:49 +0200 From: mato User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.12) Gecko/20080305 SeaMonkey/1.1.8 MIME-Version: 1.0 To: Iain Hibbert References: <47ED9AC5.4050505@users.sf.net> <47EF668D.1080003@users.sf.net> <1206904241.480342.891.nullmailer@galant.ukfsn.org> In-Reply-To: <1206904241.480342.891.nullmailer@galant.ukfsn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org, freebsd-mobile@freebsd.org, Maksim Yevmenkin Subject: Re: Logitech V470 Bluetooth Mouse on FreeBSD ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 19:29:55 -0000 Iain Hibbert wrote: > On Sun, 30 Mar 2008, mato wrote: > > >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Option "Protocol" "auto" >> Option "Device" "/dev/sysmouse" >> Option "ZAxisMapping" "4 5 6 7" >> EndSection >> > > FWIW this at least is probably correct, but I found that last year when I > bought an "Apple Mighty Mouse" I still had some trouble because the > bsd_mouse driver for X was not handling the Z direction. Of course, this > was on NetBSD/wsmouse so it is different but the bsd_mouse.c file s the > same handler. > > Also you may need > Option "Buttons" "7" > > I hadn't found this option in xorg.conf manual. Thanks. Unfortunately it did not help in this case. >> Any ideas pls ? >> > > also, I think bthidd does not handle the Z direction**. Note that > sometimes a mouse will present the horizontal component of the scroll ball > as "Consumer/PAN" instead of "Generic Desktop/Z" > > hth, > iain > > ** confusingly, HUG_WHEEL is the vertical scroll and HUG_Z is horizontal > but the vertical scroll is internally called Z and sometimes HUG_Z is the > vertical direction when there is no HUG_WHEEL. > Well, this mouse of mine presents itself exactly as you said ... Input id=2 size=12 count=1 page=Generic_Desktop usage=X Variable Relative, log ical range -2047..2047 Input id=2 size=12 count=1 page=Generic_Desktop usage=Y Variable Relative, log ical range -2047..2047 Input id=2 size=8 count=1 page=Generic_Desktop usage=Wheel Variable Relative, logical range -127..127 Input id=2 size=8 count=1 page=Consumer usage=AC_Pan Variable Relative, logica l range -127..127 What can be done about it ?? Cheers, Martin