Logitech V470 Bluetooth Mouse on FreeBSD ?
Maksim Yevmenkin
maksim.yevmenkin at gmail.com
Mon Mar 31 09:52:02 PDT 2008
Martin,
> I've just bought the mouse and it works, partially.
> Well, I couldn't find anything in the handbook but google helped.
>
> 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 ?
as Iain already pointed out, you might try adding 'Option "Buttons"
"7"'. also it would be nice if you post hid descriptor for the mouse
from your /etc/bluetooth/bthidd.conf
> Apart from that I noticed double clicks don't work in console.
yes, from bthidd(8) man page
KNOWN LIMITATIONS
The bthidd daemon currently does not handle key auto repeat and double
click mouse events. Those events work under X(7) just fine, but not in
text console.
thanks,
max
More information about the freebsd-mobile
mailing list