Open dszmaj opened 3 years ago
Had a similar problem with Firefox on Manjaro and solved it by manually setting an axis_multiplier
(and also tweaking a bit with FF's internal scrolling config).
See my config below:
hiresscroll: {
hires: true;
invert: false;
target: true;
up: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: 3;
},
down: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: -3;
},
};
Same problem on Ubuntu 20.04 after upgrade kernel 5.04 --> 5.08. Fix pls !!!
Same here (MX3 under Ubuntu 22.04). Very slow scrolling from times to times. I fix this by turning the mouse off and on again (using the physical power button on the lower side).
Same problem, restarting with sudo systemctl restart logid
and turning off/on mouse fixes it. I have to do this after every reboot which is annoying.
I have this in my logid.cfg:
// A lower threshold number makes the wheel switch to free-spin mode
// quicker when scrolling fast. A high threshold like 1000 makes wheel never free-spin.
// smartshift: { on: true; threshold: 20; };
smartshift: { on: true; threshold: 1000; };
// Set scroll wheel speed
// https://github.com/PixlOne/logiops/issues/116#issuecomment-680307475
hiresscroll:
{
hires: false;
invert: false;
target: false;
up: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: 3;
},
down: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: -3;
}
};
Same problem, restarting with
sudo systemctl restart logid
and turning off/on mouse fixes it. I have to do this after every reboot which is annoying. I have this in my logid.cfg:// A lower threshold number makes the wheel switch to free-spin mode // quicker when scrolling fast. A high threshold like 1000 makes wheel never free-spin. // smartshift: { on: true; threshold: 20; }; smartshift: { on: true; threshold: 1000; }; // Set scroll wheel speed // https://github.com/PixlOne/logiops/issues/116#issuecomment-680307475 hiresscroll: { hires: false; invert: false; target: false; up: { mode: "Axis"; axis: "REL_WHEEL"; axis_multiplier: 3; }, down: { mode: "Axis"; axis: "REL_WHEEL"; axis_multiplier: -3; } };
Did you find a solution to this issue?
Did you find a solution to this issue?
@diasdev Unfortunately not, I have been too lazy.
Hey,
first of all I'd like to thank you for this marvel of an open source software, I'm able to use all features of my mouse :)
But the problem is that when I have hires disabled, scrolling through pages in chrome or firefox is very slow, so much so that it barely moves the page. When I enable hires it improves a lot, but only so it is acceptable, I'd like it to work faster to match windows experience.
Is there any way to configure it?
Here is my current config with the current master build: