http://ubuntuguide.net – This tutorial shows how to enable multi-touch on hp dv9000 with ubuntu 12.04 installed. Multi-touch doesn’t work after Ubuntu fresh installation by default, here’s an executable script make it work. 1. Create an empty document and name multitouchenable.sh. 2. Right-click to go into its “Properties” window, and give it executable privilege. 3. Copy and paste following into this file and save it. #!/bin/bash sleep 5 xinput set-int-prop “SynPS/2 Synaptics TouchPad” “Two-Finger Scrolling” 8 1 xinput set-int-prop “SynPS/2 Synaptics TouchPadR (HowTos)