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

Re: Come posso gestire il funzionamento del touchpad del mio portatile su Linux





Il giorno 18 maggio 2010 19.53, pietro_72_@libero.it <pietro_72_@libero.it> ha scritto:
Vorrei disattivare la selezione tramite la pressione sul touchpad

Come posso fare?

Prova a editare il tuo Xorg.conf così:

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Ciao!


Reply to: