Need a good gaming mouse that is Linux compatible. Any suggestions?
I have had a Logitech G903 for almost 3 years now, and it worked great under Linux. It had smooth scroll properly working with solaar and I could remap/deactivate buttons with piper.
Now that the G903 seems like it's going to die (random slowdowns), I'm in the market for a new mouse.
I got a Razer Balistik v3 pro, only to find out that Razer support on Linux is terrible.
So I got the G502 X Plus, hoping it would work like the G903 did, but has a bunch of issues.
For exampe: It's not recognized by piper, so I cannot remap/disable buttons. While I can change the dpi with solaar, it only stays until I press the thumb-dpi-button, then it switches to a higher dpi and stays there. (had to enable in-memory profile on a windows vm with ghub, to make solaar work) ... and many more.
Are there any good wireless mice out there, that have good Linux support?
I have an older g502 and while the software is windows specific (maybe there is a mac version too?), the actual settings are saved on the firmware. So connecting it once to windows and configuring it should suffice. Just an idea since you already spent the money…
This is the what I did. My wife still uses windows so I configured the mouse on her computer, saved the configuration, and have it working smoothly on my PC.
While it was easy to set it up this way, I really don't like the idea of needing windows to configure my mouse though. I really wish logitech would start offering official Linux support.
I still have a ~10 year old Logitech G500 that has finally started to go bad. I've been looking around, and it seems that Logitech's quality has been going down the drain - apparently sometimes clicks get registered as double clicks on recent models?
Can you (or anyone else who has one) comment on their experience with that?
I had a G500 for several years as well as a G5 before that. They worked great for years, but the G5 started to randomly slow down or disconnect/reconnect, and the G500 had that double-click issue you mentioned. I didn't get another logitech after reading some reviews that mentioned the same issues.
That would be my recommendation as well. I've been using a Zowie mouse on Linux for years now.
However, the switches with which you can make the changes are at the bottom of the mouse. Changing the DPI, for example, with one click is therefore not possible. For some users, this is apparently a problem, for whatever reason.
Have been using a Zowie FK2 for a couple years now and it's really nice. No drivers needed due to being USB class complient. Hardware toggle for DPI. Good build quality. If it would break tomorrow, I'd buy it again if available.
If you’re on Wayland, you’re probably on your own, but Xorg almost certainly can support anything except stuff like RGB lighting and DPI switching and that sort of thing. "Normal" mouse buttons should just be generating events that you can see with xev, and then remap them with xkbcomp or xmodmap.
I use a Razer Naga Trinity with the MMO buttons on the side, and I configure it exactly how I want with a script that calls xkbcomp when my window manager starts.
It's not exactly a gaming mouse, but I recently got a Glorious Model O and it works just fine on Linux, wired or wireless. OpenRGB works with it too. The mouse itself is lightweight, comfortable, and accurate, which is all I need. I thought I would miss having a bunch of thumb buttons (this one has two) but I don't.
The scroll wheel is fine, but honestly the one feature I do miss from my old Logitech was a button I could click that put the scroll wheel into free wheel mode where it would spin instead of ratcheting. If Glorious made a mouse with that I would probably buy it tomorrow
I also have a Glorious, in my case a Model I (because I have small hands on long fingers). Love the shape, its very comfortable, and how light weight it is. I like it more than my previous Logitech mouse. And the Glorious just works.
Also, Logitech makes the only Linux compatible bluetooth mouse (that I'm aware of) that supports dual booting with Windows - the
Logitech M720 Triathlon. My other Logitech Bluetooth mouse works fine in each OS individually but has to be re-paired after each OS switch :/
The MX Ergo has two bluetooth profiles stored on it, so you can switch seamlessly between any two devices. I use one of mine with both a Windows desktop and an MBP.
I can't make any hardware recommendations. With Linux you are only limited by your own understanding. Learning is a matter of discovering enough information to ask good questions, and even simply learning where to look. Like all of the distros have unique use cases and documentation. Becoming an intermediate user is partially just learning it doesn't matter what distro you use, you still use the documentation for all of them.
If the mouse has extra buttons or whatnot, there is a signal in the Linux kernel. You just need to figure out what to do with this in your use case. It may be easy, where someone else has posted how they did it somewhere on the internet or it may require a super deep dive.
This is where I would start looking for info about what is possible before I bought anything:
PrivateGPT thank you very much. Wrote a dumb blurb before realizing you know a lot more than me. The Arch Wiki has a bunch of info on mouse settings and optimisations that are likely to be helpful BTW.