Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2005 11:57:18 -0500
From:      "Efren Bravo" <efrenba@dhl.co.cu>
To:        "freeBSD " <freebsd-questions@freebsd.org>
Subject:   mouse wheel problem
Message-ID:  <WorldClient-F200508301157.AA57180001@dhl.co.cu>

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





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