Bug 132055

Summary: xorg (kdm) fails to run if no mouse connected
Product: [openSUSE] SUSE Linux 10.1 Reporter: Alexander Lavrinenko <lavrinenko_alex>
Component: SaX2Assignee: Marcus Schaefer <ms>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: sndirsch
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: XOrg.conf file
XOrg log file

Description Alexander Lavrinenko 2005-11-02 19:54:16 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.
Comment 1 Stefan Dirsch 2005-11-02 20:12:43 UTC
Could you attach /etc/X11/xorg.conf and /var/log/Xorg.0.log? Thanks.
Comment 2 Alexander Lavrinenko 2005-11-09 20:37:36 UTC
Created attachment 56887 [details]
XOrg.conf file
Comment 3 Alexander Lavrinenko 2005-11-09 21:03:50 UTC
Created attachment 56889 [details]
XOrg log file
Comment 4 Stefan Dirsch 2005-11-09 22:32:04 UTC
Don't know whether it would make sense to configure the core pointer for the mouse driver instead.
Comment 5 Marcus Schaefer 2005-11-10 11:40:25 UTC
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