← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 889292] [NEW] Scroll button support for PS2++ Logitech TrackMan

 

Public bug reported:

The scroll button is not working by default, i had to add this file to make it work: /usr/share/X11/xorg.conf.d/40-trackman.conf 
Section "InputClass"
        Identifier "Logitech TrackMan scroll button support"
        MatchIsPointer "on"
        MatchProduct "PS2++ Logitech TrackMan"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "EmulateWheel" "1"
        Option "EmulateWheelButton" "8"
        Option "XAxisMapping" "6 7"
        Option "YAxisMapping" "4 5"
        Option "EmulateWheelTimeout" "0"
        Option "Emulate3Buttons" "0"
EndSection

** Affects: xserver-xorg-input-evdev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/889292

Title:
  Scroll button support for PS2++ Logitech TrackMan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/889292/+subscriptions


Follow ups

References