Question Ubuntu Linux (20.10) - How to change mouse debounce time?

myne145

Prominent
Feb 10, 2021
22
1
515
Hello,
I have a Glorius Model O mouse, and I want to use it on Ubuntu Linux. Mouse is working fine, but the only thing I want to change id debounce time.
I'm asking because there is no Model O software for Linux. It's only avaliable for Windows.

Thanks for help!
 
Hello,
I have a Glorius Model O mouse, and I want to use it on Ubuntu Linux. Mouse is working fine, but the only thing I want to change id debounce time.
I'm asking because there is no Model O software for Linux. It's only avaliable for Windows.

Thanks for help!
After installing, reboot once and do this:

Code: Select all

xinput --list|grep -i mouse

⎜ ↳ SEMICCHIP Usb Mouse id=11 [slave pointer (2)]

Note the id of your mouse. Mine is 11.

Set the mouse debounce time (in milli-seconds I believe) :

Code: Select all

xinput --set-prop 11 "Evdev Debounce Delay" 200
 

myne145

Prominent
Feb 10, 2021
22
1
515
It doesn't work.
I get that, when I try to run "xinput --set-prop 11 "Evdev Debounce Delay" 200", with proper mouse ID:

"property 'Evdev Debounce Delay' doesn't exist, you need to specify its type and format"
 

myne145

Prominent
Feb 10, 2021
22
1
515
Ok, thanks, but which one of these lines do I have to change?
Sorry if it's dumb question, I'm new to Linux.

2021-04-16-17-52.png