Changed my hardware config, need help changing my overclock.

About a year ago I completed my new OC system using a considerable amount of input here.  It has run well overall.  However, my original intent was to use the PC solely for productivity apps and internet access.  Recently, my XBox 360 died (you're shocked, I know) and I picked up Rome Total War to pass the time.  It didn't take me very long to realize the video card I was using wasn't adequate.  Here's my original system config (100% stable):
MSI K9N SLI Platinum nForce 570 BIOS 1.8
AMD Athlon 64 X2 5200+ 3.12Ghz (240*13) @ 1.45v
SuperTalent 1GB DDR2 800 445.8Mhz DDR2 (CPU/7) @ 1.90v, 5-5-5-15-20-2T timings
SuperTalent 1GB DDR2 800 445.8Mhz DDR2 (CPU/7) @ 1.90v, 5-5-5-15-20-2T timings
MSI NX8500GT-TD256E 576Mhz core, 512Mhz GDDR2
XClio Stablepower 500W +3.3V@30A, +5V@30A, +12V1@18A, +12V2@18A
I purchased an MSI NX8800GTS 320M OC to replace the NX8500GT.  The NX8800GTS uses a dedicated 6-pin PCIE power connector, while the NX8500GT does not.  In addition, the 8800GTS generates ALOT of heat.  The 8800GTS was increasing ambient case temp, which in turn was increasing core temp to the point that the system was becoming unstable after long periods of playing RTW.  I decided to lower my overclock in an effort to reduce voltages and hopefully reduce system temps across the board (I can't add anymore cooling, I already have 3 fans plus a Zalman CPU cooler).  Here's my current config:
MSI K9N SLI Platinum nForce 570 BIOS 1.8
AMD Athlon 64 X2 5200+ 2.99Ghz (230*13) @ 1.35v
SuperTalent 1GB DDR2 800 427.1Mhz DDR2 (CPU/7) @ 1.80v, 5-5-5-15-20-2T timings
SuperTalent 1GB DDR2 800 427.1Mhz DDR2 (CPU/7) @ 1.80v, 5-5-5-15-20-2T timings
MSI NX8800GTS 320M OC 630Mhz core, 930Mhz GDDR2
XClio Stablepower 500W +3.3V@30A, +5V@30A, +12V1@18A, +12V2@18A
Here's where my question comes from:
I ran Orthos small FFT test, priority 9 with the above settings for 12 hours -- no errors.
I ran memtest86+ test #5, 24 passes -- no errors
However, I cannot get the Orthos large FFT test or blended CPU + RAM test to run for more than a few hours without starting to error out.  I'm pretty sure the CPU is stable because of the small FFT test.  So I think the problem is my memory.
At 1.90v, the large FFT test errors out after about 30 minutes.  The blended FFT test errors out after about 4 hours.
At 1.95v, the large FFT test errors out after about 3 hours.  The blended FFT test errors our after about 6 hours.
At 2.00v and above, the PC starts behaving erratically.  It will freeze up sometimes, requiring me to pull the power and restart.  And sometimes it will just power down.
Should I just trust the first two tests and ignore these results?  I guess I'm not sure what to do at this point.  I accomplished my goal of reducing temps (almost 8C degrees) but I want to make sure the thing is stable.
Also, I asked this question a while back and got conflicting answers - is it better to have a high memory frequency or tight timings?  Because my cheap RAM really can't do both.

Here is what I meant by Fine Tuning or finding that Sweet Spot.
There are 36 different CPU Speeds and I figured 152 possible memory speeds based on figures I have seen here.
200 to 250MHZ FSB (10 MHZ steps I am guessing)
10 to 15 Multiplier
7-13 divider
308MHZ to 1071MHZ memory speeds
Many more are possible not just the 4 that CPUZ shows for your current settings.
Here are a few you might try with the 4-4-4-10 timings.
FSB   Multi   GHZ   Divider DRAM Freq.
220   13   2860   8   715
230   14   3220   9   716
240   15   3600   10   720
240   12   2880   8   720
250   13   3250   9   722
220   15   3300   9   733
210   14   2940   8   735
240   14   3360   9   747
230   13   2990   8   748
250   15   3750   10   750
250   12   3000   8   750
200   15   3000   8   750
230   15   3450   9   767
220   14   3080   8   770
250   14   3500   9   778
240   13   3120   8   780
210   15   3150   8   788
240   15   3600   9   800
200   14   2800   7   800
230   14   3220   8   805
250   13   3250   8   813
220   13   2860   7   817
240   12   2880   7   823
220   15   3300   8   825
250   15   3750   9   833
240   14   3360   8   840
210   14   2940   7   840
230   13   2990   7   854
Some are slower CPU clock speed than what you are at now but might Benchmark better at 4-4-4-10. Some have higher CPU speeds and might fail, but I listed them in case you wanted to give it a shot.  After all you might have hit the memory wall at 890MHZ and not the CPU wall at 3.12GHZ
Set memory volts to max allowed by manufacturer and have fun. You can lower them later in steps to fine tune.

Similar Messages

  • [SOLVED]Wow in bin32-wine-wow-hardware-cursor need help with patching

    Hi all.
    I have installed bin32-wine-wow-hardware-cursor from AUR and it's working pretty fine I must say. I still have one important issue. That is, that the cursor acts strange when holding the button pressed down, as you do when turning etc. The cursor then moves to the middle of the screen and shakes, until you release the button.
    There is a fix for this posted on the Ubuntuforums, but I don't know how to implement this in Arch. Trust me, I have tried in so many ways possible, but I don't have the knowledge to do this. Please help me, or point me in the right direction.
    http://ubuntuforums.org/showpost.php?p= … tcount=172
    I have managed to fix this problem myself. If any of you are wanting the same functionality as what i mentioned above, navigate to your mouse.c find the function update_mouse_state, and then make the changes below...
    static void update_mouse_state( HWND hwnd, Window window, int x, int y, unsigned int state, POINT *pt )
    struct x11drv_thread_data *data = x11drv_thread_data();
    char *hwgl;
    get_coords( hwnd, window, x, y, pt );
    hwgl = getenv("WINE_CURSOR");
    /* update the cursor */
    if (hwgl == NULL){
    if (data->cursor_window != window)
    data->cursor_window = window;
    wine_tsx11_lock();
    if (data->cursor) XDefineCursor( data->display, window, data->cursor );
    wine_tsx11_unlock();
    Thank you in advance.
    EDIT: To clear things out a bit. I am using 64-bit Arch.
    Last edited by n4h0j (2010-05-03 20:55:26)

    n4h0j wrote:
    itsbrad212 wrote:
    n4h0j wrote:
    Thx for the reply.
    However, I don't think that one includes the right patch either. That just looks like the 32-bit version of the bin32-wine-wow-hardware-cursor. And I cannot install that on my system.
    When talking about cursor issues there are 2.
    1. Getting hardware cursor in OpenGL.
    2. Irritating cursor-behavior when pressing down the buttons to turn etc.
    The package you refer to solves problem #1, so does the bin32-wine-wow-hardware-cursor. It's problem #2 that need fixing. I would assume, since it is just a cosmetic defect, no one else has bothered before me.
    But still, it's solvable in Ubuntu, and I am kind of a perfectionist.
    EDIT: Yes, I can see now that the mouse.c is in the archive. I would be able to edit myself. But (silly question) I won't be able to run the PKGBUILD with that source, right?
    Well, you could always edit the file then re-tar/bzip it.
    The PKGBUILD wiki article states:
    Note: If you need to supply files which are not downloadable on the fly, e.g. self-made patches, you simply put those into the same directory where your PKGBUILD file is in and add the filename to this array. Any paths you add here are resolved relative to the directory where the PKGBUILD lies. Before the actual build process is started, all of the files referenced in this array will be downloaded or checked for existence, and makepkg will not proceed if any are missing.
    So basically, edit the PKGBUILD and set the source to the location of the newly bziped file you have after applying the patch. Then it should use that one instead
    But, that won't be possible on a 64-bit system, right? I can't use the 32-bit source.
    Or am I missing some piece of the puzzle here?
    I think I'm missing part of the puzzle....
    Ok, title of thread: "bin32-wine-wow-hardware-cursor"
    That makes me assume 32-bit
    Next, source file you downloaded:
    wine-wow-hardware-cursor-1.1.43-1-i686.pkg.tar.gz
    Again, 32-bit...
    I'm confused with what you want now
    Last edited by itsbrad212 (2010-05-03 07:17:47)

  • I still need help. i am technically challanged.  i up graded my phonr to a 5 s.  i backed up my phone on icloud.  i cAn not get my notes or photos.   it looks like the icloud email address is wrong. how can i change it or get my missing items

    I need help. I am not good with technology. I upgraded phone today to 5 s I am missing notes and photos  it looks like the cloud address is not correct. Any suggestions

    Have you forgotten your password? - if so, you have a problem if the email address has gone dead.
    If you know your password, go to the iTunes Store, click on Account. log in and you can change the associated email address.
    If you don't know your password, and have no email address, you are going to have problems because it's difficult to see how Apple are going to identify you as the authorised owner of the account. Contact iTunes Support: go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

  • I need help changing my credit card details so that I can use the App Store but I can't get it to work

    I need help updating credit card. Details as its not sllowing me to get any apps

    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Account Information  >  http://support.apple.com/kb/HT1918
    If necessary... Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Need help big time. I need to change my apple ID but the original email address I set it up under is no longer used so i can't get my proper password sent to me. I don't want to set up a new account and lose all my old apps I have purchased.

    need help.  Before I set up my I-pad i need to regain access to my I-Tunes account, easy enough. The problem is I cannot re-set password.  I have tried to re-set and send to my designated email but it does not work. How can i get someone from Apple on the phone to help?

    Have you forgotten your password? - if so, you have a problem if the email address has gone dead.
    If you know your password, go to the iTunes Store, click on Account. log in and you can change the associated email address.
    If you don't know your password, and have no email address, you are going to have problems because it's difficult to see how Apple are going to identify you as the authorised owner of the account. Contact iTunes Support: go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

  • I'm trying to change my ICloud e-mail to match the one associated with the Apple ID? Can someone tell me how to do this? Seems like the phone won't accept the new one, the message states "you already have acct associated....."  (a given!!)  I need help !!

    I'm trying to change my ICloud e-mail to match the one associated with the Apple ID? Can someone tell me how to do this? Seems like the phone won't accept the new one, the message states "you already have acct associated....."  (a given!!)  I need help !!

    You made a purchase and exhausted the credit on your card before it processed. All purchases are final. Contact iTunes Store support. You need to settle up before you can purchase or download anything else.

  • My number 5 key is not working and my password has a number 5 in it. How can I change my password when I'm signed in on another account or as guest user? I need help :(

    My number 5 key is not working and my password has a number 5 in it. How can I change my password when I'm signed in on another account or as guest user? I need help

    - If the "other" account has administrative privileges then just try changing the PW for your account.
    - Forgot Mac Password? How to Reset Your Mac Password (with or without CD)
    Change the Admin Password with Mac OS X Single User Mode
    Reset mac mini admin password: Apple Support Communities
    - If the problem is due to a bad KB just get a new KB

  • I need help highlighting an expiration date on my Numbers '09 spreadsheet. I want the text/fill of a cell to change color when the expiration date of an item is within 180 days of the current date.

    I need help highlighting cells on my Numbers '09 spreadsheet.  I want the cell text/fill to change color when the date is 180 days or less from the current date.  I already have a cell with the current date in it.  I also know how to change the fill/text colors.  All the cells have been formatted to show date only.  I am having trouble with the formula.  I can get to the Conditional Formatting menu and select "With Dates" but after that I am lost.  Can anyone help?
    Thank you for any assistance.
    B

    Set a Conditional Format rule as shown in the illustration below. The rule has been applied to all dates in column B of the table.
    Regards,
    Barry

  • I am trying to change my apple id Country. but it says " you have a store credit balance, you must spend your balance before you can change it." i don't wanna use it to change my country. by the way i can't update any of iPhone apps. need help

    I am trying to change my apple id Country. but it says " you have a store credit balance, you must spend your balance before you can change it." i don't wanna spend it to change my country. by the way i can't update any of iPhone apps. need help

    It's strange because I can change my AppleID country without this message.
    So what to do? Just try to do this again, but on another device. You may also erase cookies and history of your browser.
    I hope it will be helpful, good luck!

  • My daughter has spitefully changed my password and has refused to tell me. I have so much medical information that I can not lose. Is there anyway to get around this problem. Please I need Help fast.

    My daughter has spitefully changed my password and has refused to tell me. I have so much medical information that I can not lose. Is there anyway to get around this problem. Please I need Help fast.

    Connect the iPod to your syncing computer and restore it via iTunes.  However, if iTunes asks for the unknown passcode you need to place the iPod in recovery mode and then restore the iPod from backup.  For recovey mode see:
    iPhone and iPod touch: Unable to update or restore
    "If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone and iPod touch software."
    Above is from:
    http://support.apple.com/kb/ht1212

  • Hello, I need help with my macbook pro. It looks like I cannot install anything anymore. Everytime I try to install a new software, use the migration assistant or click the lock to make changes, it simply does not react.

    Hello, I need help with my macbook pro.
    It looks like I cannot install anything anymore. Everytime I try to install a new software, I simply get stuck during the installation type process. I put in my password, it does accept it, but it does not go any further.
    I tried to reset the password, put no password, repair the permissions, the disk but nothing will do. I nearly got stuck with the log in screen but finally succeeded in disabling it.
    So I thought I might try to create a new account but I cannot click the lock to make changes. It simply refuses to react.
    I am now thinking about using the migration assistant to save all my settings, data and so fourth, but again I get stuck when I have to type in my password. It accepts it but nothing happens...
    I guess it has something to do with the authorization process, but can't find anything on the internet about it... Can you help me out?
    I am running Lion 10.7.3.
    Regards,
    Nicolas.
    (I apologize if any grammatical/structural mistakes were to be found, english is not my mother-tongue. )

    You probably won't like this suggestion, but I suggest you reinstall Lion.
    First, backup your system. Next, reboot your system, press/hold the COMMAND-R keys to boot into the Recovery HD. Select 'Reinstall Mac OS X'. If you purchased Lion as an upgrade to Snow Leopard, the reinstall process will install Lion 10.7.3. If your system came preinstalled with Lion, you might still get Lion 10.7.2. Both installs are a total install of the OS. None of your apps or data will be impacted. Just the OS.

  • Need help On Triggers/Change pointers in SAP

    Hi Experts,
    I Need help On Triggers/Change pointers in SAP.
    I have a requirement  as soon as an entry is created in one of the  Standard SAP  table it should check against my Ztable and update and create the corresponding entry in another Ztable.
    Can some one help me out on this with the syntax and how to do it

    Hi,
    Check whether you have any enhancement option (BADI, user exit, Customer enhancement etc) in the program which is used to save the data in the SAP standard table. If so, then try to write your code in that appropriate enhancement.

  • I need help! i am trying to update iphoto on my macbook pro that i had bought from someone else. although i am signed into my account when trying to update it is asking me for the previous owners account details and it wont let me change it to my details

    i need help! i am trying to update iphoto on my macbook pro that i had bought from someone else. although i am signed into my account when trying to update it is asking me for the previous owners account details and it wont let me change it to my details how can i solve this problem please.
    thank you
    Jan Robinson

    That's because the Mac, OS X and the iLife apps that came preinstalled on the Mac all belong to the previous owner. The previous owner needs to call Apple care and have their Apple ID disassociated from the Mac. Then the hard drive needs to be totally erased and OS X and the iLife apps reinstalled using OS X Recovery.

  • HT4314 Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I

    Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I can see what someone else trying connecting to my game And I don't know what to do.So if you can help me please? I don't wanna lose my game.

    Contact iTunes
    Contact iTunes

  • Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I can se

    Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. When I playing game I can see what someone else trying connecting to my game And I don't know what to do.So if you can help me please? I don't wanna lose my game. 

    Hello Vaidas Vaidas,
    It sounds like you are noticing someone else is accessing your Clash of Clans data by playing the game and you have tried to reset your Apple ID password. If you are following the steps outlined in this article:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    What is preventing you from changing your password? Any error messages or prompts?
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

Maybe you are looking for