30 Jun
2008
30 Jun
'08
11:52 p.m.
On Mon, Jun 30, 2008 at 15:42, Sergej Pupykin <pupykin.s@gmail.com> wrote:
I use MS Inteli Mouse. And it does not want to work without usbmouse module if I plug it in into usb (without usb->ps/2 connector)
Here my xorg.conf mouse section:
Section "InputDevice" Identifier "mouse" Driver "evdev" Option "ButtonNumber" "5" Option "Name" "Autodetection" Option "ZAxisMapping" "4 5" EndSection
I try now rmmod usbmouse on running X - mouse dissapeared
modprobe usbmouse makes mouse work again
You might try using the standard mouse driver in X, rather than evdev. You don't seem to have anything that requires evdev in there, and in my experience it causes more problems than it solves. ~celti