Any way to cannibalize the Windows 2000 mouse driver?
#1
Posted 18 March 2012 - 12:54 AM
So, I'm wondering, is there any way to copy over or replicate this portion of the OS so I can keep this behavior? I've tried doing things like copying over mouse.drv and msmouse.inf from the system folders but it seems to have no effect. Adusting SmoothMouseXYCurve values as shown here: http://www.sevenforu...ation-help.html could possible do it if you knew what each value on the graph did and the values it would take to make it like Windows 2000. There's a GUI interface for MAC http://www.orderedby...show=example017 that does this, but not for Windows.
Hopefully somebody reads this and can help find a solution for this years old problem.
#2
Posted 18 March 2012 - 03:19 AM
There is no value in windows 2000, so you can't apply it with copy XP's binaries
(Don't copy XP's win32k.sys. It is different from XP's on with structure level)
WinWin, on 18 March 2012 - 12:54 AM, said:
So, I'm wondering, is there any way to copy over or replicate this portion of the OS so I can keep this behavior? I've tried doing things like copying over mouse.drv and msmouse.inf from the system folders but it seems to have no effect. Adusting SmoothMouseXYCurve values as shown here: http://www.sevenforu...ation-help.html could possible do it if you knew what each value on the graph did and the values it would take to make it like Windows 2000. There's a GUI interface for MAC http://www.orderedby...show=example017 that does this, but not for Windows.
Hopefully somebody reads this and can help find a solution for this years old problem.
#3
Posted 18 March 2012 - 06:47 AM
WinWin, on 18 March 2012 - 12:54 AM, said:
Here is how it woks:
http://web.archive.o...inter-bal.mspx?
http://www.esreality...post&id=1945096
http://www.kotiposti...36961/WinAccel/
up to you to find the right settings (now that you know what each value mean)
jaclaz
#4
Posted 18 March 2012 - 07:19 AM
#5
Posted 18 March 2012 - 10:03 AM
Now to find a way to figure out about what the curves are in Windows 2000...
#6
Posted 18 March 2012 - 10:38 AM
WinWin, on 18 March 2012 - 10:03 AM, said:
NO idea.
Unless this "Mouse Movement Recorder" thingy also works in 2K
http://donewmouseaccel.blogspot.it/
http://donewmouseacc...ix-builder.html
http://donewmouseacc...ration-fix.html
jaclaz
This post has been edited by jaclaz: 18 March 2012 - 10:39 AM
#7
Posted 19 March 2012 - 02:31 PM
This post has been edited by Phenomic: 19 March 2012 - 02:35 PM
#8
Posted 04 April 2012 - 08:24 PM
http://technet.micro...y/cc978664.aspx
... and here (excuse the translated Japanese and missing images):
http://translate.goo..._Mouse_Driv.htm
W2K (and prior) accel was a crude mechanism using 1 or two threshholds.
With no accel (MouseSpeed=0), mouse-to-pointer movement was 1-to-1.
With 1 threshhold accel (MouseSpeed=1), mouse-to-pointer movement was 1-to-1 below (or at) the threshhold, and doubled when the mouse moved faster than MouseThreshold1. No smoothing, just a sudden jump, doubling of pointer speed.
With 2 threshhold accel (MouseSpeed=2), mouse-to-pointer movement was 1-to-1 below (or at) the threshhold, and doubled when the mouse moved faster than MouseThreshold1 and quadrupled (×4) when faster than MouseThreshold2.
The values for the 3 settings (MouseSpeed, MouseThreshold1, MouseThreshold2) depended on which W2K pointer accel radio button was chosen (None, Low, Medium, High): http://ltxfaq.custhe...ues#Windows2000
If you still use a mouse polling rate of 125Hz (or use the same polling rate as you had on W2K), it is possible to quite closely emulate the W2K "Low" setting using a XP/Vista/7 SmoothMouse*Curve curve.
Ditto, it is possible to somewhat approximate the W2K Medium and High settings with an XP/Vista/7 curve.
Here is some XP/Vista curves that approximate the Windows 2000 "Low" accell curve:
http://www.gamefront...9___6_of_11_zip
When I have some free time, I may build some "Windows 2000"-like curves for Windows 7 also.
#9
Posted 05 April 2012 - 12:36 AM
Anyway, I never noticed any differences in mouse behaviour in any Windows version, so I am kinda curious here.
#10
Posted 05 April 2012 - 04:33 AM
http://reboot.pro/3717/
I actually used the mouclass.sys from Win2K on a XP build:
http://reboot.pro/3717/page__st__49
jaclaz
This post has been edited by jaclaz: 05 April 2012 - 04:47 AM
#11
Posted 16 April 2012 - 06:05 PM
Quote
TheWalrus: To answer your question to the best of my ability... I've been gaming on Win2k OS for many years and I have a perfect twitch reflex to the way the mouse behaves. I can turn exactly 180/360/up/down with perfect aim. See something in my field of view and twitch and hit it spot on every time. I have been using it so long that I can make twitch shots without even thinking and faster than I can consciously interpret similar to how you jerk your arm away from something hot before you realize what happened. With the acceleration feature I get very little fatigue because I never have to move the mouse large distances, just speed control. Trying to relearn on another OS's revamped acceleration style is like somebody amputated my hand and gave me somebody elses. There's constant over/under shooting my aim and twitch reflexes are always hit or miss and can never introspectively figure out exactly what is different or wrong, only that it's just not right. With Win2k's scheme, I'm usually the best if not very close to it and also get accused of cheating often because fast twitches look like aimbots. I can still play very well other schemes, but it's never 100%. I never truly shine no matter how many hours, days, weeks I put into it to relearn. That original twitch reflex is always there and spot on with Win2k. I hope that answers it.
This post has been edited by WinWin: 16 April 2012 - 06:06 PM
#12
Posted 16 April 2012 - 06:35 PM
#13
Posted 17 April 2012 - 05:54 PM
jaclaz, on 05 April 2012 - 04:33 AM, said:
http://reboot.pro/3717/
I actually used the mouclass.sys from Win2K on a XP build:
http://reboot.pro/3717/page__st__49
jaclaz
I just tried swapping it with the mouclass.sys from win2k and unfortunately it has no effect on the acceleration part. It was worth a shot though. (And also bypassed Windows file protection that replaces the file.)
Dencorso: I've used both USB and PS/2 without any notable difference between the two as long as I can adjust the polling rate to the max.
This post has been edited by WinWin: 17 April 2012 - 05:56 PM
#14
Posted 17 April 2012 - 07:01 PM
MarktheC, on 04 April 2012 - 08:24 PM, said:
http://technet.micro...y/cc978664.aspx
... and here (excuse the translated Japanese and missing images):
http://translate.goo..._Mouse_Driv.htm
W2K (and prior) accel was a crude mechanism using 1 or two threshholds.
With no accel (MouseSpeed=0), mouse-to-pointer movement was 1-to-1.
With 1 threshhold accel (MouseSpeed=1), mouse-to-pointer movement was 1-to-1 below (or at) the threshhold, and doubled when the mouse moved faster than MouseThreshold1. No smoothing, just a sudden jump, doubling of pointer speed.
With 2 threshhold accel (MouseSpeed=2), mouse-to-pointer movement was 1-to-1 below (or at) the threshhold, and doubled when the mouse moved faster than MouseThreshold1 and quadrupled (×4) when faster than MouseThreshold2.
The values for the 3 settings (MouseSpeed, MouseThreshold1, MouseThreshold2) depended on which W2K pointer accel radio button was chosen (None, Low, Medium, High): http://ltxfaq.custhe...ues#Windows2000
If you still use a mouse polling rate of 125Hz (or use the same polling rate as you had on W2K), it is possible to quite closely emulate the W2K "Low" setting using a XP/Vista/7 SmoothMouse*Curve curve.
Ditto, it is possible to somewhat approximate the W2K Medium and High settings with an XP/Vista/7 curve.
Here is some XP/Vista curves that approximate the Windows 2000 "Low" accell curve:
http://www.gamefront...9___6_of_11_zip
When I have some free time, I may build some "Windows 2000"-like curves for Windows 7 also.
This sudden jump and no smoothing probably explains why the later "Curves" bother me so much as I can't seem to get a reliable distance for different speeds. In games I usually do fine slow movements (Win2k) or fast twitchy ones and know exactly where it will end up and acceleration appears to be non-existant because of avoiding being close to that threshold. You get the best of both worlds there because you can do quick 180/360 without large movements/fatigue and still do small fine movements. I wonder if it's possible to recreate this curve. I'm not sure what the registry values mean exactly and I haven't seen documentation on it. There's a utility for mac that allows making your own curve, unfortunately nothing for Windows or linux (I think).
#15
Posted 18 April 2012 - 07:07 AM
WinWin, on 17 April 2012 - 07:01 PM, said:
Yes it is possible.
More or less exactly if you used to use Windows 2000 "Low" accel, but only somewhat approximately if you used to use Medium or High.
Do you remember what W2K setting you had?
And what settings do you have now (OS/Refresh rate/Mouse polling rate/Text Size)?
(If you run the MarkC Windows 7 + Vista + XP Mouse Acceleration Fix Builder, and accept the default values, your current setup will be in the .REG filename created, just also tell me your polling rate.)
This post has been edited by MarktheC: 18 April 2012 - 07:12 AM
#16
Posted 08 May 2012 - 12:40 PM
MarktheC, on 18 April 2012 - 07:07 AM, said:
WinWin, on 17 April 2012 - 07:01 PM, said:
Yes it is possible.
More or less exactly if you used to use Windows 2000 "Low" accel, but only somewhat approximately if you used to use Medium or High.
Do you remember what W2K setting you had?
And what settings do you have now (OS/Refresh rate/Mouse polling rate/Text Size)?
(If you run the MarkC Windows 7 + Vista + XP Mouse Acceleration Fix Builder, and accept the default values, your current setup will be in the .REG filename created, just also tell me your polling rate.)
Hi Mark,
I used "low" setting in windows 2000. As described in this thread I have just been trying to achieve the simple doubling of mouse movement once passing a threshold (I think the threshold for 'low' setting was 6?) with no variable acceleration. Just a straight linear doubling. Unfortunately this has been impossible since XP.
Currently I have win7x64, 60hz refresh rate, 500hz mouse polling rate...um text size? whatever default is..not sure what that means. Resolution 1680x1050 but I do run dual monitors. I'm pretty sure back on windows 2000 I used a 125 hz polling rate. I'm willing to learn how to do this myself as I've read some of your other threads..just not sure how to do a simple doubling.
#17
Posted 08 May 2012 - 02:09 PM
Slider is centered and Enhanced Pointer Precision is ticked. (USB Wireless Logitech)
One might wonder... why the "Smooth..." entries don't exist?
Side note: My XP, however DOES have these entries and more (as per articles).
Significant or not?
#18
Posted 12 May 2012 - 07:22 AM
Pheesh, on 08 May 2012 - 12:40 PM, said:
I used "low" setting in windows 2000. As described in this thread I have just been trying to achieve the simple doubling of mouse movement once passing a threshold (I think the threshold for 'low' setting was 6?) with no variable acceleration. Just a straight linear doubling. Unfortunately this has been impossible since XP.
Currently I have win7x64, 60hz refresh rate, 500hz mouse polling rate...um text size? whatever default is..not sure what that means. Resolution 1680x1050 but I do run dual monitors. I'm pretty sure back on windows 2000 I used a 125 hz polling rate. I'm willing to learn how to do this myself as I've read some of your other threads..just not sure how to do a simple doubling.
Try this:
Windows7_MouseFix_TextSize(DPI)=100%_Scale=1-to-1(2-to-1@2.7)_@6-of-11.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Mouse] "MouseSpeed"="1" "MouseSensitivity"="10" "SmoothMouseXCurve"=hex:\ 00,00,00,00,00,00,00,00,\ 00,c9,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,\ 00,90,0c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00 "SmoothMouseYCurve"=hex:\ 00,00,00,00,00,00,00,00,\ 3c,4b,04,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,\ 0b,67,89,00,00,00,00,00,\ 00,00,00,00,00,00,00,00
NOTE TO OTHER PEOPLE: This approximates W2K Low accel ONLY FOR A 500Hz mouse. If anybody tries this but doesn't have a 500Hz mouse, it won't feel the same as W2K Low accel.
On Windows 2000 Server, Low was a threshold1 of 7, and I'm assuming that W2K Pro would be the same. mouse movements 1 thru 7 were 1-to-1, 8 and over were doubled.
Since you have a 500Hz mouse, the counts that Windows sees are divided by 4 (only 1/4 of the time to accumulate counts when polling at 4 times the rate.
So a stream of movements of 8 will now be a stream of movements of 2.
The above curve applies 1-to-1 up to 2.75 counts per movement, then doubled after that. Because of the smooth curve, the transition between 2 counts and 3 counts will not be exactly abrupt like in W2K: 2 counts might sometimes map to × 1.5 if the previous movement was 3.
It might feel like your old W2K, or it might not, because you might have gotten used to Windows 7 now. If your new mouse has a different DPI than the old, you may now move the mouse slower than you used to, or faster etc.
Let me know how it feels. Give it a try for a while. It needs EPP ON to work.
The magic numbers are:
The SmoothX and Y numbers are nominally speeds in inches/sec, multiplied by 65536 (to give a whole number).
Curve segment 1 has SmoothX = C900 (=51456), divided by 65536 = 0.785 inches/sec = 2.748 mouse counts per poll.
The conversion between SmoothX and mouse counts is buried deep within Windows, and uses this formula: SmoothX = mouse counts / 3.5
So to make a curve segment kick in at 5 counts per poll, SmoothX = 5/3.5 = 1.428, converted to fixed point hex = 1.428 * 65536 = 0x16DB6, which is stored as B6,6D,01
Smooth Y is set so that SmoothY / SmoothX × 96/150 / 3.5 = [required sensitivity], with some funky rounding going on.
For the first part of the curve, SmoothY = 0x044B3C (= 281404)
And then [required sensitivity] = 281404 / 51456 * 96/150 / 3.5 = 1.0
96 is not a constant, it is the Control Panel Text Size, 96 corresponds to Text Size = 100%. 150 and 3.5 are hard-coded constants.
I hope that's not too much info!
#19
Posted 12 May 2012 - 07:25 AM
submix8c, on 08 May 2012 - 02:09 PM, said:
Slider is centered and Enhanced Pointer Precision is ticked. (USB Wireless Logitech)
One might wonder... why the "Smooth..." entries don't exist?
Side note: My XP, however DOES have these entries and more (as per articles).
Significant or not?
If the normal MouseSpeed, SmoothMouseXCurve, etc are missing, default values are used. The defaults are the same as the values normally present for XP.
If you go into control Panel and change the 'Enhance pointer precision', it should create a MouseSpeed option.
#20
Posted 01 June 2012 - 05:27 AM
This post has been edited by ownage11: 04 June 2012 - 11:04 AM



Help

Back to top









