Mouse scroll wheel is in a direction opposite to Windows

I am using both Windows 7 and Ubuntu Oneiric. The direction of mouse wheel scrolling is opposite for Windows and Oneiric. For example, for Oneiric, I need to roll the wheel up to scroll down a page. How can this be reset? I believe this is not the default setting.

3 Answers

Yes, the problem is now solved. I used the tip suggested in the following link: :

I created a file called ~/.Xmodmap with the following contents:

pointer = 1 2 3 5 4 6 7 8 9 10 11 12

I also tried using the naturalscrolling application, but I have been unable to get it to work so far. So maybe after all, @tiempjuuh's suggestion could also possibly work.

Download Natural Scrolling for Ubuntu

Add ppa:zedtux/naturalscrolling to your Software Sources, update, then install the ‘naturalscrolling’ package from the Ubuntu Software Centre.

Launch the applet using the Dash, and toggle Natural Scrolling using the Application Indicator present in the top panel. When Natural Scrolling is active a small ‘tick’ will be shown. Click again to disable it.

enter image description here

On Ubuntu 12.10 I found that the '5 4' switch had already been made, presumably upon installation. This vexed me, so I reversed the '5 4' to '4 5' in the .Xmodmap file and things are back the way I like them.

Come to think of it, this only began to vex me at some point earlier this year. Perhaps something I installed also installed the .Xmodmap file?

The maketecheasier article instructed me to simply clobber the .Xmodmap file before even looking at it. I did it the careful way and it helped.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like