Search found 12 matches

by vhagar
Yesterday, 18:53
Forum: Input Lag / Display Lag / Network Lag
Topic: These helped me a LOT
Replies: 12
Views: 3308

Re: These helped me a LOT

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "MaxDynamicTickDurationSize" /t REG_DWORD /d "4294967295" /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "IoPageLockLimit" /t REG_DWORD /d "2147483648" /f reg add "HKLM\SYSTEM\CurrentC...
by vhagar
Yesterday, 14:20
Forum: Input Lag / Display Lag / Network Lag
Topic: These helped me a LOT
Replies: 12
Views: 3308

Re: These helped me a LOT

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "MaxDynamicTickDurationSize" /t REG_DWORD /d "4294967295" /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "IoPageLockLimit" /t REG_DWORD /d "2147483648" /f reg add "HKLM\SYSTEM\CurrentC...
by vhagar
11 Nov 2023, 15:08
Forum: Input Lag / Display Lag / Network Lag
Topic: 'Potentially' solved my issue with the mouse.
Replies: 27
Views: 10037

Re: 'Potentially' solved my issue with the mouse.

Wasn't able to use that DX control panel app but did some googling and came across some threads on how to disable those two entries in the display tab of dxdiag via registry. After adding these two in and checking dxdiag before and after both fields - DirectDraw/Direct3D Acceleration show disabled. ...
by vhagar
06 May 2023, 15:05
Forum: Input Lag / Display Lag / Network Lag
Topic: Atlas OS
Replies: 21
Views: 6893

Re: Atlas OS

I'm sorry, but how to use nlite Gameros? Here's a pretty straightforward easy guide: https://www.youtube.com/watch?v=xLCWtC6UYrM - https://christitus.com/ntlite-guide/ (also, check out the comment section for more info.) - NTLite forums guides (including one on dpc latency reduction) https://www.nt...
by vhagar
05 May 2023, 06:07
Forum: Input Lag / Display Lag / Network Lag
Topic: Mouse pooling rate drops from 1000hz to 500hz
Replies: 5
Views: 4158

Re: Mouse pooling rate drops from 1000hz to 500hz

As far as I know, I'm pretty sure only Logitech mice do this (at least the one's with HERO sensor). I think it's related to the HERO's power saving method for polling the mouse. It says this on Logitech's site about the HERO sensor: HERO utilizes a smart power management system to continuously adju...
by vhagar
04 May 2023, 07:55
Forum: Input Lag / Display Lag / Network Lag
Topic: Atlas OS
Replies: 21
Views: 6893

Re: Atlas OS

I've tried GamerOS from the ntlite community. There is a quick start with this from Chris Titus. In my opinion this works much better than stripping things out yourself from a full install. YMMV.

https://github.com/ChrisTitusTech/ntlite-configs
by vhagar
07 Apr 2023, 11:06
Forum: Input Lag / Display Lag / Network Lag
Topic: (INTEL ONLY) An easy way to instantly lower input latency
Replies: 72
Views: 24226

Re: (INTEL ONLY) An easy way to instantly lower input latency

I was curious about the findings and possible uses for this tweak, here's a overclock thread that goes over the steps mentioned in the video:

https://www.overclock.net/threads/usb-p ... t-28661620
by vhagar
07 Feb 2023, 09:00
Forum: Input Lag / Display Lag / Network Lag
Topic: Timer Resolution - 0.497 ms
Replies: 15
Views: 10115

Re: Timer Resolution - 0.497 ms

useplatformtick no(deletevalue) always show 0.499 0.496 0.497 or like that. use 0.5ms timer not recomend on new windows build with useplatformtick yes, it decrease perfomance and highest dpc. sometimes usetick no show 0.5ms on z690/z790 d4 because this platform use undisable spread spectrum in cpu....
by vhagar
12 Jan 2023, 16:13
Forum: Input Lag / Display Lag / Network Lag
Topic: Timer Resolution - 0.497 ms
Replies: 15
Views: 10115

Re: Timer Resolution - 0.497 ms

After more testing it seems using legacy for tscsyncpolicy does indeed seem to give me .500 ms more consistently than using enhanced. Steps: - Boot - Let it sit for about a minute and move the mouse around notice the delay and what not, then it just kicks in you can feel the smoother difference. - R...
by vhagar
12 Jan 2023, 11:54
Forum: Input Lag / Display Lag / Network Lag
Topic: Timer Resolution - 0.497 ms
Replies: 15
Views: 10115

Re: Timer Resolution - 0.497 ms

I donot remember where i saw this but someone recommended testing both bcdedit /set tscsyncpolicy enhanced bcdedit /set tscsyncpolicy legacy that one of them gave him a consistent 0.5 try them out and see if it helps Thanks for the suggestions, I've tested both enhanced and legacy and upon a fresh ...