You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a problem setting scroll speed on Debian 12, MX Master 2S, LogiOps v0.3.3 with REL_WHEEL_HI_RES axis, which previously worked on my Ubuntu install, I think it was LogiOps v0.2.4 there. Scroll down scrolls up instead of down. Here is my working Ubuntu config adjusted to v0.3.3(decimal axis_multiplier):
I either need to set target: false and resign from adjusting scroll speed or use axis: "REL_WHEEL";. This offers worse precision in setting axis_multiplier where 1.8 is several lines and 1.9 is more than half page - it's not terrible though. Example of functioning config:
I had the same issue on my MX Master 3S, since v0.2.4 had various bugs I used this PR to fix the problem on v3.3.0. Now everything works fine thanks to the author. #413
Hi. I have a problem setting scroll speed on Debian 12, MX Master 2S, LogiOps v0.3.3 with
REL_WHEEL_HI_RES
axis, which previously worked on my Ubuntu install, I think it was LogiOps v0.2.4 there. Scroll down scrolls up instead of down. Here is my working Ubuntu config adjusted to v0.3.3(decimal axis_multiplier):I either need to set
target: false
and resign from adjusting scroll speed or useaxis: "REL_WHEEL";
. This offers worse precision in setting axis_multiplier where 1.8 is several lines and 1.9 is more than half page - it's not terrible though. Example of functioning config:Can you please suggest how to use
REL_WHEEL_HI_RES
in a way that wheel direction works correctly?For now I've changed back to v0.2.4 and it works as before.
The text was updated successfully, but these errors were encountered: