You are not logged in.

#1 2011-10-22 22:34:48

Math
Member
Registered: 2011-10-10
Posts: 40

[SOLVED] Middle mouse button to pan problem.

When I'm using Gimp or Inkscape I hold the middle mouse button to pan. But for some reason it's also trying to scroll to the left side of my screen.
I think it's trying to do two things together. I've no idea how to fix this, I'm using Xfce.
What configs should I check? Any idea's?

edit:
This topic was actually ment for Applications & Desktop Environments

Last edited by Math (2011-10-23 02:46:23)

Offline

#2 2011-10-23 02:09:30

Math
Member
Registered: 2011-10-10
Posts: 40

Re: [SOLVED] Middle mouse button to pan problem.

Think it's more Xfce related... I got the same problem in Xubuntu on my other computer.
Also tried a different mouse, but got the same problem...

edit:
Same problem in fluxbox...

Last edited by Math (2011-10-23 02:16:18)

Offline

#3 2011-10-23 02:34:43

Math
Member
Registered: 2011-10-10
Posts: 40

Re: [SOLVED] Middle mouse button to pan problem.

Right... seemed to be a hardware issue. Tested it with another (3rd)mouse, and now it moves normal.
Kinda weird, they are all three Logitech mouses. Logitech M500(only 1 week old), some very old Logitech mouse, and a Logitech Mx518(the one that's behaving normally).

Offline

#4 2012-06-09 20:13:10

kagan
Member
From: Madrid, Spain
Registered: 2005-03-28
Posts: 9

Re: [SOLVED] Middle mouse button to pan problem.

There is a possible workaround for this problem. The M500 mouse has six buttons associated to the middle/scrollwhell, but evdev assigned wrong buttons to some of them.
According to evdev manpage, you can mapping button with the "ButtonMapping" option in /etc/X11/xorg.conf.d/10-evdev.conf. I have done this, deactivating the wrong buttons (and others with an annoying behavior for me), adding the ButtonMapping option to the "evdev pointer catchall" section:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
	Option "ButtonMapping"	"1 2 3 4 5 0 2 8 9 10"

I have tested some programs, like Draftsight, Blender, Inkscape, and others, and pan works right with middle/wheel button.

Last edited by kagan (2012-06-09 23:50:18)

Offline

Board footer

Powered by FluxBB