• # Re: utiliser 2 souris en même temps...

    Posté par . En réponse au journal utiliser 2 souris en même temps.... Évalué à 2.

    moi j'ai ça dans mon XF86Config :
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Mouse1" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    [...]
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ps/2"
    Option "Device" "/dev/misc/psaux"
    Option "Emulate3Buttons" "True"
    EndSection

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    [...]

    ca marche sur mon portable dell : le touchpad + la souris en usb