Description of problem: After boot from new install to setup, mouse is unusable as it cursor jumps to bottom left as soon as mouse button is pressed Version-Release number of selected component (if applicable): How reproducible: install one mouse of type genius netscroll+ Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Problem fixed by removing Mouse0 from XF86Config diff XF86Config XF86Config.rel 6c6 < InputDevice "DevInputMice" "CorePointer" --- > InputDevice "Mouse0" "CorePointer" 7a8 > InputDevice "DevInputMice" "AlwaysCore" 68,75c69,76 < #Section "InputDevice" < # Identifier "Mouse0" < # Driver "mouse" < # Option "Protocol" "NetMousePS/2" < # Option "Device" "/dev/psaux" < # Option "ZAxisMapping" "4 5" < # Option "Emulate3Buttons" "no" < #EndSection --- > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "NetMousePS/2" > Option "Device" "/dev/psaux" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "no" > EndSection
This will be fixed with test2. All mice will now use /dev/input/mice.
*** Bug 117178 has been marked as a duplicate of this bug. ***