• # pourquoi pas

    Posté par (site web personnel) . En réponse au message Deux pointeurs souris. Évalué à 2.

    sur mon portable j'ai un touchpad et une souris usb, les 2 fonctionnent en meme temps et si j'ai pas branché l'usb xorg demarre quand meme :)

    xorg.conf

    ....
    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 "ZAxisMapping" "4 5"
    EndSection

    ....


    Section "ServerLayout"
    ...
    InputDevice "Mouse2" "CorePointer"
    InputDevice "Mouse1" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection