I have try this function, but for a good result I need to press "Fn F7"
all the time, if I don't press there button the touchpad is down.

Now I have maker this opperation, 
/etc/X11/xorg.conf :

folder Xorg

A la base pour la partie "InputDevice", j'avais avant :

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SHMConfig" "on"
EndSection

After

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SHMConfig" "on"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
EndSection

but all the function are not usable, for exemple "sroll".

-- 
Touchpad not active Acer 1640
https://bugs.launchpad.net/bugs/674223
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to