Bugzilla – Bug 132055
xorg (kdm) fails to run if no mouse connected
Last modified: 2005-11-10 11:40:25 UTC
Hello, my laptop has synaptics touchpad built-in with "disable" button. If i press this button during suse boot before X11 are run, X fails to start leaving me with console on tty1. This happens even if my external usb mouse is connected and detected by OS. Please add xorg.conf option to ignore "mouse not available" event by default.
Could you attach /etc/X11/xorg.conf and /var/log/Xorg.0.log? Thanks.
Created attachment 56887 [details] XOrg.conf file
Created attachment 56889 [details] XOrg log file
Don't know whether it would make sense to configure the core pointer for the mouse driver instead.
I fixed the AllowMouseOpenFail setup. The problem was that the default value to this option is "false" so to enable it is not enough to specify Option "AllowMouseOpenFail" you have to set Option "AllowMouseOpenFail" "on" fixed