Hi Cam,
On Thu, 26 Dec 2002 14:49:58 -0500 Cam <[EMAIL PROTECTED]> wrote: > I've been trying to get the Microsoft Notebook Optical mouse to work. > It's recognised when plugged in and I have configured X to use > /dev/input/mice. So mostly it's working. [snip] > Section "ServerLayout" > Identifier "Anaconda Configured" > Screen 0 "Screen0" 0 0 > InputDevice "mousepad" "CorePointer" > InputDevice "usbmouse" "SendCoreEvents" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "InputDevice" > Identifier "usbmouse" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "PS/2" > Option "Emulate3Buttons" "no" > Option "AlwaysCore" "yes" > Option "ZAxisMapping" "4 5" > Option "Buttons" "5" > EndSection [snip] This works for me: Section "InputDevice" Driver "mouse" Identifier "usbwheel" Option "Device" "/dev/input/mice" Option "Protocol" "imps/2" Option "emulate3buttons" "off" Option "buttons" "5" Option "zaxismapping" "4 5" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "usbwheel" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Regards, -- wwp ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
