<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
My laptop has a Synaptics touchpad and also has a plug for an external mouse.  I boot into run level 3.  The touchpad works when I boot.  Once I've booted and started X, I can plug in the mouse and both it and the touchpad can control the pointer.  However, if I boot with the mouse plugged in, X crashes when I try to start it.  How can I boot with the mouse plugged in and have the mouse and touchpad both work?<BR>
<!--+GtkHTML:<DATA class="ClueFlow" key="orig" value="0">--><BR>
I've attached the relevant part of my xorg.conf file below.<BR>
<BR>
<BR>
Stan Klein<BR>
<BR>
***************************************************************************<BR>
<BR>
Section "InputDevice"<BR>
    Identifier     "Mouse0"<BR>
    Driver         "mouse"<BR>
    Option         "Protocol" "IMPS/2"<BR>
    Option         "Device" "/dev/input/mice"<BR>
    Option         "ZAxisMapping" "4 5"<BR>
    Option         "Emulate3Buttons" "yes"<BR>
EndSection<BR>
<BR>
Section "InputDevice"<BR>
    Identifier     "Synaptics"<BR>
    Driver         "synaptics"<BR>
    Option         "Device" "/dev/input/mice"<BR>
    Option         "Protocol" "auto-dev"<BR>
    Option         "Emulate3Buttons" "yes"<BR>
    Option         "CorePointer"<BR>
EndSection<BR>
<BR>
Section "InputDevice"<BR>
    Identifier     "Mouse1"<BR>
    Driver         "mouse"<BR>
    Option         "Protocol" "PS2"<BR>
    Option         "Device" "/dev/input/mice"<BR>
    Option         "ZAxisMapping" "4 5"<BR>
    Option         "Emulate3Buttons" "yes"<BR>
    Option         "AlwaysCore" "true"<BR>
EndSection<BR>
<BR>
<BR>
</BODY>
</HTML>