This should be easy, right? Well, for reasons unknown to me it isn't. Win2k/98/95 got two sliders: one for sensitivity and one for acceleration. This was great. This was easy. WinXP, however, assumes you always want to use some degree of acceleration - unless you're using the lowest sensitivity setting, which is quite frankly unusable. This is really irritating - especially if you consider that people who disable acceleration typically use a rather high sensitivity. There is only one slider which controls both settings and there is a check box, which can be used to "improve" the sensitivity... whatever that means.
Why am I writing about this anyways? There should be zillions of pages about that topic, shouldn't it? Well, while that's true all I saw so far only contain some nonsense. And they all copy&pasted from each other. Gee. That really helps.
So, here is the step by step guide without any further ado:
I'm sure there is some magical rundll32.exe user32.dll,something call which would get rid of that annoying login/logout cycle. Oh well... at least my mouse doesn't suck anymore. ;)
Update: Multimedia Fusion's configuration tool can be used to apply different sensitivity settings. Noitu Love 2 ships with it for example. It's a great game by the way and it works so much better without mouse acceleration. :)
Comments
Driver Specific Settings
The real answer is to open regedit search on "mouse". The settings are managed by the Alps driver on my Dell.
I any case from writing NullSoft installer scripts I know how to make a setting apply. There is a windows message to notify of windowing setting change. In NSI script it looks like this for setting a global environment variable environment:
WriteRegExpandStr ${usr_env_reg_key} "ENVVARNAME" "$0"SendMessage ${HWND_BROADCAST} ${WM_SETTINGCHANGE} 0 "STR:Environment" /TIMEOUT=5000
Sorry I am not enough of a MS Windows person to know how to do this outside a NSI script. I came across this too:
http://www.autohotkey.com/forum/topic14795.html
Aron
Post new comment