useplatformtick and/or disabledynamictick on mouse input lag

Everything about latency. This section is mainly user/consumer discussion. (Peer-reviewed scientific discussion should go in Laboratory section). Tips, mouse lag, display lag, game engine lag, network lag, whole input lag chain, VSYNC OFF vs VSYNC ON, and more! Input Lag Articles on Blur Busters.
jassine
Posts: 59
Joined: 21 Jan 2024, 10:38

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by jassine » 29 Aug 2024, 14:37

Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
Attachments
bios.jpg
bios.jpg (72.11 KiB) Viewed 4842 times
os hpet.PNG
os hpet.PNG (14.73 KiB) Viewed 4842 times
os hpet 2.PNG
os hpet 2.PNG (13.39 KiB) Viewed 4842 times

User avatar
Slender
Posts: 1534
Joined: 25 Jan 2020, 17:55

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by Slender » 29 Aug 2024, 14:38

jassine wrote:
29 Aug 2024, 14:37
Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.

jassine
Posts: 59
Joined: 21 Jan 2024, 10:38

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by jassine » 29 Aug 2024, 14:55

Slender wrote:
29 Aug 2024, 14:38
jassine wrote:
29 Aug 2024, 14:37
Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.
thanks alot, im gonna give it a try

User avatar
Slender
Posts: 1534
Joined: 25 Jan 2020, 17:55

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by Slender » 29 Aug 2024, 15:00

jassine wrote:
29 Aug 2024, 14:55
Slender wrote:
29 Aug 2024, 14:38
jassine wrote:
29 Aug 2024, 14:37
Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.
thanks alot, im gonna give it a try
and, you need check your kernel timer latency.
open latencymon, move it to check kernel timer latency, and if you on windows 10 you need open dpc latency cheker when you play and when you measure your kernel latency via latmon.

jassine
Posts: 59
Joined: 21 Jan 2024, 10:38

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by jassine » 29 Aug 2024, 17:13

Slender wrote:
29 Aug 2024, 14:38
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.
I tried all the possibilities, ACPI does not work for me, it keeps showing me HPET 14.32Mhz even when HPET is disabled in BIOS and OS. thanks for your time.
PS: my BCLK is always 99.8 when HPET is disabled and using TSC with spread spectrum off

Brask
Posts: 1
Joined: 07 Sep 2024, 19:23

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by Brask » 07 Sep 2024, 19:25

Slender wrote:
29 Aug 2024, 14:38
jassine wrote:
29 Aug 2024, 14:37
Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.
Hi Bro, Im On Final Build of Windows 10 and which setting are best for input lag?
TSC+RTC or TSC + TSC

User avatar
Slender
Posts: 1534
Joined: 25 Jan 2020, 17:55

Re: useplatformtick and/or disabledynamictick on mouse input lag

Post by Slender » 08 Sep 2024, 10:35

Brask wrote:
07 Sep 2024, 19:25
Slender wrote:
29 Aug 2024, 14:38
jassine wrote:
29 Aug 2024, 14:37
Slender wrote:
29 Aug 2024, 12:24

you wrong. if hpet is hard disable from bios, and useplatformclock yes it uses ACPI timer with 3.580 clock. You not disable hpet in bios.
.
and.. dont waste your time with that.
that is affect but it not fix.
I did disable it from bios, i did what u said, how am i wrong ?
that option not work for you.
if that option work correctly, your timer will be 3.580 acpi pmt with useplatformclock yes.
maybe you need deletevalue another (dynamicktick/usetick/tsc).
try only with clock yes.
if your hpet hard disable not work after that, you not need use clock yes.
you need use:
1) tsc timer + rtc tick / dynamicktick no (no because RTC tick dont have dynamictick)
usetick yes, useclock no, disdyntick no.
2) TSC timer + TSC tick (deletevalue usetick useclock) + disabledynamicktick yes / no.
Hi Bro, Im On Final Build of Windows 10 and which setting are best for input lag?
TSC+RTC or TSC + TSC
default. just open dpc latency cheker while game.
edit: also, you can try usetick yes, but disabledynamictick need be no / deletevalue +
dont use 0.5 timer with RTC tick, only 1000us.

Post Reply