Am Dienstag, 6. September 2005 16:24 schrieb Bryan Bush:
It turns out I had to modify my /etc/X11/xorg.conf file. Here is what I used
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Name" "Autodecection" Option "Protocol" "imps/2" Option "Vendor" "USB-Mouse" Option "ZAxisMapping" "4 5" EndSection
Before it listed my touch pad (this is a Dell D600 laptop) and for some reason it was not accepting input from the USB mouse (although /dev/input/mice was receiving data from the mouse). Anyway its working all well and good now.
Hi Bryan, well you say its working now. Good. But there is another Option "SendCoreEvents" that I had to add to the second mouse stanza sometimes ago to make the second mouse work, because you can only have one "CorePointer" in your config. -- mdc