Kali Linux 2016 Rolling Inverted Mouse Scrolling
Clash 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
xorg kali-linux mouse scrolling
add a comment |Â
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
xorg kali-linux mouse scrolling
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
add a comment |Â
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
xorg kali-linux mouse scrolling
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
xorg kali-linux mouse scrolling
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
edited Nov 8 '16 at 16:51
Zachary Brady
3,386831
3,386831
answered Nov 8 '16 at 16:27
oa79
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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