PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

High-res scrolling only works in chromium & electron programs #442

Open Sycration opened 6 months ago

Sycration commented 6 months ago

I've tried to set up the high resolution scrolling with the MX MASTER 3, but it only seems to work in Chromium and electron based software. Here's a screen recording of my computer and you can see the libinput events at the bottom showing that the mouse wheel really is working in high resolution mode. How do I make it nice and smooth in all programs, like it is in Chromium?

My config is dead basic, as follows:


devices: ({
  name: "Wireless Mouse MX Master 3";

  smartshift: {
    on: false;
    threshold: 15;
  };

hiresscroll:
{
    hires: true;
    invert: false;
    target: false;
};

  dpi: 800; // max=4000
});```
Zaczero commented 3 months ago

The software needs to support it. You can enable support in Firefox/Thunderbird with MOZ_USE_XINPUT2=1 env var. That's where my knowledge ends.