Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 20:08:13 -0500
From:      sweetleaf <sweetleaf@myrealbox.com>
To:        Chris <racerx@makeworld.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mouse wheel Not working in 5.0/5.1
Message-ID:  <20030616200813.4082885a.sweetleaf@myrealbox.com>
In-Reply-To: <200306161951.07615.racerx@makeworld.com>
References:  <200306161836.54446.spooky@cableone.net> <200306161951.07615.racerx@makeworld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030616200813.4082885a.sweetleaf>