<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<style>.hmmessage P{margin:0px;padding:0px}body.hmmessage{FONT-SIZE: 10pt;FONT-FAMILY:Tahoma}</style>(I hope it's okay to send stuff like this.&nbsp; Please let me know if it is
not correct form.&nbsp; It is also a bcc to mulitple forums.&nbsp; Thank you.)<br><br>I
am recently a new convert to Linux though I have been using it for
years off and on; not really serious, but at the same time eager to
move into the free os world.<br><br>More than anything else however, I
have loved the challenge of getting things to work through time and
patience and ceiling climbing (its a new sport, I promise).<br><br>Recently
after installing Ubuntu 8.04 on my desktop, laptop and ceiling (at
least claw marks if not the cd's from the botched writes), I came
across a problem that had plagued me since my first days with linux: a
wireless mouse that doesn't work well.<br><br>Specifically, the wheel
scroll thingy and the back and forward button thingys never seemed to
work at the same time and the scroll would always go to heck in a hand
basket.<br><br>I even found a bug report at:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/124440
describing the same problem with similar mice.<br><br>I found the same
problem with a standard wired mouse as well, but the answer bugged the
heck out of me, but I think I may have found a solution.&nbsp; One that a
great many people seemed to have over looked.&nbsp; It's the number of
actual buttons on a mouse.&nbsp; Today's mice have more than 3 and 5
buttons.&nbsp; They more often than not have 7,9 or more buttons.<br><br>Putting
the correct number of buttons in the xorg.conf seems to resolve all
issues with scroll lines, back and forward clicks and so forth.&nbsp; ( at
least it did for me and only after weeks of frustrating trial and
error.)<br><br>I used the following xorg.conf modification on all of
these mice: Microsoft Wireless Laser Mouse 5000, GE Optical Mouse
WK2803 (usb mosue), Dynatech Wireless Mouse, No name off the shelf
mouse.&nbsp; With the exception of the Microsoft mouse, all had 7 buttons
(Right, Left, Back, Forward, scroll up, scroll down, press scroll
button in = 7).&nbsp; The Microsoft mouse had 9 buttons (Right, Left, Back,
Forward, scroll up, scroll down, press scroll
button, move scroll button left, move scroll button right, = 9)<br><br>(my xorg.conf now looks like this)(mines located at /etc/X11/):<br><br>Section "InputDevice"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier      "Configured Mouse"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Driver          "mouse"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "CorePointer"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "Device"                "/dev/input/mice"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "Protocol"              "ExplorerPS/2"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option "Buttons" "7" &lt;-- for my Microsoft mouse, I changed this to 9 and everything worked properly.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "ZAxisMapping"          "4 5"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "ButtonMapping"         "1 2 3"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option          "Emulate3Buttons"       "false"<br>
EndSection<br><br>The
side to side actions and the depression on the scroll wheel may not
work correctly unless they are properly mapped, but I don't know many
people who use those anyway.&nbsp; (I can learn not to use them for now).<br><br>I
hope this helps anyone out there who may have had or is currently
having a similar problem with no scroll or no back or forward (side
buttons) clicking on their mice.<br><br>Peace to All,<br><br>kjnelan</body>
</html>