You are not logged in.
Pages: 1
I have following configuration to disable mouse acceleration and increase the velocity using "TransformationMatrix". I'm using X.
Section "InputClass"
Identifier "My Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Option "AccelSpeed" "0"
Option "TransformationMatrix" "3 0 0 0 3 0 0 0 1"
EndSectionAfter a reboot, while the mouse is plugged in, options set in "TransformationMatrix" doesn't work. If unplug and plug the mouse, then only mouse pointer velocity increases.
Last edited by s1n7ax (2021-01-26 14:31:56)
Offline
Check the xorg long on whether the pointer match hits and the config is applied to the device in the failing case.
If so, the config might be overridden by some initial session configuration (gnome?) - check the behavior w/ a naked X11 server (ie. xinit and an xterm)
Online
Config runs because after reboot mouse acceleration is disabled. I use dwm. Never have installed gnome or anything else. I log in using shell and use xinit to start X11.
Offline
Config runs because after reboot mouse acceleration is disabled.
That's actually not hard evidence since it could be disabled by other means (eg. via xinput from the xinitrc or something called there)
Did you look at the log? Does it say the TransformationMatrix is being applied (before re-plugging the mouse)?
Online
Pages: 1