In the last episode (Jul 12), Jason Porter said:
> Scott Robbins wrote:
> >
> >The syntax is slightly different in XFree 4.x. It should be
> >
> >Option "ZAxisMapping"        "4 5"
> >(this is how I've always done it with an Optical Intellimouse--never
> >used Buttons 7 and ZAxisMapping 6 7 however--nor did I ever have to put
> >in Buttons 5)

> Thanks for the help, but it still doesn't work.  Here's the section from 
> my XF86Config file:
> 
> Section "InputDevice"
>    Identifier  "MS IntillMouse Optical"
>    Driver      "mouse"
>    Option        "Protocol" "MouseSystems"
>    Option        "Device" "/dev/sysmouse"
>    Option        "ZAxisMapping" "4 5"
> EndSection
> 
> If anyone has any ideas, they would be greatly appreciated.

Here's what I've got.  I actually tell moused (instead of X) to do the
mapping with -z 4.

XF86config:

 Section "InputDevice"
  Identifier "Mouse0"
  Driver "mouse"
  Option "Buttons" "5"
  Option "Protocol" "auto"
  Option "Device" "/dev/sysmouse"
 EndSection

/etc/rc.conf:
 moused_enable="YES"    # Run the mouse daemon.
 moused_type="auto"     # See man page for rc.conf(5) for available settings.
 moused_port="/dev/psm0" # Set to your mouse port.
 moused_flags="-z 4"    # Any additional flags to moused.


-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to