Ubuntu – Ubuntu 14.04 mouse and window focus issues

focusmouseunitywindow

So I just installed Ubuntu 14.04 tonight and I'm having this weird issue with my mouse and window focus.

I can't seem to click on any Unity Launcher icons. More over I can't click on unfocused windows to bring them to the front. It doesn't work.

I don't know how better to explain this. It is seemingly random when I can click on something inside a window. I can't even click on the "X" button to close or the title bar to move the window around most of the time. What's causing this behaviour?

I really want to start using Ubuntu as my main desktop but I've always had weird issues like this when I would test out a release. In a VM I don't have problems but after a real install I get problems.

Edit: Some more information, my mouse is a USB RAT5 gaming mouse. Not that I think it's the physical mouse that's broke…and the pointer doesn't freeze or anything. I just can't click on anything the majority of the time.

Best Answer

So I kept looking around and the problem seems to have been the type of mouse I have. I found a thread on the Ubuntu forums by a user with a similar mouse having a problem that sounded like mine. In the thread it was suggested to (create and) edit the /etc/X11/xorg.conf files with the following:

Section "InputClass"
    Identifier "Mouse Remap"
    MatchProduct "Saitek Cyborg R.A.T.5 Mouse"
    MatchDevicePath "/dev/input/event*"
    Option "ButtonMapping" "1 2 3 4 5 6 7 2 9 10 11 12 0 0 0"
EndSection

And then I restarted my computer.

I have RAT5 gaming mouse and the use from the thread has the RAT7 gaming mouse. It has been a day since I implemented the fix and there have been no problems. Didn't bother looking into why it was buggy but I know the above configuration fixed it.

Thread: http://ubuntuforums.org/showthread.php?t=2152976

Related Question