Menu

how to turn off mouse acceleration in Peppermint ? [Resolved]

New Users
Diego
2024-03-04
2024-03-13
  • Diego

    Diego - 2024-03-04

    Hello
    Oddly I can't find this info anywhere : how can I turn off mouse acceleration in Peppermint ? In the mouse settings I can only set the speed.
    Thanks

     
  • Peppermint OS

    Peppermint OS - 2024-03-05

    hmmm are you talking about this:

     

    Last edit: Peppermint OS 2024-03-05
  • Diego

    Diego - 2024-03-05

    Yes. I can set values (which has no effect at all by the way) but not disable it. Searching I see that in some other Linux you can choose a "flat" profile to disable it, but I do not find such a setting.
    Mine has even less options than your screenshot, maybe because I use Peppermint Classic, I don't know.

     

    Last edit: Diego 2024-03-05
  • Diego

    Diego - 2024-03-13

    Thanks. In case someone else has the same problem, here is what worked for me :

    create a config file

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

    put this inside :

    Section "InputClass"
        Identifier "My Mouse"
        Driver "libinput"
        MatchIsPointer "yes"
        Option "AccelProfile" "flat"
    EndSection
    

    and log off.

     
    ❤️
    1
    😄
    1

    Last edit: Diego 2024-03-13

Log in to post a comment.