Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2005 12:16:25 -0300
From:      Alejandro Pulver <alejandro@varnet.biz>
To:        freebsd-questions@freebsd.org
Cc:        Efren Bravo <efrenba@dhl.co.cu>
Subject:   Re: mouse wheel problem
Message-ID:  <20050831121625.259d9cba@phobos.mars.bsd>
In-Reply-To: <WorldClient-F200508301157.AA57180001@dhl.co.cu>
References:  <WorldClient-F200508301157.AA57180001@dhl.co.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Aug 2005 11:57:18 -0500
"Efren Bravo" <efrenba@dhl.co.cu> wrote:

> Hi,  
>   
> I've written on /etc/rc.conf :  
>   
> moused_port="/dev/psm0"  
> moused_flags="-r high -z 4"  
> moused_type="auto"  
> moused_enable="YES"  
>   
> and on /etc/X11/xorg.conf  
>   
> Section "InputDevice"  
>         Identifier  "Mouse0"  
>         Driver      "mouse"  
>         Option      "Protocol" "auto"  
>         Option      "Device" "/dev/sysmouse"  
>         Option      "Buttons" "5"  
>         Option      "ZAxisMapping" "4 5"  
> EndSection  
>   
> But the scrollwheel doesn't work. I've tried with Kde's
> Applications. 
> Have I a bad configuration?  
>   
> Thanks...  
> 

Hello,

It works for me without the "ZAxisMapping" option (and the same
options in rc.conf):

    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"	"Auto"
    Option	"Device"	"/dev/sysmouse"
    Option	"Buttons"	"5"

Best Regards,
Ale



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