ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #99168
[Bug 674223] Re: Touchpad not active Acer 1640
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.
References