I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA

CPU peaks/Mouse Lag in 5384.4
Have you updated the video card drivers? Could be it. -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Ji?? Fiala" wrote in message
I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
No, unfortunatelly this is not the case :o( I tried the new nvidia beta drivers. Thanks though.
"Andre Da Costa [Extended64]" píse v diskusním príspevku
Have you updated the video card drivers? Could be it. -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Ji?? Fiala" wrote in message I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
Download SysInternal's Process Explorer Tool, it should help you to isolate what is causing the processor % spikes.
"Jiří Fiala" wrote in message
I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
Thanks! Its DPCs - Deferred Procedure Calls. Its performance graph looks like a haircomb with evenly distributed spikes of similar height. Anyone knows what this means?
"R. McCarty" wrote in message
Download SysInternal's Process Explorer Tool, it should help you to isolate what is causing the processor % spikes.
"Jiří Fiala" wrote in message I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
DPC's are used by either a device driver or by the kernel. Could be that one of the device drivers you have installed is badly written. When writing device drivers there are certain rules you need to take in account. One of these rules is to have the amount of processor time for a DPC as low as possible. So having a high number of DPC's is not necessarely a problem but the processor time the DPC needs to execute is very important because it runs in the active thread and it might hurt the performance of the process you are running like for example a game or even in your case Windows. That's also why Microsoft signs drivers with the WHQL logo they test for example the microseconds DPC's need to execute which needs to be under a certain limit.
What you can do is to see if this behavious is being caused by a certain application.
-- Gabriel Lozano-Morán The .NET Aficionado http://www.pointerx.net
"Jir? Fiala" wrote in message
Thanks! Its DPCs - Deferred Procedure Calls. Its performance graph looks like a haircomb with evenly distributed spikes of similar height. Anyone knows what this means?
"R. McCarty" wrote in message Download SysInternal's Process Explorer Tool, it should help you to isolate what is causing the processor % spikes.
"Jiří Fiala" wrote in message I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
It seems to be caused by faulty Nvidia driver. MS's driver in 5384 caused the system to be virtually unusable with my Sparkle GeForce 6600, Nvidia's newest driver helped alot, but there are still minor halts every 2 seconds... Never happened in XP and Vista builds prior 5365.
Thank you very much for response, though.
"Gabriel Lozano-Mor?n" wrote in message
DPC's are used by either a device driver or by the kernel. Could be that one of the device drivers you have installed is badly written. When writing device drivers there are certain rules you need to take in account. One of these rules is to have the amount of processor time for a DPC as low as possible. So having a high number of DPC's is not necessarely a problem but the processor time the DPC needs to execute is very important because it runs in the active thread and it might hurt the performance of the process you are running like for example a game or even in your case Windows. That's also why Microsoft signs drivers with the WHQL logo they test for example the microseconds DPC's need to execute which needs to be under a certain limit.
What you can do is to see if this behavious is being caused by a certain application.
-- Gabriel Lozano-Morán The .NET Aficionado http://www.pointerx.net
"Jir? Fiala" wrote in message Thanks! Its DPCs - Deferred Procedure Calls. Its performance graph looks like a haircomb with evenly distributed spikes of similar height. Anyone knows what this means?
"R. McCarty" wrote in message Download SysInternal's Process Explorer Tool, it should help you to isolate what is causing the processor % spikes.
"Jiří Fiala" wrote in message I have a nasty problem in 5381 and 5384.4. My CPU peaks every other second, resulting in a temporary systom halt (cursor stops, sound interrupts, hard drive pauses...). This happenned to me in previous builds only when installed to SATA drive. In 5381 and 5384, it doesn't matter if I install it on IDE or SATA, the problem is persistent
My config:
Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97
Any ideas? TIA
Jiří Fiala Wrote:
I have a nasty problem Athlon 64 3000+ Socket 754 Mobo Gigabyte K8VT800 1,5 GB RAM DDR IDE and SATA drives (non-RAID) GeForce 6600 AGP Onboard Realtek AC97 Any ideas? TIAFor Vista/U 64-bit, I've got the same CPU (E6 step/754), same RAM size, a 6200 AGP, PATA WD200 (and WD250, which I used to try the 32-bit
Vista/U). With the MS video driver installed 80% of the time the system was dead, and with the Nvidia driver installed (whatever the most recent was), 20% of the time is was dead. using the S/XGA video (no acceleration) was fine. Neither MS nor nvidia had an acceleration button in the troubleshoot panel (disabled button, actually). I bought an ATI 9600 (fanless) for not much, for the purpose of seeing if ATI is a little bit more agreeable. As mentioned, both the 32-bit and the 64-bit Vista versions have the same problem. This is a dfi nforce3 250 board. It runs xp64 fine.
-- 40thFloor ------------------------------------------------------------------------ 40thFloor's Profile: http://forums.techarena.in/member.php?userid=15538 View this thread: http://forums.techarena.in/showthread.php?t=518349
www.techarena.in
Windows Vista
User login
Related topics
- Cannot install Vista Beta 2 (Virtual PC)
- Inernet ??
- Blue Screen of Death on install!
- Initial reboot immediately black screens
- Farstone Virtual Drive
- EVE does not recognize DX10
- voip cyberphonek
- mfpmp.exe
- story if windows.. now the golden era of MS has ended
- OT: Windows Live Mail Desktop
- windows vista being weird
- Safe to install on my partial and keep XP running?
- Compatibility Mode!
- Autocad compatability
- After first Reboot....
- NERO 6 Burning?
- How to install MS Virtual PC 2004 in Vista Beta 2?
- Bad Vista 64bit downloads
- Power Button Changed
- Ali M5283 2-SerialATA /1-Parallel ATA Host Controller
- My gaming so far
- FWI: Latest AVG and VISTA 5270
- Installation problem
- Direct X In Vista Beta 2
- Is Aero Glass a worthwhile feature?
- WMP 11 slow to add files?
- pxh1pa64.sys
- finding all large files
- Vist still very brittle
- vista installation
- Longhorn (Vienna)
- any idea's on getting bb drivers for aol 2 work on vista ?
- After installation - returning to XP with spanned set.
- Lost internet connection in 32bit programs
- Winload.exe Corrupt?
- Pro Evolution Soccer 5 Sound Problems
- Unable to upgrade
- x64 Vista beta 2 download complete
- Vista 5365 and EFI?