Thanks for answering,
The same behaviour happens, I tried multiple times and get sometimes
double clicks too:
# Waiting for events #
E: 0.00 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.00 0001 0111 0001# EV_KEY / BTN_RIGHT1
E: 0.00 # SYN_REPORT (0) --
E: 0.062974 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.062974 0001 0111 # EV_KEY / BTN_RIGHT0
E: 0.062974 # SYN_REPORT (0) --
E: 0.071971 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.071971 0001 0111 0001# EV_KEY / BTN_RIGHT1
E: 0.071971 # SYN_REPORT (0) --
E: 0.076967 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.076967 0001 0111 # EV_KEY / BTN_RIGHT0
E: 0.076967 # SYN_REPORT (0) --
Sometimes not:
# Waiting for events #
E: 0.00 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.00 0001 0111 0001# EV_KEY / BTN_RIGHT1
E: 0.00 # SYN_REPORT (0) --
E: 0.006945 0004 0004 589826# EV_MSC / MSC_SCAN 589826
E: 0.006945 0001 0111 # EV_KEY / BTN_RIGHT0
E: 0.006945 # SYN_REPORT (0) --
Also I noted that my mouse is listed multiple times when starting the
command:
Available devices:
/dev/input/event0:Power Button
/dev/input/event1:Power Button
/dev/input/event4:Razer Razer DeathAdder 2013
/dev/input/event5:Razer Razer DeathAdder 2013
/dev/input/event6:Razer Razer DeathAdder 2013
/dev/input/event7:HDA Intel Front Headphone
/dev/input/event8:HDA Intel Line Out Side
/dev/input/event9:HDA Intel Line Out CLFE
/dev/input/event10:HDA Intel Line Out Surround
/dev/input/event11:HDA Intel Line Out Front
/dev/input/event12:HDA Intel Line
/dev/input/event13:HDA Intel Rear Mic
/dev/input/event14:HDA Intel Front Mic
/dev/input/event15:Razer Razer DeathStalker Essential
/dev/input/event16:Razer Razer DeathStalker Essential
/dev/input/event17:Razer Razer DeathStalker Essential
/dev/input/event18:HDA NVidia HDMI/DP,pcm=9
/dev/input/event19:HDA NVidia HDMI/DP,pcm=8
/dev/input/event20:HDA NVidia HDMI/DP,pcm=7
/dev/input/event21:HDA NVidia HDMI/DP,pcm=3
/dev/input/event22:Microsoft X-Box 360 pad
Select the device event number [0-20]:
With "xinput list" too and is even in the keyboard section?! (and my
keyboard in pointers, but it works without problems though)
? Virtual core pointerid=2[master pointer (3)]
? ? Virtual core XTEST pointer id=4[slave
pointer (2)]
? ? Razer Razer DeathAdder 2013 id=10[slave
pointer (2)]
? ? Razer Razer DeathAdder 2013 id=11[slave
pointer (2)]
? ? Razer Razer DeathStalker Essential id=14[slave
pointer (2)]
? ? Razer Razer DeathStalker Essential id=15[slave
pointer (2)]
? Virtual core keyboard id=3[master keyboard (2)]
? Virtual core XTEST keyboard id=5[slave
keyboard (3)]
? Power Buttonid=6[slave
keyboard (3)]
? Power Buttonid=7[slave
keyboard (3)]
? Razer Razer DeathAdder 2013 id=12[slave
keyboard (3)]
? Razer Razer DeathStalker Essential id=13[slave
keyboard (3)]
Sorry if there's too much information, do you have any idea why this
happens?
Thanks, kind regards
On 04/06/2014 01:39, Peter Hutterer wrote:
On Tue, Jun 03, 2014 at 10:29:53AM +0200, Double V wrote:
Hello,
Sometimes the right click on my mouse is registered twice, i have
tested with the xev command to be sure.
It doesn't always happen, but enough to make right click unuseable.
Here's the output when it clicks twice:
double@SATURN ~ $ xev | grep Button
ButtonPress event, serial 37, synthetic NO, window 0x441,
ButtonRelease event, serial 37, synthetic NO, window 0x441,
ButtonPress event, serial 37, synthetic NO, window 0x441,
ButtonRelease event, serial 37, synthetic NO, window 0x441,
double@SATURN ~ $
I tried on Arch and newest Linux Mint, it happens on both, however
the mouse itself works perfectly (tried on Windows too to be sure it
wasn't a hardware problem)
This is the content of xorg log: http://pastebin.ubuntu.com/7578769/
Can anyone help me? I've been searching for weeks.
run evemu-record against the device and check the output. That'll tell you
if the problem is in the HW (Windows may work around it?) or in the xorg
driver.
Cheers,
Peter
___