[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Multiple mice
- Subject: [ale] Multiple mice
- From: ups at tree.com (Stephan Uphoff)
- Date: Sun Mar 28 20:57:26 2004
- In-reply-to: Message from Trey Sizemore <[email protected]> of "Sun, 28 Mar 2004 20:16:46 EST." <[email protected]>
Trey Sizemore wrote:
> My primary desktop currently uses a USB mouse. I just purchased a PS/2
> KVM switch for use with this and an additional computer. Will I have
> any issues using the KVM device with the PS/2 mouse and my primary
> desktop, or must I add an entry to my XFree86Config to account for the
> PS/2 mouse as well. If so, how would that look.
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
<........................... snip .......................................>
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
<............................ snip ......................................>
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection