Hello
Needing help to turn off mouse acceleration.
So far, I tried this:
Section "input class"
Identifier "Generic Mouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
Following the set # 1 to a 0 to disable acceleration respectively.
Option "AccelerationNumerator" "1"
Option "AccelerationDenominator" "1"
Option "AccelerationThreshold", "0"
# Some curved Deceleration
Option "AdaptiveDeceleration" "2"
Deceleration # linear (mouse speed reduction)
Option "ConstantDeceleration" "2"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "Resolution" "1600"
Option "samplerate" "1000"
Option "ExpectedRate" "1000"
Option "SendCoreEvents" "true"
EndSection
But sometimes it can feel as if they had stayed still accelerating.
Because sometimes too fast and sometimes slow.
Avails itself of all thank you in advance ...
looks solved
testing
Here:
Section "InputClass"
Identifier "generic mouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 4 5 8 9 6 7"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "Resolution" "1600"
Option "SampleRate" "1000"
Option "ExpectedRate" "1000"
Option "SendCoreEvents" "true"
Option "AccelerationNumerator" "1"
Option "AccelerationDenominator" "1"
Option "AccelerationThreshold" "0"
EndSection
raklap@sabayon ~ $ xset q | grep accel
acceleration: 1/1 threshold: 0
raklap@sabayon ~ $ xset q | grep -A 1 Pointer
Pointer Control:
acceleration: 1/1 threshold: 0

