mouse wheel problem

Alejandro Pulver alejandro at varnet.biz
Wed Aug 31 15:16:07 GMT 2005


On Tue, 30 Aug 2005 11:57:18 -0500
"Efren Bravo" <efrenba at 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


More information about the freebsd-questions mailing list