ora il file xorg.conf è:
codice:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
e avevo trovato che per disabilitare il touchpad avrei dovuto scrivere nella shell:
codice:
$ synclient TouchpadOff=1
ma ottengo il messaggio:
codice:
$ Can't access shared memory area. SHMConfig disabled?
cosa devo fare?
grazie
ciccio
p.s.: buona pasqua a tutti!!!