Overclock.net banner

G502 double click fixed itself

34K views 5 replies 4 participants last post by  qsxcv  
#1 · (Edited)
edit: lol nevermind it just started doing it again, now im sure its ****ed up. ill contact logitech and get a new one


------

My G502 started double clicking on Linux in a weird way. Often I was trying to select text and it would click again. I've tried to unplug and to change ports but nothing fixed. Rebooted, tried everything.

Then I plugged the mouse on my Windows laptop and it wasn't double clicking anymore. Now it fixed the problem even on Linux.

Am I wrong to asume it was some problem with the internal memory that Windows fixed it in some way? Have you heard of any similar problems?
My warranty is going to expire soon I'm not sure I should ask for a replacement preemptively or if it was just a temporary thing.

PS: it was working fine for years, I haven't changed anything on my Linux setup
 
#2 ·
Sometimes pressing the button as much down as you can can help momentarily.

The only fix that works is to contact clean the switches which on modern Logitech mice is a pain as they are filled with many parts screwed together with endless number of tiny screws. To get to all switches on G403 is quite on ordeal.

It's an electrical issue where the contacts wear and oxidize what ever, long story short their resistance is bad and they get detected as going on and off when pressed.
All switches/mice I've ever had only last about 12-18 months.
 
#5 ·
Welcome to Linux...

A place where all your inputs are now filtered, there is no HDR and we got Adative sync working after several years!

---

I wrote key debouncing into my game controller input yesterday, in a specific way and only for a specific key... why on earth are they doing auto detecting debouncing on libinput... Leave it to hardware and firmware to do it and if that doesn't then added it where necessary not blanket cover everything with debouncing.

Good luck bouncing a key with your tapping in 8ms. If you speed click you can get into 80ms range, if you bounce it's around 40ms. You would need some weird mouse where the button bounces on it's own after a tap to get into <20ms and then... mmm mouse firmware already has debouncing on most mice doesn't it.
Have my own app for testing these switch bouncing faults for over 10 years. Don't bother with any web trash you may find to measure clicks, it's horrible. Need a desktop app that tracks the events and timing.
 
#6 ·
Need a desktop app that tracks the events and timing.
yea well what do u think this is?
https://www.overclock.net/forum/375...utton-delay-testing-attempts-tapping-mouse-buttons-lightly.html#/topics/1572872

or even better i've looked before on an oscilloscope. if you tap a button (barely) hard enough it is easy to get <5ms long clicks


depending on the method of debouncing in the mouse's firmware, those light clicks will either be ignored, or lengthened to some time (e.g. around 20ms for many logi mice)