Ok, this is aimed at those who already have a working implementation of FFscroll on their Winds and understand the basics. If you're interested in having two finger scrolling like the macs, peruse
this thread which includes drivers and instructions. I advise scanning the whole thread because it addresses some common issues with getting this set up, and probably many questions in regards to this post.
Ok, so if you're using FFScroll you've probably tried the FFscroll prefpane in system configuration and found it to be lacking. The settings don't reach nearly high enough ranges for our trackpads to get a decent, smooth response (at least in my experience!!) I have attached my own plist at the bottom of this thread, if you'd like to try mine.
For example the vertical scrolling start threshold can only go up to 61 in this prefpane. It defaults to 90 but if you make the slightest change it will reset it to 61 and your mouse becomes unusable; it's always trying to scroll. Also, the sensitivity slider at the top is way too short in range, if this was to scale for best settings for the Wind, it would be as long as the whole prefpane window

so we need to edit things manually and ignore this page completely.
If you followed the other thread you know about putting the com.apple.driver.appleps2trackpad.plist file in two preferences directories:
/Library/Preferences and:
/Users/username/Library/Preferences
The only one that seems to matter for making changes is the plist in your user library folder, so fiddle with this one!
Open it up, and fiddle with the settings under Root>UserPreferences>TwoFinger
Here is a list of things I changed to get as close to the mac experience as I could:
-
verticalScrollingRate 50 <<< Contrary to its name, this doesn't seem to be the rate at which the driver scrolls but rather the sample rate of the trackpad for vertical scrolling, since decreasing the value increases the scroll rate and also the pad behave erratically when scrolling, jumping all over the place. It's linked to "sensitivity" under the FFScroll prefpane and the max it can be set to there is 15/16. For me, 50 provided a much smoother scrolling experience. Increase above its default value until satisfied.
-
zAcceptsToStart 6 <<< Number of potential scrolling samples detected before scrolling begins. Defaults to 2. I changed to 6, seemed to decrease the likelihood of scrolling more when removing finger(s) from the trackpad.
-
zAcceptThreshold 88 <<< Value at which finger pressure is detected as a scroll attempt. For a given sample this is flagged as "1" zAccept. It seems to be pressure, not % trackpad covered by fingers, so even with two fingers you do have to press more than with normal mouse movement. Max value in prefpane is 61, useless. Using files from the other thread it's default is 90. This is actually ok, but i reduced mine a bit so that I didn't have to press quite as much on the trackpad. You may even want to increase this, if you find you're scrolling when just mousing about.
-
zArraySize 16 <<< Number of samples taken when analysing for Accepts, I believe. Default is 8, when I increased it the scrolling felt smoother to stop and start, less jumping.
-
zDeclineThreshold 83 <<< Opposite of zAcceptThreshold, threshold at which a sample is flagged as too light to be a scroll attempt. Default value is 60. Increasing this to close to zAccept dramatically reduces the amount of jumping when you finish a scroll and lift your fingers from the trackpad.
If you use horizontal scrolling you can mess with the values there too. And I'm thinking that if you've got multiple users, you can either copy the plist into their libraries to update their settings, or update the SynapticsPreferences with the same settings in all plists and perhaps it will default to those.
Here is my plist for the Wind so far; put in your Library>Preferences folder in your User folder overwriting the other one (back that up obviously, in case you hate my settings!) and restart FFscroll. This plist is set up to give the closest scrolling experience to the macs I use:
FFscroll plist for MSI WindAlso, DONT use the prefpane! Get it set up how you like it and then leave it! Opening it may overwrite these settings. I wonder if anyone can edit the prefpane to increase its range (making it useful) or failing that write their own settings app. I'd do it if I knew quite where to start.