Results 1 to 10 of 26
how would i get my mouse scroller to work?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-03-2005 #1
mouse scroller
how would i get my mouse scroller to work?
- 11-03-2005 #2
You'll have to add
to the stanza on your mouse in /etc/X11/xorg.conf.Code:Option "ZAxisMapping" "4 5"
- 11-03-2005 #3
Also, always took a look at http://gentoo-wiki.com/
Brilliant Mediocrity - Making Failure Look Good
- 11-03-2005 #4Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
For some mice, you should use
So if the first reply didn't work, try this. Don't forget to restart your X server when you make the changes. This way they will take effect.Code:Option "ZAxisMapping" "9 10"
--Dachnaz [Fuzzy Llama]
- 11-04-2005 #5i tried this before and it just made the pages scroll by when ever i passed the mouse on the page.
Originally Posted by dylunio
- 11-04-2005 #6Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
the zaxismapping option depends on how many buttons your mouse has...check out the wiki...how many buttons does your mouse have? Remember that the scroll wheel counts as 3 buttons...for example I also have to sidekeys on the mouse so my zaxismapping is "6 7"...left click button, right click button, two side buttons, middle click, scroll up, scroll down...7 buttons all together...
Operating System: GNU Emacs
- 11-04-2005 #7
i think mine only has 3. here is a website that has it http://www.radioshack.com/product/in...entPage=family
- 11-04-2005 #8
Try adding the number of buttons:
Option "Buttons" "5"
The "ZAxisMapping 4 5" is fine for your mouse. If adding the above still doesn't help, play with the protocol setting.Stumbling around the 'net:
www.cloudyuseful.com
- 11-04-2005 #9
i tried ZAxisMapping 1 2, 2 3, 3 4, 4 5, 5 6, 6 7, 7 8, 8 9, 9 10 and none of them work
- 11-04-2005 #10Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
You should first determine how many buttons your mouse has, than map the buttons if necessary, and correct your ZAxisMapping.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **


Reply With Quote
