[Cialug] Wheel mouse ain't wheelin' no more

David Champion cialug@cialug.org
Thu, 27 Jan 2005 13:11:24 -0600


This is a non-tweaked input section from a Mandrake 10.1 system, which 
uses x.org instead of xfree86. The "ZAxisMapping" "4 5" is for the 
wheel, I believe.

-dc

Section "InputDevice"
     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol" "auto"
     Option "Device" "/dev/mouse"
     Option "ZAxisMapping" "4 5"
EndSection

-dc

Aaron Thompson wrote:
> You could check your X-config; perhaps one of the default, or otherwise
> tweaked settings has changed.
> 
> Somewhere in your XF86Config or XF86Config-4 file you could make sure
> your using mouse type ImPS/2. If your mouse is working, just futs with
> the 'Protocol' line.
> 
> Here is mine:
> 
> ---</etc/X11/XF86Config-4>---
> ...
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> ...
> ---</etc/X11/XF86Config-4>---
> 
> ... of course if you do this you'll need to restart X to get the changes
> to take effect.
> 
> Good luck.
> 
> @
> 
> On Wed, 2005-01-26 at 19:01 -0600, Rocket Robin Hood wrote:
> 
>>Hrm...weird. I'm using SuSE 9.0, Logitech USB mouse. Has been working fine for 
>>a year, and now it's not wheelin'. Re-loaded the modules in Yast..anything 
>>else I should be checking out?? 
>>
>>Thanks for any help,
>>Jason