Brian,
You need to set 'moused_enable="NO"' or just comment it out. Then find
your mouse in dmesg:
Advertising
%dmesg | grep psm #if it is ps2
You will also need to set your XF86Config file similar to:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Once you have done all of that, run:
%killall moused
It should work. Good luck!
Curt
On Tue, 2003-02-25 at 14:05, Brian Henning wrote:
> Hello-
> i have a logitech 2 button mouse with a wheel in the middle.
> i would like to get the wheel to work in x-windows, but i can't get the
> scrolling to work.
> here is what i have done so far.
>
> rc.conf
> --------
> moused_type="ps/2"
> moused_port="/dev/psm0"
> moused_enable="YES"
> moused_flags="-z 4"
>
> /usr/X11R6/lib/X11/XF86Config
> ...
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "MouseSystems"
> Option "Device" "/dev/sysmouse"
> Option "Buttons" "5"
> Option "ZAxisMapping" "4 5"
> EndSection
> ...
>
> any suggestions?
> cheers,
>
> brian
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message