[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trackman Marble under wayland in Buster



On Wed, Aug 07, 2019 at 11:29:48AM -0400, Henning Follmann wrote:
> Hello,
> I just updated to buster and with that comes wayland.
> I am using a Trackman marble and I do have a custom
> configuration for it to switch to scoll when I hold
> button 8 (called "EmulateWheel").
> Is there a way to do this under wayland?
> 
> here is my previous marblemouse.conf for X:
> ########################
> Section "InputClass"
>         Identifier  "Marble Mouse"
>         MatchProduct "Logitech USB Trackball"
>         MatchIsPointer "on"
>         MatchDevicePath "/dev/input/event*"
>         Driver "evdev"
> 	Option "Buttons"	"9"
> 	Option "ButtonMapping"  "1 9 3 4 5 6 7 2 8"
>         Option "EmulateWheel" "true"
>         Option "EmulateWheelButton" "8"
>         Option "Emulate3Buttons" "true"
> EndSection
> #####################################

+1

BTW, why do you have buttons "9"?

My marble conf is:

Section "InputClass"
  Identifier  "Marble Mouse"
  MatchProduct "Logitech USB Trackball"
  MatchIsPointer "on"
  MatchDevicePath "/dev/input/event*"
  Driver "evdev"
  Option "ButtonMapping" "1 8 3 4 5 6 7 2 2"
  Option "EmulateWheel" "true"
  Option "EmulateWheelButton" "8"
  Option "ZAxisMapping" "4 5"
  Option "XAxisMapping" "6 7"
  Option "Emulate3Buttons" "true"
EndSection


Greatest mouse in the world once it's set up right - keep one on each
side of the keyboard too, very handy :)


Reply to: