Page 35 of 72

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 02:40
by Chief Blur Buster
lyrill wrote:
06 Feb 2021, 02:13
i put real time and high io priority on the thing and still notice 8k+
Try a slightly higher priority is best -- you don't want to starve the mouse driver.

There must be quite a lot of imprecisions in that software.

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 12:35
by AddictFPS
"Enhance pointer precision" is acceleration, but even disabled, seems Windows 10 still has a bit of residual acceleration.

Open registry and check these values, backup before change it. You can edit manualy, or download .reg file to easy fix with just double click.

Author of the reg fix: MarkC Win10 100% Scale, 6/11 reg fix
http://donewmouseaccel.blogspot.com/201 ... n-fix.html
Image

Also can be downloaded here:

https://gist.github.com/razorenov/ea9e2 ... bd79b6c890

mouse_fix.reg

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Mouse]

"MouseSensitivity"="10"
"SmoothMouseXCurve"=hex:\
	00,00,00,00,00,00,00,00,\
	C0,CC,0C,00,00,00,00,00,\
	80,99,19,00,00,00,00,00,\
	40,66,26,00,00,00,00,00,\
	00,33,33,00,00,00,00,00
"SmoothMouseYCurve"=hex:\
	00,00,00,00,00,00,00,00,\
	00,00,38,00,00,00,00,00,\
	00,00,70,00,00,00,00,00,\
	00,00,A8,00,00,00,00,00,\
	00,00,E0,00,00,00,00,00

[HKEY_USERS\.DEFAULT\Control Panel\Mouse]

"MouseSpeed"="0"
"MouseThreshold1"="0"
"MouseThreshold2"="0"

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 15:29
by howiec
Chief Blur Buster wrote:
06 Feb 2021, 00:52
All combined, it's normal to see poll counters vary by about 5-10% because of Windows non-RTOS weak links. Not the mouse' fault.
Yeah, not surprised at all. Just more factors people need to take into consideration when questioning metrics.

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 15:37
by howiec
lyrill wrote:
06 Feb 2021, 02:13
i put real time and high io priority on the thing and still notice 8k+, even a 10k read, but the adjacent number is a 6k, so I guess that evens out lol.
Realtime process priority is just a high priority. Standard Windows is still not a RTOS.

Keep in mind that process priorities are just relative attributes, so as Chief said, be careful when choosing realtime.
In some cases, you're better off lowering priorities of non-critical / non-resource/time-sensitive processes vs increasing, say a game, to realtime.

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 18:08
by Meowchan
Could anyone provide data regarding the Viper 8k's click latency? Namely where does it fall on Overclock.net's list:

Table
Associated thread

If a mouse doesn't fall on the first page it's basically invisible to me.

I am also curious, given how cheap / early some of the mice near the top are, what is preventing companies from putting emphasis on achieving lowest possible click latency (and sensor motion latency)? You can find some big name companies with mice very down the list. I understand motion analysis is somewhat complex, but surely a button press is pretty simple matter, isn't it?

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 18:15
by axaro1
Meowchan wrote:
06 Feb 2021, 18:08
Could anyone provide data regarding the Viper 8k's click latency? Namely where does it fall on Overclock.net's list:

Table
Associated thread

If a mouse doesn't fall on the first page it's basically invisible to me.

I am also curious, given how cheap / early some of the mice near the top are, what is preventing companies from putting emphasis on achieving lowest possible click latency (and sensor motion latency)? You can find some big name companies with mice very down the list. I understand motion analysis is somewhat complex, but surely a button press is pretty simple matter, isn't it?
wait for RTings results

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 18:28
by howiec
Meowchan wrote:
06 Feb 2021, 18:08
Could anyone provide data regarding the Viper 8k's click latency?
[...]
If a mouse doesn't fall on the first page it's basically invisible to me.

I am also curious, given how cheap / early some of the mice near the top are, what is preventing companies from putting emphasis on achieving lowest possible click latency (and sensor motion latency)? You can find some big name companies with mice very down the list. I understand motion analysis is somewhat complex, but surely a button press is pretty simple matter, isn't it?
I wouldn't trust that list to be very accurate since it's just a compilation of other people's data which likely comprises of varying types and levels of test methodology and control.

If you're talking about purely the time it takes to electrically register the mechanical button actuation, then ideally you need to create a fixture that at least:
  • automates the button press (with a consistent timestamp relative to motor actuation vs button depression)
  • records time when click data is present on USB data line
If you trust Razer's marketing, they already state a 0.2ms click latency.
https://www.razer.com/razer-optical-mouse-switch

Well, they also state "<0.125ms click latency" here so maybe it's improved in gen2:
https://www.razer.com/gaming/mice/razer-viper-8khz

I would take the latter with a grain of salt without further clarification though the number itself seems quite reasonable.

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 18:37
by Meowchan
Every company says it has low click latency. I mean no disrespect to Razer or TheFiend but I rather get it from a 3rd party.

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 21:18
by lyrill
howiec wrote:
06 Feb 2021, 15:37
lyrill wrote:
06 Feb 2021, 02:13
i put real time and high io priority on the thing and still notice 8k+, even a 10k read, but the adjacent number is a 6k, so I guess that evens out lol.
Realtime process priority is just a high priority. Standard Windows is still not a RTOS.

Keep in mind that process priorities are just relative attributes, so as Chief said, be careful when choosing realtime.
In some cases, you're better off lowering priorities of non-critical / non-resource/time-sensitive processes vs increasing, say a game, to realtime.
yeah i only use it for smaller programs

Re: I have the new Razer 8000 Hz prototype gaming mouse on my desk.

Posted: 06 Feb 2021, 21:27
by lyrill
AddictFPS wrote:
06 Feb 2021, 12:35
"Enhance pointer precision" is acceleration, but even disabled, seems Windows 10 still has a bit of residual acceleration.

Open registry and check these values, backup before change it. You can edit manualy, or download .reg file to easy fix with just double click.

https://gist.github.com/razorenov/ea9e2 ... bd79b6c890

mouse_fix.reg

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Mouse]

"MouseSensitivity"="10"
"SmoothMouseXCurve"=hex:\
	00,00,00,00,00,00,00,00,\
	C0,CC,0C,00,00,00,00,00,\
	80,99,19,00,00,00,00,00,\
	40,66,26,00,00,00,00,00,\
	00,33,33,00,00,00,00,00
"SmoothMouseYCurve"=hex:\
	00,00,00,00,00,00,00,00,\
	00,00,38,00,00,00,00,00,\
	00,00,70,00,00,00,00,00,\
	00,00,A8,00,00,00,00,00,\
	00,00,E0,00,00,00,00,00

[HKEY_USERS\.DEFAULT\Control Panel\Mouse]

"MouseSpeed"="0"
"MouseThreshold1"="0"
"MouseThreshold2"="0"
my numbers are not like that. what do they mean? if i post a screenshot would you be able to translate how much accel I do have? I don't want to change if it alters my muscle memory even if i've only used win10 for half a year.