https://bugzilla.novell.com/show_bug.cgi?id=203609
------- Comment #4 from silviu.marin-caea@otpbank.ro 2006-09-08 02:22 MST ------- Installation can be done with keyboard only.
After installation, I have commented out the "Envents" mouse from ServerLayout section of xorg.conf. After that, my USB mouse works.
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/input/event1" Option "Name" "USB Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Name" "ImPS/2 Generic Wheel Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[3]" "CorePointer" # InputDevice "Mouse[1]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection