[Windows 7] BSOD met games

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Goedenmorgen,

Ik heb voor een paar weken terug Windows 7 geinstalleerd en deze werkt perfect, behalve met games.

Het probleem is dat er steeds maar weer een BSOD volgt na een paar minuten gamen. Het spel begint te 'stotteren' en vervolgens komt er te staan "Attempt to reset the display driver and recover from timeout failed" op een mooie blauwe achtergrond, met een later genoemd "nvlddmkm.sys", vervolgens reboot de pc normaal.

Wat heb ik al geprobeerd?

- Standaard windows 7 driver
- Nieuwste Nvidia drivers (190.38)
- Compatibiliteits modus op XP gezet
- In het register een D-word waarde toegevoegd met TdrDelay, deze op 5 gezet

Ook dit mag niet werken. Iemand een idee, of hier ervaring mee en een oplossing?

Alvast bedankt :)

Specs:

Windows 7 x64
Asus P5B Vista Premium Edition
Geforce 8800gtx
4gig geheugen

Acties:
  • 0 Henk 'm!

  • dutchminator
  • Registratie: Mei 2005
  • Laatst online: 11:28
Mijn oplossing voor dit probleem was om geen nieuwe videodrivers te installeren, en gewoon te draaien op de standaard meegeleverde beta drivers. Deze draaien in mijn ervaring stabieler, en in sommige games zelfs sneller.
Met de nieuwere drivers van Nvidia had ik constant bluescreens, of weigerden sommige games zelfs om zonder artifacts te draaien (Empire:Total War bijvoorbeeld).

Als je wel het NVidia control panel erbij wilt hebben (Deze staat niet standaard geinstalleerd), moet je simpelweg de installer van deze zelfde Beta-drivers downloaden (Ik heb zo snel geen bron, maar kan deze na mijn werk wel ergens voor je uploaden), dan zit de Control panel er wel bij inbegrepen.

Als dit het probleem ook niet oplost, zou je je fans eens moeten controleren of ze nog wel fatsoenlijk koelen, en je videogeheugen testen.

Mijn specs zijn grotendeels vergelijkbaar:
Win7 RC x32
8800GTX
4g RAM

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Zou het kunnen dat dat nummertje 185.81 is? Aangezien ik al wel een keer de nieuwste drivers verwijderd heb, en de drivers gewoon door windows heb laten pakken.

Acties:
  • 0 Henk 'm!

  • dutchminator
  • Registratie: Mei 2005
  • Laatst online: 11:28
Dat weet ik niet precies, ik zit op het moment niet thuis, maar als Windows ze automatisch pakt (niet windows update!), dan zijn dat ze ;)

Acties:
  • 0 Henk 'm!

  • E-Vix
  • Registratie: Juni 2000
  • Laatst online: 10:42

E-Vix

Nu met sneeuw!

Het magische woord is.... Beta!

Je werkt met een beta versie van een OS met beta stuurprogramma's... Dan mag je niet verwachten dat alles ook optimaal draait.

Failed opening '/home/users/7942/signature.inc' for inclusion (include_path='.:') in /home/www/got/userstats.php on line 25


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
E-Vix schreef op woensdag 05 augustus 2009 @ 12:14:
Het magische woord is.... Beta!

Je werkt met een beta versie van een OS met beta stuurprogramma's... Dan mag je niet verwachten dat alles ook optimaal draait.
Dat verwacht ik ook helemaal niet, maar om er nou bij alles maar van uit te gaan dat het niet werkt omdat het een 'Beta' is...

De kans is aanwezig, of het daadwerkelijk daar aan ligt, dat is dan weer iets om uit te zoeken..

Acties:
  • 0 Henk 'm!

  • Jester-NL
  • Registratie: Januari 2003
  • Niet online

Jester-NL

... pakt een botte bijl

Ik denk dat dat 'beta' wel meevalt. Win7 is al geruime tijd 'release client', wat inhoudt dat er niet heel veel meer veranderd.
En het component dat die BSoD genereerd is er een van nVidia. En doet al langer moeilijk, als ik Google op na sla. Probeer inderdaad eens wat andere drivers... misschien dat nVidia nog niet helemaal win7-compatible is...

The sky above the port was the color of television, turned to a dead channel
me @ last.fm


Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Bram_A,Heb je de memory dump al eens geanlyseerd met de Debugging Tools for Windows?. Dat is de enige manier om precies te achterhalen waar het fout gaat.

Zie ook hier:
FAQ: Windows Crash/Memory dumps FAQ

[ Voor 12% gewijzigd door Turdie op 05-08-2009 13:04 ]


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
shadowman12 schreef op woensdag 05 augustus 2009 @ 13:03:
Bram_A,Heb je de memory dump al eens geanlyseerd met de Debugging Tools for Windows?. Dat is de enige manier om precies te achterhalen waar het fout gaat.

Zie ook hier:
FAQ: Windows Crash/Memory dumps FAQ
Ga ik nu proberen..

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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\Minidump\080409-20904-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is: 
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows 7 Kernel Version 7100 MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7100.0.amd64fre.winmain_win7rc.090421-1700
Machine Name:
Kernel base = 0xfffff800`02a63000 PsLoadedModuleList = 0xfffff800`02c9ce90
Debug session time: Tue Aug  4 17:37:27.335 2009 (GMT+2)
System Uptime: 0 days 0:06:46.067
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
................................................................
..........................................
Loading User Symbols
Loading unloaded module list
.....
Unable to load image \SystemRoot\System32\drivers\dxgkrnl.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for dxgkrnl.sys
*** ERROR: Module load completed but symbols could not be loaded for dxgkrnl.sys
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 116, {fffffa8006fda010, fffff8800494f140, 0, 2}

Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Probably caused by : nvlddmkm.sys ( nvlddmkm+e1140 )

Followup: MachineOwner
---------


Zoiets?

[ Voor 96% gewijzigd door Verwijderd op 05-08-2009 13:40 ]


Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Verwijderd schreef op woensdag 05 augustus 2009 @ 13:30:
[...]
Ga ik nu proberen..
[knip]
Zoiets?
Dit is een begin, maar wel even de goede symbols instellen op de volgende manier:
code:
1
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols


Even deze site goed doorlezen:
Debugging Tools and Symbols: Getting Started

[ Voor 97% gewijzigd door Turdie op 05-08-2009 15:22 ]


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Hm, gelukt, en toen kregen we dit:

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
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\Bram Assendorp\Desktop\080409-20904-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7100 MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7100.0.amd64fre.winmain_win7rc.090421-1700
Machine Name:
Kernel base = 0xfffff800`02a63000 PsLoadedModuleList = 0xfffff800`02c9ce90
Debug session time: Tue Aug  4 17:37:27.335 2009 (GMT+2)
System Uptime: 0 days 0:06:46.067
Loading Kernel Symbols
...............................................................
................................................................
..........................................
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 116, {fffffa8006fda010, fffff8800494f140, 0, 2}

Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
Probably caused by : nvlddmkm.sys ( nvlddmkm+e1140 )

Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

VIDEO_TDR_FAILURE (116)
Attempt to reset the display driver and recover from timeout failed.
Arguments:
Arg1: fffffa8006fda010, Optional pointer to internal TDR recovery context (TDR_RECOVERY_CONTEXT).
Arg2: fffff8800494f140, The pointer into responsible device driver module (e.g. owner tag).
Arg3: 0000000000000000, Optional error code (NTSTATUS) of the last failed operation.
Arg4: 0000000000000002, Optional internal context dependent data.

Debugging Details:
------------------


FAULTING_IP: 
nvlddmkm+e1140
fffff880`0494f140 803d51b4970000  cmp     byte ptr [nvlddmkm+0xa5c598 (fffff880`052ca598)],0

DEFAULT_BUCKET_ID:  GRAPHICS_DRIVER_TDR_FAULT

CUSTOMER_CRASH_COUNT:  1

BUGCHECK_STR:  0x116

PROCESS_NAME:  System

CURRENT_IRQL:  0

STACK_TEXT:  
fffff880`02e2e9c8 fffff880`03d3acbc : 00000000`00000116 fffffa80`06fda010 fffff880`0494f140 00000000`00000000 : nt!KeBugCheckEx
fffff880`02e2e9d0 fffff880`03d3a9c6 : fffff880`0494f140 fffffa80`06fda010 fffffa80`06a36d50 fffffa80`06978410 : dxgkrnl!TdrBugcheckOnTimeout+0xec
fffff880`02e2ea10 fffff880`0534bf07 : fffffa80`06fda010 00000000`00000000 fffffa80`06a36d50 fffffa80`06978410 : dxgkrnl!TdrIsRecoveryRequired+0x1a2
fffff880`02e2ea40 fffff880`05375b75 : 00000000`ffffffff 00000000`0000645e 00000000`00000000 00000000`00000002 : dxgmms1!VidSchiReportHwHang+0x40b
fffff880`02e2eb20 fffff880`053742bb : 00000000`00000102 00000000`00000000 00000000`0000645e 00000000`00000000 : dxgmms1!VidSchiCheckHwProgress+0x71
fffff880`02e2eb50 fffff880`053472c6 : ffffffff`fe8287c0 fffffa80`06978410 00000000`00000000 00000000`00000000 : dxgmms1!VidSchiWaitForSchedulerEvents+0x1fb
fffff880`02e2ebf0 fffff880`05373e7a : 00000000`00000000 fffffa80`049d6d50 00000000`00000080 fffffa80`06978410 : dxgmms1!VidSchiScheduleCommandToRun+0x1da
fffff880`02e2ed00 fffff800`02d67e66 : 00000000`fffffc32 fffffa80`066e1b60 fffffa80`048d7040 fffffa80`066e1b60 : dxgmms1!VidSchiWorkerThread+0xba
fffff880`02e2ed40 fffff800`02a94a86 : fffff880`009e6180 fffffa80`066e1b60 fffff880`009f0f40 00000000`00000000 : nt!PspSystemThreadStartup+0x5a
fffff880`02e2ed80 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KxStartSystemThread+0x16


STACK_COMMAND:  .bugcheck ; kb

FOLLOWUP_IP: 
nvlddmkm+e1140
fffff880`0494f140 803d51b4970000  cmp     byte ptr [nvlddmkm+0xa5c598 (fffff880`052ca598)],0

SYMBOL_NAME:  nvlddmkm+e1140

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nvlddmkm

IMAGE_NAME:  nvlddmkm.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5ce19c

FAILURE_BUCKET_ID:  X64_0x116_IMAGE_nvlddmkm.sys

BUCKET_ID:  X64_0x116_IMAGE_nvlddmkm.sys

Followup: MachineOwner
---------

[ Voor 45% gewijzigd door Verwijderd op 05-08-2009 18:21 ]


Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Verwijderd schreef op woensdag 05 augustus 2009 @ 18:20:
Hm, gelukt, en toen kregen we dit:

[code]
[knip]
Lees de topic eens goed door:
nvlddmkm.sys BSOD 116, System crash on nvlddmkm.sys regardless
TDR Back After 8/15 Windows Update

Jij bent volgens mij ook niet de enige die dit probleem heeft.
Hier

[ Voor 17% gewijzigd door Turdie op 05-08-2009 18:29 ]


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Hmm, ben bang dat t word wachten tot nvidia met een update komt..

Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Verwijderd schreef op woensdag 05 augustus 2009 @ 19:28:
Hmm, ben bang dat t word wachten tot nvidia met een update komt..
Ik heb een support case voor je aangemaakt bij nVidia, ik meldt me hier weer als ik meer informatie heb.

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
shadowman12 schreef op woensdag 05 augustus 2009 @ 19:43:
[...]


Ik heb een support case voor je aangemaakt bij nVidia, ik meldt me hier weer als ik meer informatie heb.
Dankje ;) Ben op het moment bezig om Windows 7 x86 te installeren, dus waarschijnlijk kan ik je vanavond nog wat meer info geven of het alleen een 64 bits probleem is.

Bovenstaande levert ook bsod's op.

[ Voor 5% gewijzigd door Verwijderd op 06-08-2009 00:00 ]


Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Hai, ik heb antwoord gekregen van NVIDIA.

Zou je deze vragen kunnen beantwoorden
nvlddmkm.sys error message may occur due to some instability, graphics driver issue
or graphics card problem. Therefore, in order to assist you better and to determine
the nature of problem you are experiencing, I will need additional information.

1) Did you uninstall the old display driver, prior to installing the new driver for
your graphics card?
2) What was the version of last working driver?
3) Did you try installing the graphics driver in safe mode?
4) Please send us the screenshot of error message you are receiving.
5) Lastly, please perform the following steps to send us the "msinfo32" (system
configuration) file.

a) Click on the Start button.
b) Select Search,
c) In the Open field, type in "msinfo32" and then press the OK button.
d) This will bring up the Microsoft System Information Utility. Click on File and
then save to save this information to your hard drive. You may give it any name you
choose.
e) Once the file has been saved on your hard drive, attach it to this support
request so that we could review your system configuration.

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
1) Did you uninstall the old display driver, prior to installing the new driver for your graphics card?

- Yes.

2) What was the version of last working driver?

- No working driver found.

3) Did you try installing the graphics driver in safe mode?

- Yes, same problems.

4) Please send us the screenshot of error message you are receiving.

- Can't, because it's a BSOD.

5) Lastly, please perform the following steps to send us the "msinfo32".

- Too long to post here. Short version:

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
Systeeminformatierapport is geschreven op: 08/06/09 20:13:26
Systeemnaam: BRAM
[Systeemoverzicht]

Item    Waarde  
Naam van besturingssysteem  Microsoft Windows 7 Ultimate    
Versie  6.1.7100 Build 7100 
Andere beschrijving van besturingssysteem   Niet beschikbaar    
Leverancier van besturingssysteem   Microsoft Corporation   
Systeemnaam BRAM    
Systeemfabrikant    System manufacturer 
Systeemmodel    System Product Name 
Systeemtype Op x86 gebaseerde pc    
Processor   Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz, 2400 MHz, 2 core('s), 2 logische processor(s)  
BIOS-versie/datum   American Megatrends Inc. 0402, 29-1-2007    
SMBIOS-versie   2.4 
Map met Windows C:\Windows  
Systeemmap  C:\Windows\system32 
Opstartapparaat \Device\HarddiskVolume1 
Landinstelling  Nederland   
HAL (Hardware Abstraction Layer)    Versie = "6.1.7100.0"   
Gebruikersnaam  bram\Bram   
Tijdzone    Centraal-Europa (zomertijd) 
Geïnstalleerd fysiek geheugen (RAM) 4,00 GB 
Totaal fysiek geheugen  2,00 GB 
Beschikbaar fysiek geheugen 1,01 GB 
Totaal virtueel geheugen    4,00 GB 
Beschikbaar virtueel geheugen   2,86 GB 
Ruimte voor wisselbestand   2,00 GB 
Wisselbestand   C:\pagefile.sys 

[Hardwarebronnen]



[Conflicten/Delen]

Bron    Apparaat    
I/O-poort 0x00000000-0x00000CF7 PCI-bus 
I/O-poort 0x00000000-0x00000CF7 Controller voor directe geheugentoegang 
        
I/O-poort 0x000003C0-0x000003DF Intel(R) P965/G965 PCI Express Root Port - 29A1 
I/O-poort 0x000003C0-0x000003DF NVIDIA GeForce 8800 GTX 
        
IRQ 23  Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836   
IRQ 23  Intel(R) ICH8 Family USB Universal Host Controller - 2830   
        
IRQ 16  Standaard Dual Channel PCI IDE Controller   
IRQ 16  Standard Universal PCI to USB Host-controller   
IRQ 16  Intel(R) P965/G965 PCI Express Root Port - 29A1 
IRQ 16  Intel(R) ICH8 Family PCI Express Root Port 1 - 283F 
IRQ 16  Intel(R) ICH8 Family PCI Express Root Port 5 - 2847 
IRQ 16  NVIDIA GeForce 8800 GTX 
        
IRQ 17  Marvell Yukon 88E8056 PCI-E Gigabit Ethernet-controller 
IRQ 17  Intel(R) ICH8 Family PCI Express Root Port 6 - 2849 
        
IRQ 19  Intel(R) ICH8 4 port Serial ATA Storage Controller - 2820   
IRQ 19  Intel(R) ICH8 2 port Serial ATA Storage Controller - 2825   
IRQ 19  Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet-controller 
IRQ 19  Intel(R) ICH8 Family USB Universal Host Controller - 2831   
        
Geheugenadres 0xA0000-0xBFFFF   PCI-bus 
Geheugenadres 0xA0000-0xBFFFF   Intel(R) P965/G965 PCI Express Root Port - 29A1 
Geheugenadres 0xA0000-0xBFFFF   NVIDIA GeForce 8800 GTX 
        
I/O-poort 0x000003B0-0x000003BB Intel(R) P965/G965 PCI Express Root Port - 29A1 
I/O-poort 0x000003B0-0x000003BB NVIDIA GeForce 8800 GTX

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
@shadowman12, al iets gehoord toevallig? Heb nog steeds geen oplossing kunnen vinden..

Acties:
  • 0 Henk 'm!

  • uname -r
  • Registratie: Oktober 2003
  • Laatst online: 23-07 08:01
Iets wat ik tegen kwam via google.

Van BSOD naar Display driver stopped responding but has recovered.

The only thing that I do different is that
1.) Uninstall Driver in windows
2.) Reboot into Safe Mode
3.) Run Driver Cleaner
4.) Run Ccleaner and it's registry cleaner
5.) Reboot in Windows
6.) Install New Driver

Misschien werkt dit voor jou, probeer het eens en laat ons weten wat de uitkomst is.

Acties:
  • 0 Henk 'm!

  • Turdie
  • Registratie: Maart 2006
  • Laatst online: 20-08-2024
Verwijderd schreef op zondag 16 augustus 2009 @ 14:01:
@shadowman12, al iets gehoord toevallig? Heb nog steeds geen oplossing kunnen vinden..
Wegens drukte en vakantie geen reactie kunnen sturen naar nVidia, ik adviseer zelf even een support-case aan te maken bij nVidia.
Dat kan via deze manier:
Support case NVIDIA.

Let er wel op dat NVIDIA nog niet officieel Windows 7 ondersteund, vermeld dat dan ook niet in je case, want dan zijn je kansen verkeken.

[ Voor 13% gewijzigd door Turdie op 16-08-2009 16:04 ]

Pagina: 1