Results 1 to 6 of 6
Code:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# Option "Protocol" "PS/2"
Option "Protocol" "IMPS/2"
# Option "Device" "/dev/mouse"
Option "Device" "/dev/psaux"
Option "Resolution" "300"
Option "ZAxisMapping" ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-11-2005 #1Just Joined!
- Join Date
- Sep 2004
- Location
- MidWest
- Posts
- 6
Slackware 10.1 - weird scroll problem
logitech mx510 - it scrolls down but not up with the mouse wheel. Above is my xorg file on my mouse. I've been searching high and low for a solution.Code:Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" # Option "Protocol" "PS/2" Option "Protocol" "IMPS/2" # Option "Device" "/dev/mouse" Option "Device" "/dev/psaux" Option "Resolution" "300" Option "ZAxisMapping" "4 5" Option "Buttons" "3"
Anyone ever run into this?? - I had the similar problem with Slackware 10.0 and was hoping 10.1 would fix that.
- 03-11-2005 #2Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Have you tried:
Code:Option "ZAxisMapping" "5 6"
Linux registered user #358842
Human knowledge belongs to the world.
- 03-11-2005 #3Just Joined!
- Join Date
- Sep 2004
- Location
- MidWest
- Posts
- 6
no but I can
- 03-11-2005 #4Just Joined!
- Join Date
- Sep 2004
- Location
- MidWest
- Posts
- 6
nope that didnt work
now when I try to scroll down it takes me back a page - like hitting the back button .
- 03-11-2005 #5Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
You should experiment with this option and set "4 5" to another value it depends on how many buttons you have on your mouse.
Linux registered user #358842
Human knowledge belongs to the world.
- 03-12-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
Re: Slackware 10.1 - weird scroll problem
I think that this is the problem. You are trying to scroll with buttons 4 and 5 and you state that you have only 3 buttons. I assume that you should tryCode:Option "Buttons" "3"
Code:Option "Buttons" "5"


Reply With Quote
