From owner-freebsd-bluetooth@FreeBSD.ORG Mon Mar 31 15:31:04 2008 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 158D3106564A for ; Mon, 31 Mar 2008 15:31:04 +0000 (UTC) (envelope-from yousif@alumni.jmu.edu) Received: from coruscant.far-far-away.com (coruscant.far-far-away.us [70.91.196.65]) by mx1.freebsd.org (Postfix) with SMTP id 9BFFC8FC31 for ; Mon, 31 Mar 2008 15:31:03 +0000 (UTC) (envelope-from yousif@alumni.jmu.edu) Received: (qmail 30922 invoked from network); 31 Mar 2008 11:06:08 -0400 Received: from unknown (HELO alderaan) (68.162.198.134) by coruscant.far-far-away.us with SMTP; 31 Mar 2008 11:06:08 -0400 Message-ID: <7EF0BFD7B7B548278898917CCD636B26@alderaan> From: "Yousif Hassan" To: "mato" , "Maksim Yevmenkin" References: <47ED9AC5.4050505@users.sf.net> <47EF668D.1080003@users.sf.net> In-Reply-To: <47EF668D.1080003@users.sf.net> Date: Mon, 31 Mar 2008 11:04:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 Cc: freebsd-bluetooth@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: Logitech V470 Bluetooth Mouse on FreeBSD ? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 15:31:04 -0000 > However, the mouse has 4-way wheel but horizontal scrolling doesn't work. > I've got the following in my xorg.conf: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Any ideas pls ? > > Apart from that I noticed double clicks don't work in console. If memory serves, the latter issue is a limitation in the FreeBSD bluetooth stack, so it's not related to your mouse. I believe the fomer issue as well, but I am not as certain as for the double-click problem. --Y