On Sun, 2004-09-19 at 04:41, kh wrote: > i installed FC2 and had during install and afterwards not gotten my ps/2 > mouse detected. I hva tried three different mices. > I have a logitech cordless wheelmouse, and i tried to replace "Option > ..... /dev/input/mice with /dev/psaux in xorg.conf but then x server died. > I have updated fc2 with yum update and are now running the .1152 kernel > with no luck regarding my mouse :) > I have borrowed an usb mouse, and that mouse works just fine... > > Do i have to give up my logitech and mouse ps/2 port and buy an usb mouse? > > kh > You sure the mouse works? Batteries dead? You may need to do install with regular mouse and attach wireless afterwards, I kind of remember doing this myself. I use cordless logitech keyboard and mouse, only caveat is it doesn't start working till X starts, but I keep a junker keyboard connected as well. >From my xorg.conf, xorg replaced xfree in FC2. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Ted