From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030219 I hope I chose the right component to file bug against. Description of problem: I have a MS serial mouse which works fine during phoebe installation. But after the installation mouse doesn't work. Every time I run kudzu it either detects it as Generic Mouse or Microsoft Mouse 2.1 and after that mouse works. But if restart gpm or reboot the machine, mouse doesn't work again. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Serial mouse doesn't work 2. 3. Actual Results: Expected Results: Additional info:
attach /etc/sysconfig/mouse and /etc/X11/XF86Config
Created attachment 90288 [details] /etc/sysconfig/mouse
Created attachment 90289 [details] XF86Config
Try changing: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection to: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/ttyS0" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection
Open a new bug if still occuring on Fedora Core 2 or later.