cancel
Showing results for 
Search instead for 
Did you mean: 

ASUSTek TUF GAMING M5 : Ubuntu : 20_04

MidwayNomad
Level 7
Hi All,

I recently purchased an Asus TUF GAMING M5 mouse. It worked OK on my dual boot Windows 10, but was not getting detected by Ubuntu. After a bit of research, I came to know that there are drivers for it in Ubuntu, but multiple interfaces within the mouse meant that X11 could not make up which driver to use and assigned the mouse a generic driver. The X11 logs indicated that the mouse will be assigned a keyboard catchall one driver.

So, I had to configure my x11.org within /etc/X11 with the following lines . After the restart, the mouse was detected OK. I still cannot figure out how to change the colours, but that is a battle for another day.
Section "InputClass"
Identifier "ASUSTek TUF GAMING M5"
MatchUSBID "0b05:1898"
MatchIsPointer "on"
Driver "evdev"
Option "SendCoreEvents" "true"
Option "Buttons" "27"
Option "Device" "/dev/input/by-id/usb-ASUSTek_TUF_GAMING_M5-event-mouse"
EndSection


Hope this helps someone else 🙂

Ta.
3,119 Views
0 REPLIES 0