[svlug] Multiple Mouses-
Brian Bilbrey
bilbrey at orbdesigns.com
Wed Jan 30 19:47:01 PST 2002
n Wed, Jan 30, 2002 at 06:37:37PM -0800, Brian Chang wrote:
> able to use both my USB mouse and PS/2 touchpad
> simultanously (I can switch between them, but not both
Here's the pertinent sections from my XF86Config-4 file:
# Touchpad
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
EndSection
# USB Mouse
Section "InputDevice"
Identifier "External Mouse"
Driver "mouse"
Option "AlwaysCore"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
...
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "External Mouse"
EndSection
Works like a charm for me.
Have fun!
.brian
--
Brian Bilbrey "The ships hung in the sky in
bilbrey at orbdesigns.com much the same way that bricks don't."
www.orbdesigns.com Doug Adams, H2G
More information about the Svlug
mailing list