I'm trying to get a USB mouse to work in X. obsd 4.1 recognizes the mouse as soon as I plug it in ( see dmesg output below ) as wsmouse1(?). When I add that as Mouse1 in the xorg.conf file it does not work. everything else works great!
( relevant dmesg output ) uhidev0 at uhub1 port 2 configuration 1 interface 0 uhidev0: Microsoft Microsoft Optical Mouse with Tilt Wheel, rev 2.00/1.20, addr 2, iclass 3/1 uhidev0: 24 report ids ums0 at uhidev0 reportid 17: 3 buttons and Z dir. wsmouse1 at ums0 mux 0 uhid0 at uhidev0 reportid 18: input=0, output=0, feature=1 uhid1 at uhidev0 reportid 19: input=1, output=0, feature=0 uhid2 at uhidev0 reportid 23: input=0, output=0, feature=1 uhid3 at uhidev0 reportid 24: input=0, output=0, feature=1 ( xorg.conf / InputDevice section) Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse1" Option "ZAxisMapping" "4 5" EndSection thanks -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments