Bugzilla – Bug 288106
evdev causes SaX2 to crash X on install
Last modified: 2007-06-28 12:28:38 UTC
Created attachment 148673 [details] Crashlog when using evdev Logitech G5 mouse Upon final device configuration during install SaX2 crashes trying to complete install and never finishs. The error comes from SaX2 determining that the mouse should use evdev under the mouses entry in Section "InputDevice". Inserting a PS2 mouse will allow for installation to complete. Once installation is complete, changing the entry in xorg.conf to use a config like in 10.2 Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "12" Option "Device" "/dev/input/mice" Option "Name" "Logitech USB Gaming Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection will result in being able to once again boot into X with the G5 mouse although SaX2 still will not launch with G5 mouse on system. SaX crashlog attached
*** This bug has been marked as a duplicate of bug 262317 ***