Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

Joe Altman fj at panix.com
Sat Sep 25 14:43:54 PDT 2004


On Sat, Sep 25, 2004 at 12:44:46PM +0100, David Gerard wrote:
> I've just installed the latest 5.3 beta with XOrg 6.7.0.
> The mouse works, except I can't get the mouse wheel to work.
> 
> The mouse section of xorg.conf is as follows:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "Auto"
>         Option      "Device" "/dev/sysmouse"
>         Option      "Buttons" "5"
>         Option      "ZAxisMapping" "4 5"
> EndSection
> 
> The last two option lines are as the XFree86 config on my
> old 4.x install was.
> 
> Is there something simple and obvious I haven't done?

Case on the word "auto"?

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

Check the log to see if the Protocol Auto is unknown, or otherwise
throws an error.

-- 
One million points of light shining on the new world-order model for
fascism and tyranny. Get in line.


More information about the freebsd-questions mailing list