[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Question on setup of xorg.conf for laptop
- From: sklein cpcug org
- To: fedora-list redhat com
- Subject: Question on setup of xorg.conf for laptop
- Date: Tue, 16 May 2006 17:18:55 -0500 (CDT)
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?
I've attached the relevant part of my xorg.conf file below.
Stan Klein
***************************************************************************
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
Option "AlwaysCore" "true"
EndSection
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?
I've attached the relevant part of my xorg.conf file below.
Stan Klein
***************************************************************************
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
Option "AlwaysCore" "true"
EndSection
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]