The wheel of a mouse

Christer Solskogen solskogen at carebears.mine.nu
Wed Oct 20 03:37:27 PDT 2004


Gert Cuykens wrote:
> This does not seem to work in my xconf
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/sysmouse"
>         Option      "ZAxisMapping" "4 5"
>         Option      "Buttons" "5"
> EndSection
> 

I have the following in my /etc/X11/xorg.conf

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "Auto"
         Option      "Buttons" "5"
         Option      "Device" "/dev/sysmouse"
         Option      "Zaxis mapping" "4 5"
EndSection

It works. As far as I know this is specific to xorg, not wm`s.

-- 
cso



More information about the freebsd-questions mailing list