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?

  • deong@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    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.

    • adonis@kbin.socialOP
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      I am on X, and I use xmodmap for my keyboard… but I didn’t know it can remap mouse buttons. Thx.