On Mon, 2004-10-11 at 17:22 +0800, Didier Casse wrote: > Hi, > I have a USB wireless optical mouse which I connect to my laptop. > Previously with FC1, kudzu detected it and it worked without any problems. > > When I upgraded to FC2, I realized that my mouse do not work anymore and > FC2 doesn't seem to recognize it. Any solutions or xorg config available? > Thanks for any help. > > > With kind regards, > Didier. > > --- > Didier F.B Casse | PhD student | Singapore Synchrotron light Source (SSLS) > Email: didierbe AT sps dot nus dot sg | Web: http://ssls.nus.edu.sg > GPG Key 1024D/B3C57D01 2004-06-23 > > I usea wireless Logitech Keyboard mouse combo in FC2, caveat is in my setup it only starts to work after X starts. from my xorg.conf. kernel-2.6.8-1.521 xorg-x11-6.7.0-9 Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Ted