Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 1998 11:50:18 +0100 (MET)
From:      Ugo Paternostro <paterno@dsi.UNIFI.IT>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Using two mice under XFree86 3.3.1
Message-ID:  <XFMail.980127115018.paterno@dsi.UNIFI.IT>

next in thread | raw e-mail | index | archive | help
Hello folks,

I installed -current (1998-01-25 SNAP) on my laptop, and it (almost) works like
a charm.

I have two mice (the embedded PS/2 touchpad and an external serial L*gitech
mouse), and I would like to use both them *at same time*.

They both work as primary input device under X, so I tried to add the extended
input section at XF86Config, but this did not help me.

Is there anybody that can tell me where I am wrong?

I include here the relevant part of /etc/XF86Config:

-------------------------------------------------------------------------------
[...]
# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psm0"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Protocol   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice

#    BaudRate   9600
#    SampleRate 150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Emulate3Buttons
    Emulate3Timeout    50

# ChordMiddle is an option for some 3-button Logitech mice

#    ChordMiddle

EndSection


# **********************************************************************
# Xinput section -- this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
Section "Xinput"
[...]
   SubSection "Mouse" 
       Port "/dev/cuaa0"
       DeviceName "Second Mouse"
       Protocol "Microsoft"
#    BaudRate    9600
#    SampleRate  150
   EndSubSection
EndSection
[...]
-------------------------------------------------------------------------------

Bye, UP

--
+-------------------------------+---------------------------------------------+
| Ugo Paternostro               | Work: Dipartimento di Sistemi e Informatica |
+-------------------------------+       Via di Santa Marta, 3                 |
| Home : P.zza Cannicci, 2      |       50139  FIRENZE  (FI)                  |
|        50018  SCANDICCI  (FI) |               Italy                         |
|                 Italy         | Voice: +39-55-4796365 or +39-55-4796425     |
| Voice: +39-55-252115          | EMail: paterno@dsi.unifi.it                 |
| Fax  : idem, voice call before| Finger for my PGP public key                |
| EMail: 2:332/125.23@fidonet   +---------------------------------------------+
|       39:102/205.23@amiganet  | All opinions are mine, mine, only mine! :-) |
+-------------------------------+---------------------------------------------+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980127115018.paterno>