I got the solution here and it worked in lubuntu 13.10: https://help.ubuntu.com/community/AsusZenbookPrime Here is the particular part I used: "Alternative 1This enables left-click+drag, middle-click, right-click, right-click via two finger tapping and also disables touchpad tapping while typing.Due to a bug, you must disable default syndaemon start.Copy this to ~/bin/clickpad.sh:############################################################## # This script disables tapping/scrolling while typing and # enables touchpads clicking area (left, middle, right click) ############################################################## #!/bin/bash gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics ClickPad" 1 xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Soft Button Areas" 1956 0 1737 0 1304 1955 1737 0 syndaemon -i 1.7 -d -t -K Make it executable:chmod +x ~/bin/clickpad.sh Then run "System Settings > Startup Applications > Add" and add this entry:~/bin/clickpad.sh Works great. Netbook now very usable and far faster than when it was running XP and Win 7. I have tested the same pages and Lubuntu opens a page in one second that Windows takes eight seconds to render. REALLY PLEASED. Bob
-- Lubuntu-users mailing list Lubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/lubuntu-users