Search found 9 matches

by Aeodyn
23 Mar 2024, 22:08
Forum: Input Lag / Display Lag / Network Lag
Topic: Basic C++ mouse tester
Replies: 5
Views: 1483

Re: Basic C++ mouse tester

pox02 wrote:
23 Mar 2024, 21:05
u forgot SetThreadAffinityMask rdtscp is not multicore safe
Thanks! Code look good now? Forgot since I was running it with cmd's `start` for affinity/priority.
by Aeodyn
23 Mar 2024, 20:30
Forum: Input Lag / Display Lag / Network Lag
Topic: Basic C++ mouse tester
Replies: 5
Views: 1483

Basic C++ mouse tester

I've adapted a very basic mouse raw input tester in C++: https://gitlab.com/Aeodyn/cpp-rawinput The main advantages are that it's single-threaded and uses TSC as the clock source plus QPC for wall clock sync, so as long as your CPU is Nehalem (2008) or newer, it should work great. To use it, double-...
by Aeodyn
16 Mar 2024, 20:12
Forum: Input Lag / Display Lag / Network Lag
Topic: Emulator settings
Replies: 13
Views: 2841

Re: UDP packet always UNREPLIED.

If your ISP is treating UDP differently than TCP, the solution is to use a VPN.
by Aeodyn
13 Mar 2024, 19:23
Forum: Area 51: Display Science, Research & Engineering
Topic: Motion sync and 8k polling rate
Replies: 2
Views: 1791

Re: Motion sync and 8k polling rate

If it's relevant, I've recorded the USB traffic of my dav3pro with Wireshark a bunch and there's always one more request packet (from the PC) before each response packet (from the mouse). Meaning, at 8kHz, the nth response is roughly 125μs after the (n+1)th request.
by Aeodyn
13 Mar 2024, 19:04
Forum: Input Lag / Display Lag / Network Lag
Topic: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!
Replies: 17
Views: 8292

Re: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!

F1zus wrote:
11 Mar 2024, 05:43
Okay, I followed the instructions and still got an error with the wrong file name or something. atieclxx.exe and your script were in the same folder.
I updated the OP with more detailed instructions; lmk how it goes.
by Aeodyn
10 Mar 2024, 22:04
Forum: Input Lag / Display Lag / Network Lag
Topic: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!
Replies: 17
Views: 8292

Re: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!

Okay, thanks for the answer. I downloaded python 3 on win10 and tried to run your script. It throws an error on the first line. PS: I would like to add that if you set min fps = max fps, then AMD chill will work like a regular fps limiter. But it limits it more correctly than the in-game limiter. A...
by Aeodyn
09 Mar 2024, 15:01
Forum: Input Lag / Display Lag / Network Lag
Topic: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!
Replies: 17
Views: 8292

Re: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!

Hello. I have an AMD system with an AMD processor and a Vega56 video card and a dav3 mouse with a frequency of 8khz and 1600dpi. I'm using a modified 24.1.1 driver with Radeon Chill, FreeSync and Vsync (in games) enabled. Amd Chill allows you to accurately limit FPS in games, and other functions sy...
by Aeodyn
01 Mar 2024, 20:03
Forum: Input Lag / Display Lag / Network Lag
Topic: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!
Replies: 17
Views: 8292

[Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!

This is due to spammers that the forum software doesn't let new members post URLs. May you post the URL but replace the periods with spaces? Like www gitlab com/etc/etc Ah gotcha, sure! Didn't want to evade a rule or anything. https://www.gitlab.com/Aeodyn/amdpatch [Edit by Chief Blur Buster -- Con...
by Aeodyn
01 Mar 2024, 19:23
Forum: Input Lag / Display Lag / Network Lag
Topic: [Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!
Replies: 17
Views: 8292

[Radeon+MouseHz Interference] atieclxx calls GetRawInputData causing mouse jitter - patched w/ python!

I've recently finally got my computer's MouseTester graphs stable with my dav3pro at 8000Hz. When I was digging into the last bits of jitter, I noticed in Windows Performance Aanalyzer that atieclxx.exe, a part of AMD's External Events Utility that is required for FreeSync and other things, calls `G...