Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 18:07:13 -0400
From:      Jordi YC <jordi_yc@lycos.es>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   USB Trackman wheel mouse problems
Message-ID:  <200207281729.02708.jordi_yc@lycos.es>

next in thread | raw e-mail | index | archive | help
People,

I just bought a Logitech TrackMan Wheel USB, but having some problems to make 
it work...

#uname -v
FreeBSD 4.6-STABLE #8: Tue Jul  2 20:19:50 EDT 2002

#dmesg | grep ums0
ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.

#cat /etc/rc.conf | grep mouse
mousechar_start=3
moused_enable="YES"
moused_flags="-3"
moused_port="/dev/psm0"
moused_type="auto"

#cat /etc/rc.conf | grep usbd
usbd_enable="YES"

#ps aux | grep moused
root    113  0.0  0.2   920  520  ??  Is    5:16PM   0:00.00 /usr/sbin/moused 
-p /dev/ums0 -I /var/run/moused.ums0.pid
root    130  0.0  0.2   920  520  ??  Ss    5:16PM   0:00.52 moused -3 -p 
/dev/psm0 -t auto
root    189  0.0  0.2   920  556  ??  Is    5:16PM   0:00.00 /usr/sbin/moused 
-t jogdial -z 4 -p /dev/jogdial


And parts of XF86Config
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen          0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "InputDevice"
        Identifier  "Logitech"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping"  "4 5"
EndSection

I tried with or without the Logitech identifier, not using moused and change 
the Device to psm0 and ums0, but still did not work.

Currently, with this setting the pointer moves ~3 secs / 5 secs after moving 
the ball... well that is unusable.

I am out of ideas.

TIA



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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