Kali Linux 2016 Rolling Inverted Mouse Scrolling

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












My mouse scrolling is inverted I have taken a look at this post:



https://jamesmcdonald.com/2011/07/invert-mouse-scroll-wheel-in-debian/



But my config is like this:



Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
Option "ButtonMapping" "1 2 3 5 4 6 7 8"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection


With the Option "ButtonMapping" "1 2 3 5 4 6 7 8"



I have also enabled "natural scrolling" but no luck



Anyone has come accross the same issue and solved it¿? Thank you in advance










share|improve this question



















  • 1




    Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
    – I_GNU_it_all_along
    Aug 18 '16 at 13:07










  • Still inverted :S
    – aDoN
    Aug 19 '16 at 6:22














up vote
1
down vote

favorite












My mouse scrolling is inverted I have taken a look at this post:



https://jamesmcdonald.com/2011/07/invert-mouse-scroll-wheel-in-debian/



But my config is like this:



Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
Option "ButtonMapping" "1 2 3 5 4 6 7 8"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection


With the Option "ButtonMapping" "1 2 3 5 4 6 7 8"



I have also enabled "natural scrolling" but no luck



Anyone has come accross the same issue and solved it¿? Thank you in advance










share|improve this question



















  • 1




    Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
    – I_GNU_it_all_along
    Aug 18 '16 at 13:07










  • Still inverted :S
    – aDoN
    Aug 19 '16 at 6:22












up vote
1
down vote

favorite









up vote
1
down vote

favorite











My mouse scrolling is inverted I have taken a look at this post:



https://jamesmcdonald.com/2011/07/invert-mouse-scroll-wheel-in-debian/



But my config is like this:



Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
Option "ButtonMapping" "1 2 3 5 4 6 7 8"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection


With the Option "ButtonMapping" "1 2 3 5 4 6 7 8"



I have also enabled "natural scrolling" but no luck



Anyone has come accross the same issue and solved it¿? Thank you in advance










share|improve this question















My mouse scrolling is inverted I have taken a look at this post:



https://jamesmcdonald.com/2011/07/invert-mouse-scroll-wheel-in-debian/



But my config is like this:



Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
Option "ButtonMapping" "1 2 3 5 4 6 7 8"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection


With the Option "ButtonMapping" "1 2 3 5 4 6 7 8"



I have also enabled "natural scrolling" but no luck



Anyone has come accross the same issue and solved it¿? Thank you in advance







xorg kali-linux mouse scrolling






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 18 '16 at 12:57

























asked Aug 18 '16 at 12:36









aDoN

2862515




2862515







  • 1




    Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
    – I_GNU_it_all_along
    Aug 18 '16 at 13:07










  • Still inverted :S
    – aDoN
    Aug 19 '16 at 6:22












  • 1




    Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
    – I_GNU_it_all_along
    Aug 18 '16 at 13:07










  • Still inverted :S
    – aDoN
    Aug 19 '16 at 6:22







1




1




Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
– I_GNU_it_all_along
Aug 18 '16 at 13:07




Try putting the above into /usr/share/X11/xorg.conf.d/50-vmmouse.conf instead of /usr/share/X11/xorg.conf.d/10-evdev.conf and see if that makes a difference.
– I_GNU_it_all_along
Aug 18 '16 at 13:07












Still inverted :S
– aDoN
Aug 19 '16 at 6:22




Still inverted :S
– aDoN
Aug 19 '16 at 6:22










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I was able to get natural scrolling by following a guide I found. Here is the command I ran.



echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap





share|improve this answer






















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f304221%2fkali-linux-2016-rolling-inverted-mouse-scrolling%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I was able to get natural scrolling by following a guide I found. Here is the command I ran.



    echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap





    share|improve this answer


























      up vote
      0
      down vote













      I was able to get natural scrolling by following a guide I found. Here is the command I ran.



      echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap





      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        I was able to get natural scrolling by following a guide I found. Here is the command I ran.



        echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap





        share|improve this answer














        I was able to get natural scrolling by following a guide I found. Here is the command I ran.



        echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 8 '16 at 16:51









        Zachary Brady

        3,386831




        3,386831










        answered Nov 8 '16 at 16:27









        oa79

        1




        1



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f304221%2fkali-linux-2016-rolling-inverted-mouse-scrolling%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay