• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Nvidia OFFICIAL Drivers

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
It is Data Execution Prevention. It is basically software (or hardware in the A64's case) that prevents the processor from executing potentially harmful code thereby preventing memory overflows. Sometimes however it prevents essential processes of a program from running in turn giving a blue screen.

It is a good idea just has some bugs to be worked out yet.

-Kevin
 
Originally posted by: Gamingphreek
It is Data Execution Prevention. It is basically software (or hardware in the A64's case) that prevents the processor from executing potentially harmful code thereby preventing memory overflows. Sometimes however it prevents essential processes of a program from running in turn giving a blue screen.

It is a good idea just has some bugs to be worked out yet.

-Kevin
So far neary a BSOD for me 🙂 In fact DEP works as advertised for me so far, it provides a message stating DEP has stopped a program to help protect my system and I have the option of letting it run or or not. This happened just yesterday during a Acrobat update.
 
Well, i am not happy at all with nVIDIA's drivers.

Now that i have disabled DEP, after a few normal reboots, i will get into Windows & my display will be 800x600, & some settings i changed with programs will be back to the way they were before i changed them.

It's as if the PC has crashed, yet i merely restarted.

I think i'm gonna switch back to the 61.77s 🙁, unless someone could guess why i am having these weird problems now.
 
Originally posted by: DAPUNISHER
So far neary a BSOD for me 🙂 In fact DEP works as advertised for me so far, it provides a message stating DEP has stopped a program to help protect my system and I have the option of letting it run or or not. This happened just yesterday during a Acrobat update.

hahah...for me when I had DEP on I couldn't access Search, User Accounts, and Services...which were all core windows services!! HAHA!! 🙁
 
Originally posted by: BFG10K
Slide show frame rates and blurry textures?
Painkiller shows a significant performance gain over 61.77 for me.
Well damn. Any advice on what to do? I ran the Uninstall from the Add/Remove Programs and selected to only remove the display drivers. Reboot. Installed new drivers. Reboot. Changed the AA to 4x and the AF to 8x in the driver settings. Also changed to high quality. These are the same settings I used for both drivers (61's and 66's). Any other tweaks you or anyone else can suggest?

I didn't even try Far Cry or Doom3. Painkiller was so bad, it just didn't matter. Everyone seems to be making some gains, but me. 🙁
 
Originally posted by: Maggotry
Originally posted by: BFG10K
Slide show frame rates and blurry textures?
Painkiller shows a significant performance gain over 61.77 for me.
Well damn. Any advice on what to do? I ran the Uninstall from the Add/Remove Programs and selected to only remove the display drivers. Reboot. Installed new drivers. Reboot. Changed the AA to 4x and the AF to 8x in the driver settings. Also changed to high quality. These are the same settings I used for both drivers (61's and 66's). Any other tweaks you or anyone else can suggest?

I didn't even try Far Cry or Doom3. Painkiller was so bad, it just didn't matter. Everyone seems to be making some gains, but me. 🙁

Driver cleaner.
 
Reinstalled 66.93's using driver cleaner first (followed instructions in the readme). Far Cry still ran fine. UT2004 had frames rates in the teens. Same with PainKiller and Doom3. I just don't get it. These drivers tank my 6800UOC.
 
66.93😀ownloaded,installed,tried ............rushed straight back to my old drivers.
I've got the very unfriendly blue screen...scary...
So, I think i'll stick with the good old 61.77 but maybe I'll give the 66.81 a try.
My machine :Athlon 64 3500,Asus 6800Gt 128MB
 
Originally posted by: Gamingphreek
It is Data Execution Prevention. It is basically software (or hardware in the A64's case) that prevents the processor from executing potentially harmful code thereby preventing memory overflows. Sometimes however it prevents essential processes of a program from running in turn giving a blue screen.

It is a good idea just has some bugs to be worked out yet.

-Kevin

Actually, it's both. DEP is MS's term for both a software + hardware solution. The software part is (at least in part - there may be more) a set of re-compiled binaries for XP in SP2, equivalent in function to using Visual C's "/GS" (generate stack probes) compilier switch. The hardware solution is only currently provided by AMD64 CPUs, by their "NX" (no-execute) bit feature, which prevents execution of code from virtual-memory pages set as "NX", on a per-page (usually 4KB, but could be 4MB) basis.

An application-mode DEP exception will trigger something basically like a GPF, and tell you that the application has attempted an "illegal operation", executing code from a non-executable page, or a stack buffer overflow.

A kernel-mode DEP exception (which is what appears to be happening here), is basically like a BSOD, it triggers a system halt or restart. (If the video drivers themselves die, the system can't BSOD either, even in the case of a "normal", non-DEP-initiated system halt. The system will just freeze or reboot, in that case. I've been having that trouble myself recently, actually, although it has nothing to do with DEP or UT2K4.)
 
Back
Top