You are not logged in.
Hey
My mouse scrolls horizontal instead of vertical in every application.
Here is the extract of the xorg.conf:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
# Option "Protocol" "IMPS/2"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
How can i fix this?
Greetings
Offline
Try this:
Option "ZAxisMapping" "4 5 6 7"
#Option "Buttons" "5"
or just delete the Option "Buttons" "5" line entirely.
BTW, welcome to the arch forums.
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
still the same problem
Offline
What kind of mouse is it?
Edit: I also noticed you have Protocol set to auto. This didn't always work for me with a usb mouse. I use "Option" Protocol" "ExplorerPS/2" for my microsoft wheel mouse but it also works with "IMPS/2"
Last edited by bgc1954 (2008-12-01 18:10:55)
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
Its an ednet 5 button usb mouse
Changing protocol doesnt help
Offline
Ummmmm... it might have something to do with this http://wiki.archlinux.org/index.php/Xor … otplugging --just a guess, but after I pacman -Syu my laptop today, the scrolling on my thinkpad buttons quit working until I added
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
I didn't try out the whole evdev thingy as I like to keep things as they are usually--if it ain't broke, don't fix it.
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
i had to add "AutoAddDevices" "False" also, otherwise nothing worked xX
Offline
Bump
Someone has an idea?
Offline
Why "ZAxisMapping" in your original config? Shouldn't it be "YAxisMapping"?
Edit: Also, you could try installing the xf86-input-evdev package from testing, or xf-86-input-evdev-git from AUR, and enabling hotplugging again to see if your mouse is detected correctly with the new version of the driver -- there is a good chance that it will be.
Last edited by fwojciec (2008-12-06 18:09:21)
Offline
Changing it to YAxisMapping or enabling hotplugging didnt help
Offline
if you enable hotplugging(that is if youre 100% sure you did that) i think you need to remove the InputDevice section too..
Last edited by test1000 (2008-12-07 15:42:20)
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline