Two Finger Scrolling in Ubuntu Netbook Remix
Problem:
Dell Mini 10 with Ubuntu Netbook Remix 10.04 lacks two finger scrolling
Solution:
#!/bin/bash
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
synclient EmulateTwoFingerMinW=5
synclient EmulateTwoFingerMinZ=48
Put it in a script. Make it executable. Run it on startup.
From mydellmini forums.
hey,
the script allowed me to use 2 finger scrolling on my Acer One Happy, big thanks for that.
But i had some problems moving the courser so i set “synclient EmulateTwoFingerMinW=” to 10 and voila, everything works perfectly.
maybe other who experienced problems will have bedder results by using this value as well.
Greetings