Il giorno 18 maggio 2010 19.53, [email protected] <[email protected]>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!

