• [^] # Re: Lutter ??

    Posté par . En réponse à la dépêche Linux sur un Sony Z600TEK. Évalué à 0.

    Voici un extrait de mon /etc/X11/XF86Config-4

    # **********************************************************************
    # Pointer section
    # **********************************************************************

    Section "InputDevice"

    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "ZAxisMapping" "4 5"
    # ChordMiddle is an option for some 3-button Logitech mice

    # Option "ChordMiddle"

    EndSection


    Section "InputDevice"

    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"

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

    # Option "ChordMiddle"

    EndSection

    [...]

    ection "Device"
    Identifier "NeoMagic (laptop/notebook)"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "neomagic"
    # VideoRam 6080
    # Clock lines


    # Uncomment following option if you see a big white block
    # instead of the cursor! <<<=== IMPORTANT SINON CURSEUR MOCHE
    Option "sw_cursor"

    Option "DPMS"
    EndSection

    [...]
    Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Mouse2" "SendCoreEvents"

    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection