Acties:
  • 0 Henk 'm!

  • kabasi
  • Registratie: December 2014
  • Laatst online: 29-01-2021
beste tweakers. ik heb weer een nieuwe rig gekocht, maar weer enorme input lagg met cs go....
rig is half jaar oud.... gisteren was het toevallig even weg en vandaag weer terug. heb eigenlijk niks verander

ik hoop dat mijn text hieronder niet onduidelijk word maar ik probeer zoveel mogenlijk te vertellen omdat ik al een hoop geprobeerd heb ook een clean os install al gedaan

mobo gigabyte aorus zx390 pro wifi ( drivers up to date ) bios up to date
cpu : intel i7 9700kf
vid : rtx 2060 winforce
voeding 600 w
ddr 4 corsaird 3200 16 gb
240 hz benq xl2546
ssd nvme 512 gb gigabyte
ssd nvme 128 gb samsung
ik dacht bij het begin misschien dat het een hardware probleem was maar aangezien het gisteren even weg was lijkt mij dat sterk.....

zoals ik al zij driver up to date, andere video kaart geprobeerd, verschillende nvdidia drivers..... sound op de computer ook compleet gedisabled.
verschillende nvidia settings geprobeerd uiteraard. pre rendered frames 1/2 enz vsyn off
maar nu zegt latencymon dit....... ja mijn cpu draait gewoon op stabiele snelheid. power options ook aangepast high performance min cpu/100 max /100

Afbeeldingslocatie: https://tweakers.net/i/FxzY1r8dYXRaeZCQ4BQnlS4l33g=/800x/filters:strip_exif()/f/image/NxcHxz5PKx56XO2XNVgyi9qz.png?f=fotoalbum_large


en de logg van latency mon post ik hieronder

Acties:
  • 0 Henk 'm!

  • kabasi
  • Registratie: December 2014
  • Laatst online: 29-01-2021
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
_________________________________________________________________________________________________________
CONCLUSION
_________________________________________________________________________________________________________
Your system appears to be having trouble handling real-time audio and other tasks. You are likely to experience buffer underruns appearing as drop outs, clicks or pops. One or more DPC routines that belong to a driver running in your system appear to be executing for too long. One problem may be related to power management, disable CPU throttling settings in Control Panel and BIOS setup. Check for BIOS updates. 
LatencyMon has been analyzing your system for  0:03:14  (h:mm:ss) on all processors.


_________________________________________________________________________________________________________
SYSTEM INFORMATION
_________________________________________________________________________________________________________
Computer name:                                        WIN-S4NQ1VT904P
OS version:                                           Windows 10, 10.0, version 1909, build: 18363 (x64)
Hardware:                                             Z390 I AORUS PRO WIFI, Gigabyte Technology Co., Ltd.
CPU:                                                  GenuineIntel Intel(R) Core(TM) i7-9700KF CPU @ 3.60GHz
Logical processors:                                   8
Processor groups:                                     1
RAM:                                                  16315 MB total


_________________________________________________________________________________________________________
CPU SPEED
_________________________________________________________________________________________________________
Reported CPU speed:                                   360 MHz

Note: reported execution times may be calculated based on a fixed reported CPU speed. Disable variable speed settings like Intel Speed Step and AMD Cool N Quiet in the BIOS setup for more accurate results.


_________________________________________________________________________________________________________
MEASURED INTERRUPT TO USER PROCESS LATENCIES
_________________________________________________________________________________________________________
The interrupt to process latency reflects the measured interval that a usermode process needed to respond to a hardware request from the moment the interrupt service routine started execution. This includes the scheduling and execution of a DPC routine, the signaling of an event and the waking up of a usermode thread from an idle wait state in response to that event.

Highest measured interrupt to process latency (µs):   5143.60
Average measured interrupt to process latency (µs):   3.326761

Highest measured interrupt to DPC latency (µs):       5115.0
Average measured interrupt to DPC latency (µs):       1.454506


_________________________________________________________________________________________________________
 REPORTED ISRs
_________________________________________________________________________________________________________
Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.

Highest ISR routine execution time (µs):              270.5250
Driver with highest ISR routine execution time:       dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation

Highest reported total ISR routine time (%):          0.248346
Driver with highest ISR total time:                   dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation

Total time spent in ISRs (%)                          0.251034

ISR count (execution time <250 µs):                   172741
ISR count (execution time 250-500 µs):                0
ISR count (execution time 500-1000 µs):               4
ISR count (execution time 1000-2000 µs):              0
ISR count (execution time 2000-4000 µs):              0
ISR count (execution time >=4000 µs):                 0


_________________________________________________________________________________________________________
REPORTED DPCs
_________________________________________________________________________________________________________
DPC routines are part of the interrupt servicing dispatch mechanism and disable the possibility for a process to utilize the CPU while it is interrupted until the DPC has finished execution.

Highest DPC routine execution time (µs):              6982.631667
Driver with highest DPC routine execution time:       nvlddmkm.sys - NVIDIA Windows Kernel Mode Driver, Version 442.74 , NVIDIA Corporation

Highest reported total DPC routine time (%):          0.064195
Driver with highest DPC total execution time:         dxgkrnl.sys - DirectX Graphics Kernel, Microsoft Corporation

Total time spent in DPCs (%)                          0.250140

DPC count (execution time <250 µs):                   751238
DPC count (execution time 250-500 µs):                0
DPC count (execution time 500-10000 µs):              32
DPC count (execution time 1000-2000 µs):              5
DPC count (execution time 2000-4000 µs):              0
DPC count (execution time >=4000 µs):                 6


_________________________________________________________________________________________________________
 REPORTED HARD PAGEFAULTS
_________________________________________________________________________________________________________
Hard pagefaults are events that get triggered by making use of virtual memory that is not resident in RAM but backed by a memory mapped file on disk. The process of resolving the hard pagefault requires reading in the memory from disk while the process is interrupted and blocked from execution.

NOTE: some processes were hit by hard pagefaults. If these were programs producing audio, they are likely to interrupt the audio stream resulting in dropouts, clicks and pops. Check the Processes tab to see which programs were hit.

Process with highest pagefault count:                 firefox.exe

Total number of hard pagefaults                       22487
Hard pagefault count of hardest hit process:          14742
Number of processes hit:                              64


_________________________________________________________________________________________________________
 PER CPU DATA
_________________________________________________________________________________________________________
CPU 0 Interrupt cycle time (s):                       14.060536
CPU 0 ISR highest execution time (µs):                270.5250
CPU 0 ISR total execution time (s):                   3.893104
CPU 0 ISR count:                                      157734
CPU 0 DPC highest execution time (µs):                6982.631667
CPU 0 DPC total execution time (s):                   3.387575
CPU 0 DPC count:                                      680523
_________________________________________________________________________________________________________
CPU 1 Interrupt cycle time (s):                       6.762041
CPU 1 ISR highest execution time (µs):                123.671111
CPU 1 ISR total execution time (s):                   0.015502
CPU 1 ISR count:                                      15011
CPU 1 DPC highest execution time (µs):                225.806111
CPU 1 DPC total execution time (s):                   0.387062
CPU 1 DPC count:                                      34039
_________________________________________________________________________________________________________
CPU 2 Interrupt cycle time (s):                       6.021565
CPU 2 ISR highest execution time (µs):                0.0
CPU 2 ISR total execution time (s):                   0.0
CPU 2 ISR count:                                      0
CPU 2 DPC highest execution time (µs):                96.4550
CPU 2 DPC total execution time (s):                   0.035109
CPU 2 DPC count:                                      11006
_________________________________________________________________________________________________________
CPU 3 Interrupt cycle time (s):                       6.48580
CPU 3 ISR highest execution time (µs):                0.0
CPU 3 ISR total execution time (s):                   0.0
CPU 3 ISR count:                                      0
CPU 3 DPC highest execution time (µs):                121.978889
CPU 3 DPC total execution time (s):                   0.021053
CPU 3 DPC count:                                      6226
_________________________________________________________________________________________________________
CPU 4 Interrupt cycle time (s):                       4.066545
CPU 4 ISR highest execution time (µs):                0.0
CPU 4 ISR total execution time (s):                   0.0
CPU 4 ISR count:                                      0
CPU 4 DPC highest execution time (µs):                140.541667
CPU 4 DPC total execution time (s):                   0.042126
CPU 4 DPC count:                                      12877
_________________________________________________________________________________________________________
CPU 5 Interrupt cycle time (s):                       3.301867
CPU 5 ISR highest execution time (µs):                0.0
CPU 5 ISR total execution time (s):                   0.0
CPU 5 ISR count:                                      0
CPU 5 DPC highest execution time (µs):                118.944444
CPU 5 DPC total execution time (s):                   0.012638
CPU 5 DPC count:                                      3904
_________________________________________________________________________________________________________
CPU 6 Interrupt cycle time (s):                       1.565822
CPU 6 ISR highest execution time (µs):                0.0
CPU 6 ISR total execution time (s):                   0.0
CPU 6 ISR count:                                      0
CPU 6 DPC highest execution time (µs):                104.610556
CPU 6 DPC total execution time (s):                   0.003767
CPU 6 DPC count:                                      1270
_________________________________________________________________________________________________________
CPU 7 Interrupt cycle time (s):                       1.607862
CPU 7 ISR highest execution time (µs):                0.0
CPU 7 ISR total execution time (s):                   0.0
CPU 7 ISR count:                                      0
CPU 7 DPC highest execution time (µs):                95.593333
CPU 7 DPC total execution time (s):                   0.005352
CPU 7 DPC count:                                      1436
_________________________________________________________________________________________________________

[ Voor 0% gewijzigd door Bart ® op 01-09-2020 09:58 ]


Acties:
  • 0 Henk 'm!

Verwijderd

Wat zijn je temperaturen?

Dat hij aangeeft dat je cpu op 360mhz loopt is wat gek

Acties:
  • 0 Henk 'm!

  • kabasi
  • Registratie: December 2014
  • Laatst online: 29-01-2021
Afbeeldingslocatie: https://tweakers.net/i/SmuU2IXEBnSv9_u3j08OiheNmv4=/800x/filters:strip_icc():strip_exif()/f/image/8IhTJWDYjaDBl2uMO8gQFQ7P.jpg?f=fotoalbum_large

Afbeeldingslocatie: https://tweakers.net/i/bWvMtaAWS6u3pKUwEOaTLS3J7qE=/800x/filters:strip_icc():strip_exif()/f/image/TEFwCkiZszSbZS0tMIjg1ydg.jpg?f=fotoalbum_large

Afbeeldingslocatie: https://tweakers.net/i/CD0YYiBU-mWibqlBoa2prse970I=/800x/filters:strip_icc():strip_exif()/f/image/ENrmbZyz9D9jYzhW2glpsIg3.jpg?f=fotoalbum_large

[ Voor 48% gewijzigd door kabasi op 01-09-2020 09:58 ]


Acties:
  • 0 Henk 'm!

Verwijderd

Heb je al eens gekeken naar de temperatuur van je hardware?

En weet je wel zeker dat CS:GO je 2060 pakt en niet je onboard videokaart? Wat versta je verder onder 'input lag'? Zou je dat kunnen uitleggen?

Acties:
  • +2 Henk 'm!

  • Bart ®
  • Registratie: Augustus 2004
  • Laatst online: 16:13

Bart ®

Moderator Spielerij

I have the cape.

Titel even iets minder schreeuwerig gemaakt en topic verplaatst naar het juiste forum. Tevens de logs even voorzien van code-tags, zodat het topic wat leesbaarder blijft :).

Cunning linguist.


Acties:
  • 0 Henk 'm!

Verwijderd

Het is wel handig als je de temperatuur meet op moment dat je CS:GO speelt. Want je hebt toch alleen problemen als je daarin bezig bent of niet?

En gebruik je verder nog zaken zoals streaming software en heb je misschien VM's draaien op je systeem?

[ Voor 5% gewijzigd door Verwijderd op 01-09-2020 09:59 ]


Acties:
  • 0 Henk 'm!

  • kabasi
  • Registratie: December 2014
  • Laatst online: 29-01-2021
deze temps zijn tijdens cs go

en nee ik stream niet. en dat zeg ik gisteren was het weg. en vandaag weer terug


Ping in game 8/tm/20 ms
heb xs4all internet bij ziggo lag mijn ping rond de 25 ms maar hetzelfde probleem het is dus ook niet internet gerelateerd. als ik offline speel heb ik het ook

[ Voor 82% gewijzigd door kabasi op 01-09-2020 10:03 ]


Acties:
  • 0 Henk 'm!

  • kabasi
  • Registratie: December 2014
  • Laatst online: 29-01-2021
ja mijn kabels zitten allemaal goed de i7 9700kf heeft geen onboard video


hmdi 240 hz geprobeerd.... displayport 240hz geprobeerd.... allemaal hetzelfde

en ja mijn frames komen boven de 240 uit

en wat ik bedoel met lagg is dat het gewoon stutterd en je voelt dat de game langzamer loopt vooral met schieten.

[ Voor 7% gewijzigd door kabasi op 01-09-2020 10:03 ]


Acties:
  • 0 Henk 'm!

  • Empilon
  • Registratie: Augustus 2020
  • Laatst online: 19-05 22:13

Empilon

IT Specialist

Hallo @kabasi,

Ik weet niet of je nog steeds last hebt van het probleem maar op steam staat een duidelijke uitleg over hoe je dit kan oplossen, zie onderaan bericht. Helaas wel allemaal in het engels maar dit zou het haperen op game pc's met hoge fps moeten verbeteren en daar door alles weer smooth laten runnen enz.
hopelijk is het zo opgelost ;)
https://steamcommunity.co...iledetails/?id=1270041177
Pagina: 1