Search found 12 matches

by AndreyRGW
01 Oct 2022, 07:35
Forum: Input Lag / Display Lag / Network Lag
Topic: Our favorite DWM
Replies: 12
Views: 7467

Re: Our favorite DWM

espresso wrote:
25 Sep 2022, 11:29
AndreyRGW wrote:
11 Sep 2022, 15:32
Hi all,

I decided to do one test on Windows 11.
Timerbench with and without DWM. The results are interesting.

What do you think?
How do you "turn off" DWM?
Using this script - https://github.com/Ingan121/DWMKiller
by AndreyRGW
11 Sep 2022, 15:32
Forum: Input Lag / Display Lag / Network Lag
Topic: Our favorite DWM
Replies: 12
Views: 7467

Our favorite DWM

Hi all,

I decided to do one test on Windows 11.
Timerbench with and without DWM. The results are interesting.
Without DWM.jpg
Without DWM.jpg (27.82 KiB) Viewed 5317 times
With DWM.jpg
With DWM.jpg (26.14 KiB) Viewed 5317 times


What do you think?
by AndreyRGW
01 Jan 2022, 15:49
Forum: Input Lag / Display Lag / Network Lag
Topic: Replace QPC to RDTSC Timer in games
Replies: 26
Views: 24107

Re: Replace QPC to RDTSC Timer in games

I compiled RDTSC with your code, but I didn't notice any changes compared to the original. Try add SetProcessAffinityMask in first core see if any improvement SetProcessAffinityMask(GetCurrentProcess(), 1); test fix overhead of QueryPerformanceCounter didnt try for long time so give any updates of ...
by AndreyRGW
28 Dec 2021, 08:54
Forum: Input Lag / Display Lag / Network Lag
Topic: Replace QPC to RDTSC Timer in games
Replies: 26
Views: 24107

Re: Replace QPC to RDTSC Timer in games

i would like to update code so u guys get more game feeling by using the function QueryThreadCycleTime enjoy :D LONGLONG GetFrequency(DWORD sleepTime) { LARGE_INTEGER fq, st, ed; QueryPerformanceFrequency(&fq); QueryPerformanceCounter(&st); QueryThreadCycleTime(GetCurrentThread(), &st); LONGLONG be...
by AndreyRGW
27 Dec 2021, 13:29
Forum: Input Lag / Display Lag / Network Lag
Topic: Replace QPC to RDTSC Timer in games
Replies: 26
Views: 24107

Re: Replace QPC to RDTSC Timer in games

i would like to update code so u guys get more game feeling by using the function QueryThreadCycleTime enjoy :D LONGLONG GetFrequency(DWORD sleepTime) { LARGE_INTEGER fq, st, ed; QueryPerformanceFrequency(&fq); QueryPerformanceCounter(&st); QueryThreadCycleTime(GetCurrentThread(), &st); LONGLONG be...
by AndreyRGW
16 Aug 2021, 05:40
Forum: General — Displays, Graphics & More
Topic: Stuttering in every game
Replies: 8
Views: 3069

Re: Stuttering in every game

I know you’ve said that you have the GPU in MSI mode, but maybe you should try to change other drivers to MSI mode too. Have you thought about potentially a power delivery issue? It’s not very likely. However, since you’ve already done so many different things, it seems like the issue could be some...
by AndreyRGW
16 Aug 2021, 05:34
Forum: General — Displays, Graphics & More
Topic: Stuttering in every game
Replies: 8
Views: 3069

Re: Stuttering in every game

I'll throw something that comes to mind into the conversation. You mentioned closing all background programs. But have you made certain that you have no processes running in the background that interfere with your game? It could be something as simple as an overlay from a game launcher, or a progra...
by AndreyRGW
14 Aug 2021, 16:03
Forum: General — Displays, Graphics & More
Topic: Stuttering in every game
Replies: 8
Views: 3069

Re: Stuttering in every game

It seems like that could be associated with a USB or audio device. If you haven’t already, try to disable USB selective suspend. Also, turn off link state power management. Have you tried to update your BIOS? I tried unplugging the usb and updating the bios, but the stuttering didn't go anywhere.
by AndreyRGW
14 Aug 2021, 16:01
Forum: Input Lag / Display Lag / Network Lag
Topic: Replace QPC to RDTSC Timer in games
Replies: 26
Views: 24107

Re: Replace QPC to RDTSC Timer in games

Аnd so, who checked it? I'm not talking about multiplayer games, but a single player. What does it do? I checked this timer in Furmark without fur and my fps went from 1534 to 1619. My friend on an r5 1600, gtx 1060 and 8GB RAM tested this timer in witcher. With this timer his stuttering disappeare...
by AndreyRGW
13 Aug 2021, 08:48
Forum: General — Displays, Graphics & More
Topic: Stuttering in every game
Replies: 8
Views: 3069

Re: Stuttering in every game

Since no one else has chimed in, I’ll give you a few suggestions that come to mind. Disable all power saving features in the BIOS and in Windows (C-States, Ryzen RAM power down, and any others). Try to switch the GPU to MSI mode using a registry edit. Use EVGA Precision X’s BOOST LOCK feature to lo...