У него 4 кнопки и шарик. Большая правая кнопка у меня не работает.
Я создал файл /usr/share/X11/xorg.conf.d/39-marblemouse.conf
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "Logitech USB Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "SendCoreEvents" "true"
# Physical buttons come from the mouse as:
# Big: 1 3
# Small: 8 9
#
# This makes left small button (8) into the middle click and scroll
Option "Buttons" "8"
Option "ButtonMapping" "1 8 9 4 5 6 7 2 3"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection
Но когда нажимаю правую маленькую кнопку действие клика правой кнопки мыши не происходит. Что делать?