Bug 132055 - xorg (kdm) fails to run if no mouse connected
Summary: xorg (kdm) fails to run if no mouse connected
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: SaX2 (show other bugs)
Version: Alpha 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Marcus Schaefer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-02 19:54 UTC by Alexander Lavrinenko
Modified: 2005-11-10 11:40 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
XOrg.conf file (7.17 KB, text/plain)
2005-11-09 20:37 UTC, Alexander Lavrinenko
Details
XOrg log file (40.08 KB, text/x-log)
2005-11-09 21:03 UTC, Alexander Lavrinenko
Details

Note You need to log in before you can comment on or make changes to this bug.
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