Talk:Mad Catz Mouse

From ArchWiki
Latest comment: 3 June 2021 by Dnandha in topic Xorg config

Xorg config

The proposed xorg config in the "Disable Button Solution" for RAT 3 does not work with my setup. My guess is that because the section is defined as "InputDevice" but I have input device hotplugging enabled (as in xorg "AutoAddDevices" defaults to "true"). The xorg documentation states "If hotplugging is enabled, InputDevice sections using the mouse, kbd and vmmouse driver will be ignored."

Anyway, a quick fix for this situation is to change the section type to "InputClass" and match the appropriate device instead of initializing it (like in the RAT 7/9 solutions)

 Section "InputClass"
   Identifier     "Mouse Remap"
   MatchIsPointer "true"
   MatchUSBID     "06a3:0ccc"
   Driver         "evdev"
   Option         "Emulate3Buttons" "no"
   Option         "Buttons" "7"
   Option         "ZAxisMapping" "4 5"
   Option         "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
   Option         "Resolution" "3200"
 EndSection

—This unsigned comment is by Dnandha (talk) 11:05, 3 June 2021‎ (UTC). Please sign your posts with ~~~~!Reply[reply]