Touchy Touchpads

Wondering how to enable multitouch scrolling on your eee PC? It’s pretty easy.

Assuming you’re using XOrg:

Section "InputDevice" 
    Identifier "Configured Mouse" 
    Driver     "Synaptics" 
    Option     "CorePointer" 
    Option     "SHMConfig"            "true" 
    Option     "VertTwoFingerScroll"  "1" 
    Option     "HorizTwoFingerScroll" "1" 
EndSection