Results 1 to 9 of 9
Hi there. Here at work i use a scroll mouse, but the scrolling fuction is not working. Where do i fix this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-22-2004 #1
Mouse not scrolling
Hi there. Here at work i use a scroll mouse, but the scrolling fuction is not working. Where do i fix this?
- 11-22-2004 #2
What kind of mouse is it? PS/2, USB, Serial?
dylunio
- 11-22-2004 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 1
Add a line:
Option "ZAxisMapping" "4 5"
in your /etc/X11/xorg.conf file (or XF86Config if you use XF86)
This should help.
- 11-22-2004 #4Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Or add ZAxixMapping "6 7" depending on how many buttons you have on the mouse, the wheel counts as three buttons itself.
- 11-23-2004 #5
I that case, it's the right button, the left button and the scroll button. So it would be 3. Why "4 5" " 6 7"? What's this?
- 11-23-2004 #6Linux User
- Join Date
- Jul 2004
- Posts
- 256
In your case (3 button mouse) ZAxis mapping should be set to "4 5", here is why:
Here's how it translates, a 3 button mouseand a 5 button mouse(2 extra buttons on the side)Code:1 left click 2 right click 3 middle click 4 scroll up 5 scroll down
Using ZAxisMapping you tell it what "buttons" are used to scroll. So a 3 button mouse would use "4 5" since that is the 4th and 5th input. The "6 7" is if you have a 5 button mouse.Code:1 left click 2 right click 3 middle click 4 scroll up 5 scroll down 6 side button 1 7 side button 2
This is because the mouse wheel is 3 buttons, click, scroll up, and scrol down, kind of confusing :P--monkey
- 11-23-2004 #7
- 11-23-2004 #8
also
if it is a two button mouse with a wheel orCode:Option "Buttons" "5"
if a 7 button mouseCode:Option "Buttons" "7"
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 11-23-2004 #9Linux User
- Join Date
- Jul 2004
- Posts
- 256
It's a good idea to tell it how many buttons it has, since it may not autodetect the number correctly :P
The other major problem you can have with mice is if you choose the wrong protocol, that causes very strange movement :P--monkey


Reply With Quote
