Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2003 12:42:46 +0200
From:      Hasse Hund <webmaster@swedehost.com>
To:        Clan-Gaier@t-online.de (Christian Gaier), FreeBSD for Newbies <freebsd-newbies@freebsd.org>
Subject:   Re: Mousewheel
Message-ID:  <200305181242.46440.webmaster@swedehost.com>
In-Reply-To: <200305181043.57776.clan-gaier@t-online.de>
References:  <200305181043.57776.clan-gaier@t-online.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 18 May 2003 10.43, Christian Gaier wrote:
> Who can support me for running my mousewheel on my FreeBSD 5.0 OS?
>

Hi Christian.

This is what's working for me.
It's only working with "Protocol" "Auto"
Why ? I don't know :-)

Edit your /etc/X11/XF86Config and try this :

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

-- 
Regards
   Hasse
     webmaster@swedehost.com



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