[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: deux claviers sous X



On Wed, Mar 28, 2001 at 12:16:05PM +0200, Charles Goyard wrote:
| Salut
| 
| J'ai vu rapidement qu'avec l'USB, on pouvait avoir plusieurs clavier
| sous X.

Pour la souris c'est possible, ce qui est tres pratique pour les portables
recents .

En extrapolant , pour un clavier cela doit etre bon .


Exemple de config pour la souris 
--------------------------------

Pour Xfree86 v3.3
-----------------
Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
EndSection
Section "XInput"
    SubSection "Mouse"
        DeviceName      "USB Mouse"
        Protocol        "IMPS/2"
        Port            "/dev/input/mice"
        Buttons         5
        ZAxisMapping    4 5
        AlwaysCore
    EndSubSection
EndSection
------------------


Pour Xfree86 v4.0
-----------------
Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
EndSection
Section "InputDevice"
    Identifier  "Mouse2"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option  "Buttons"	 "5"
    Option  "ZAxisMapping"    "4 5"
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
------------------



--
     ____________________________________________________________
    / Erwan MAS                                                 /\
   | mailto:erwan@mas.nom.fr                                   |_/
___|________________________________________________________   |
\___________________________________________________________\__/




Reply to: