Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2004 12:37:23 +0200
From:      Christer Solskogen <solskogen@carebears.mine.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: The wheel of a mouse
Message-ID:  <cl5f53$458$1@sea.gmane.org>
In-Reply-To: <ef60af0904101920024cb7512c@mail.gmail.com>
References:  <ef60af0904101920024cb7512c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cl5f53$458$1>