You are not logged in.

#1 2012-04-01 04:45:00

alexridiculous
Member
Registered: 2012-04-01
Posts: 8

Latency on middle click

I'm having an issue where middle click input from my mouse has about a 500ms delay. Could this have something to do with evdev emulation or drivers? Creating an xorg.conf.d/ entry and using the 'mouse' driver doesn't seem to have an effect.

Thanks

Offline

#2 2012-04-01 06:25:31

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: Latency on middle click

Have you looked at https://wiki.archlinux.org/index.php/Ge … ns_Working? It doesn't mention your issue specifically but it mentions a bunch of options that can be passed to evdev and maybe those will have an effect.


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#3 2012-04-01 06:40:16

alexridiculous
Member
Registered: 2012-04-01
Posts: 8

Re: Latency on middle click

Yeah I flipped through that one, tried this method:

Method 3 - Auto

This has been tested on a Logitech MX400 and should work on most mice with up to 7 buttons.

   Driver         "mouse"
   Option         "Protocol" "auto"
   Option         "Device" "/dev/input/mice"
   Option         "Buttons" "7"
   Option         "ZAxisMapping" "4 5"
   Option         "ButtonMapping" "1 2 3 6 7"

No dice though

Offline

Board footer

Powered by FluxBB