Mouse wheel Not working in 5.0/5.1

sweetleaf sweetleaf at myrealbox.com
Mon Jun 16 18:08:15 PDT 2003


I had the same problem with my logitech scroll mouse. I fixed it with the following in my XF86Config:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection


On Mon, 16 Jun 2003 19:51:07 -0500
Chris <racerx at makeworld.com> wrote:

> Below is mine. - I suspect your issues my be either the proto, or the device. 
> FYI - I'm using a Logitec wheel via PS/2 port
> 
> 
> # Identifier and driver
> 
>     Identifier  "Mouse1"
>     Driver      "mouse"
>     Option "Protocol"    "Auto"
>     Option "Device"      "/dev/sysmouse"
>     Option "Buttons"    "5"
>     Option "ZAxisMapping"       "4 5"
> 
> 
> 
> 
> On Monday 16 June 2003 07:36 pm, Ken Thompson wrote:
> > Hello all, I have two systems set up on FreeBSD, one with 5.0 and one with
> > 5.1. I can't seem to get the wheel to work on either one even though I have
> > added Option "ZAxisMapping" "4 5" to my XFree86Config. One mouse is a cheap
> > M$ and the other is an OEM Logitech.. Both are detected and work flawlessly
> > as Generic Wheel Mouse in Mandrake, SuSE and Knoppix..
> > Any ideas or work arounds???
> > Thanks,
> 
> -- 
> 
> Best regards,
>                  Chris
> ______________________________________________________________________
> 
> PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363
> 
> PGP Mail encouraged / preferred - keys available on common key servers
> ______________________________________________________________________
>        01010010011000010110001101100101011100100101100000000000
> 
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 




More information about the freebsd-questions mailing list