This bug is definitely not fixed, you still need to hack around in your xorg config. I use the entry below, you may need to adapt MatchProduct line (copy/paste the string found when running the command 'xinput'). I've no idea what "AutoReleaseButtons" actually should do or if it has ever been commited to xorg. Mapping the buttons to zero is all one should ever need.
$ cat /usr/share/X11/xorg.conf.d/50-madcatz-quirks.conf Section "InputClass" Identifier "Mad Catz Inc. R.A.T. 7" MatchProduct "Mad Catz Mad Catz R.A.T.7 Mouse" MatchIsPointer "true" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "Buttons" "17" Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17" Option "ZAxisMapping" "4 5 6 7" EndSection Would be nice if a quirks-file could be added to xorg. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-input-evdev in Ubuntu. https://bugs.launchpad.net/bugs/615892 Title: Madcatz Cyborg R.A.T. 7 focus issues Status in “xserver-xorg-input-evdev” package in Ubuntu: Fix Released Status in Debian GNU/Linux: New Status in “xorg” package in Fedora: Invalid Bug description: Binary package hint: xorg When using the Madcatz Cyborg R.A.T. 7 mouse, Xorg will lock the focus to a single window. The mouse continues to work but all events continue to go to the active window, even when the action is outside the active window. This affects all mice on the system until you unhook the R.A.T. 7. Sometimes clicking the mouse's "Mode" button while over another application will also fix the issue. I've seen this bug using TWM,Metacity and Compiz This also seems to be an issue on Fedora 13, but is fixed in Xorg git as of 2010.08.09. I've replicated the bug in 10.04 and 10.10 alpha 3. I've attached evtest-capture and Xorg.log logs (from fedora 13) --- Architecture: i386 DistroRelease: Ubuntu 10.04 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318) Package: xorg 1:7.5+5ubuntu1 PackageArchitecture: i386 ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash Tags: lucid Uname: Linux 2.6.35 i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.35 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/615892/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp