Mouse acceleration stuck

I updated my pc and after reset the mouse acceleration is on and i cant turn it off!
anyone know a fix for the issue?

Forgot i posted this in the newbie forum, i’m running KDE plasma

Welcome @ein ,
To completely disable any sort of acceleration/deceleration, create the following file:

sudo nano /etc/X11/xorg.conf.d/50-mouse-acceleration.conf

Section "InputClass"
	Identifier "My Mouse"
	MatchIsPointer "yes"
	Option "AccelerationProfile" "-1"
	Option "AccelerationScheme" "none"
	Option "AccelSpeed" "-1"
EndSection

and restart X.
from here
Sorry for googling for you. Does it make a difference?
‘aus’ eso

Yes! it works like a charm, thanks mate!