[ale] Multiple mice

Dow Hurst dhurst at kennesaw.edu
Sun Mar 28 21:07:59 EST 2004


Since your switching to a PS/2 mouse on the primary desktop you should go 
ahead and setup the mouse before sticking the KVM inline.  Definitely do that.

You'll need if it is a three button with wheel the IMPS/2 driver specified.

My XF86Config sections that pertain to the mouse functions look like this:

Section "ServerLayout"
         Identifier     "Server Layout"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "DevInputMice" "AlwaysCore"
EndSection


Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Device" "/dev/psaux"
         Option      "Protocol" "IMPS/2"
         Option      "Emulate3Buttons" "no"
         Option      "ZAxisMapping" "4 5"
EndSection

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" "no"
EndSection

This is from the SuSE Yast2 SaX2 configurator.  I have a USB mouse plugged in 
thru a USB to PS/2 adapter.  So the first section works on a PS/2 mouse and 
the second will work on a USB mouse.  SuSE covers the bases on their default 
install.  I've had the touchpad or touchpoint on laptops working 
simultaneously with plugged in USB mice.
Dow


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.
> 
> Thanks,
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale

-- 
__________________________________________________________
Dow Hurst                  Office: 770-499-3428            *
Systems Support Specialist    Fax: 770-423-6744            *
1000 Chastain Rd. Bldg. 12                                 *
Chemistry Department SC428  Email:   dhurst at kennesaw.edu   *
Kennesaw State University         Dow.Hurst at mindspring.com *
Kennesaw, GA 30144                                         *
************************************************************
This message (including any attachments) contains          *
confidential information intended for a specific individual*
and purpose, and is protected by law.  If you are not the  *
intended recipient, you should delete this message and are *
hereby notified that any disclosure, copying, distribution *
of this message, or the taking of any action based on it,  *
is strictly prohibited.                                    *
************************************************************



More information about the Ale mailing list