Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2005 12:38:08 +0100
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        multimedia@freebsd.org
Subject:   Scrollmouse
Message-ID:  <20051126123808.3c9e1f1d.lehmann@ans-netz.de>

next in thread | raw e-mail | index | archive | help
Hi,

I purchased a Logitech Cordless Desktop S510 but the Scrollwheel does not
work in xorg. I added the same options I used 2001 with XFree86 on an
other system with a "normal" scrollmouse:

Section "InputDevice"
 
# Identifier and driver
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"       "auto"
    Option "Device"         "/dev/psm0"
    Option "Resolution"     "100"
    Option "ChordMiddle"
    Option "Buttons"        "5"
    Option "ZAxisMapping"   "4 5"
EndSection

But It just doesn't work. The Scrollwheel also has a left/right function
but the receiver generates standard left-arrow/right-arrow keycode out of
them and sent them to the keyboard-port. (checked with xev)
When I use the scrollwheel in xev I don't get anything printed out.

Xorg.0.log:
(**) Option "Protocol" "auto"
(**) Mouse1: Device: "/dev/psm0"
(**) Mouse1: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psm0"
(**) Option "Buttons" "5"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ChordMiddle"
(**) Mouse1: ChordMiddle
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Option "Resolution" "100"
(**) Mouse1: Resolution: 100
[...]
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: SetupAuto: hw.iftype is 3, hw.model is 0
(II) Mouse1: SetupAuto: protocol is SysMouse

(I also tried forcing Emulate3Buttons to "no")

Any ideas how to get the scrollwheel working?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051126123808.3c9e1f1d.lehmann>