Bad CPU Score On 3Dmark03

Having been running this system for 2 weeks now with stock numbers (except the Vid card) and has been somewhat stable besides a few internet explorer hang-ups. I decided to run 3dmark03 to get a base number before attempting some O/C pains. The machine had a score of 1856 , which was close to another of the same hardware(1770) . The huge difference was in the CPu score , I only managed a 192 with mine , while the other machine was a 594 ! Is there anything i should check or that i may be overlooking in order to bring this CPU up to par . BTW ,in the 3dmark details, it listed the HTT as being N/A .Another thing.....in CPu-z , is it normal for the L1 to be displayed as : L1 data 64kb
                                                                                                                                                                                  L1 Code 64kb
I hope they are adding both these #'s up to get the  128kb L1 cache for the venice core......
grrrrrrr.....the pains of a newb comp. builder.......

Hi,
I have the feeling that several scores are about to be mixed up here ...
1. I would say that your score (1856) is the same, or even a bit better than that for a comparable setup (1770) - so I am not sure that there is a problem. I do not know what the relevance is of the CPU score and if numbers of 192 vs. 594 really mean that there is a REAL difference - I think I would try other benchmarks first, preferrably some which will tell you more about the performance of the CPU/system (like CPUMark, Sandra, etc.)
2. I would expect figures "in the 4500 range" with better video cards. I have the feeling that the videocard is holding you back - maybe it is time to start saving for a better one 
3. In addition: if you are not into very serious o/c-ing, and unless you had serious problems with the stock BIOS, it is a mystery to me why you switched to a modded BIOS. It is probably not important but it could make it more difficult to compare performances ...
regards,
Hans

Similar Messages

  • Very low CPU scores

    I made a go at this once before, but here we go again!!  
    My rig is scoring very low in the CPU benchmarking dept.  My main concern is 3d Mark03 and aquamark.  In 3d mark I'm scoring 250 for a CPU score, and my overall aquamark score is pretty bad too - 14288.  I was scoring ~28k with my 28000+ setup and the same vid card.  My Sandra scores seem okay, there all in line with the referance scores.  I've been thinking maybe the problem lies with my memory, since the mem and cpu are directly connected could a mem problem be disguised as a CPU issue.  I've got c'n'c enabled, but I've tried it w/o it enabled-no difference.  I've tried one stick, different slots, I'm at a loss.  Thanks in advance.

    Quote
    Originally posted by McGeyser
    jimboy, what BIOS version are you running? After switching to version 1.2 and upping my RAM voltage to 2.8V I get great performance with OCZ.
     I am convinced your AGP GART is your problem. If all else fails, do a fresh install of Windows and load the 4N1 4.51 before your ATI drivers. If 3dMark03 is having trouble with CPU, chances are your games are suffering too, you may not know how great your setup really is yet.
    Yeah, So I've found the problem, but how to fix it??  Funnny thing is I know I've checked it before and it was @ 8x, but I've also had to change it bacj to 8x from off before.  I polly took it for granted that it changed to 8x.  My bios is 1.2.  I'm glad to hear from you and flam3h that your OCZ is working fine, I have always liked OCZ and really didn't want to give it up.

  • 3D Mark 03 CPU scores are poor, espically Troll's Lair

    3D Mark 03 CPU scores are poor, espically Troll's Lair...that is compared to my P4 3.0ghz set-up I just came off of.
    The best score my P4 3.0ghz did non-OCed was 780, in fact it was almost always right in there.
    The best I have done with my Athlon 64 so far is 729 .
    I am running it stock at the moment.
    system specs:
    2x 512 Corsair Value Select (same ram that was in my P4 rig)
    MSI K8N Neo2 Plat.
    Athlon 3200+ /Zalman HS/F
    Geforce 6800GT
    Drivers:
    Nforce 5.1 , 6800GT drives are 6722s
    Fastwrites are off and my overall 3D mark shows the 6800GT working quite well , with a score of 11165 stock.
    Why might my CPU scores be suffering here?

    Quote
    Originally posted by JonnyRock
    ROFL   sorry that should read 1.07GHz
    Aha.  Sounds about right.
    I wouldn't expect much more than 2.4-2.5 on the current A64s.  Most people with WCing or air cooling max at this speed, myself included.  
    Your score of 12k isn't bad at all with a close to stock system and a 6800GT.  Thats pretty much what you should expect.  Troll's Lair only makes it to about 3 or 4 fps max on the cpu test for me too (but I don't have a link for ya to show the score).  
    How's your 3DMark05 score?  I'd expect somewhere around 5k for that setup.  I can't be sure, but I don't think anything is really amiss in this case.

  • "Bad CPU Type In Executable"

    After upgrading from an eMac to an Intel Mac Mini, I noticed that I needed to reinstall Xcode. Once I reinstalled Xcode (v2.4), I made some changes to one of my applications. After testing it fully on my new Mac, I copied the .app file to my old eMac and attempted to re-run. In doing so, I received the following error message:
    "You cannot open the application 'NAME OF APPLICATION' because it may be damaged or incomplete."
    So, in Terminal, I navigated through the Package Contents to the actual executable and tried to run it. I, then, received the following error:
    "Bad CPU type in executable."
    How do I correct this error, so it will run on both of my Macs??
    THANKS IN ADVANCE!!
    WBELL
    eMac Specs:
    1GHz, 768MB DDR, OSX 10.4.x
    Mini Specs:
    1.5GHz Core Solo, 1024MB DDR2, OSX 10.4.x
    Mac Mini Mac OS X (10.4.7) 1.5GHz Core Solo

    Here are a couple of things to check...
    First, from your screen shot it appears that the main.m file is from an older AS Studio application (ie is this a project that was originally created some time ago... perhaps under Project Builder?). The main.m file that gets included with relatively new AS Stdio apps looks like this:
    <pre>
    extern void ASKInitialize();
    extern int NSApplicationMain(int argc, const char *argv[]);
    int main(int argc, const char *argv[])
    ASKInitialize();
    return NSApplicationMain(argc, argv);
    </pre>
    So you may want to copy/paste the main.m code from a newly created AS Studio app into your (older?) existing project. I'm not sure the above problem would cause the failure to build a Universal app, but changing code in main.m may get rid of the warnings you're seeing.
    But also, the screenshot made me wonder if your target(s) needs to be converted to the newer "native" target format (this is different from the "conversion" that Xcode does to an older project file). With your project open click on Xcode's "Project" menu... is the option "Upgrade 'YourTargetName' to Native Target" or "Upgrade all Targets in Project to Native" available? If so, I think you must convert to native targets in order to build universal binaries.
    Hope this helps,
    Steve

  • Error:arch: posix_spawnp: osascript: Bad CPU type in executable

    Hi, i am new to these issues
    I use to be able to excute my frank-cucmber on Lion and now when i move to mountain lion and I  get the following error
    error:arch: posix_spawnp: osascript: Bad CPU type in executable
    i read on the interent that mountain lion is not supporting 32 bit
    so how can  i solve the problem so 32 bit will be supported?

    You need a 64-bit version.
    32-bit will never be supported on Mountain Lion.

  • Portege M400 - How to get a higher Windows 7 CPU score?

    The CPU model is T5600 which cannot be so weak. I'm so puzzled and I try several times, the score is 2.9 even lower.
    Can somebody tell me what can I do to get a higher score?
    By the way, I also did the PCmark05 tests and the CPU score was only 1999. I will be run out.
    Thank you for your help!

    Hi
    To be honest you should forget the Windows score and all benchmark tests.
    Or why is it so important for you? Do you have a problem with your notebook?
    I can give you an example: A friend of me has a Qosmio X300. A very expensive and fast notebook with Core 2 Extreme CPU, 4GB and SLI graphic system. He is using Vista x64 and he only get in the Windows experience index 4.9 points.
    Furthermore Im not interested in benchmark tests because I dont need it if Im satisfied with my notebook.
    Anyway, make sure that all Windows updates are installed and try it again. But its really not important this score.
    Bye

  • Poor cpu score on 3dmark2003

    http://service.futuremark.com/compare?2k3=3548602  I've ran 3dmark a few times and keep getting a low cpu score. All the settings in the bios that have to do with the cpu are set at default settings. I also noticed that 3dmark shows 0x on the agp rate. I did post on the 3dmark2003 (Futuremark) forum and was told that the chipset drivers were'nt properly installed. I did install the chipset drivers but is there a certain way or time that they should be installed? I did install from the supplied disc that came with my MSI board.

    I compared your CPU score to mine, and it was about the same. A tad bit faster. I got 529 CPUMarks, you got 532. I think the clock difference should give a bit more performance. But not far from there.
    You could check if CNQ is disabled. Cool N' Quiet is a nice feature but should be disabled when running benchmarks, or you'll underperform. Also, you should close any applications running in the background as they may take some of your processing time.
    I usually run my benchmarks right when I finish a clean install. That is, after applying drivers and important updates. Windows will get crappier after using it for a couple of months, and scores may degrade untill you format again.
    As for AGP Rates being detected as 0x. Futuremark has not always been capable of detecting the right hardware. I have my AGP rate stated as 0x. Also, my video card clock speeds are not detected.
    PS: I won't post my full scores untill I have something worthy to show. As right now this video card is holding me back at 1113 3DMarks.

  • My TX2 suffers from the bad cpu socket syndrome Lawsuit?.

    My TXT does the bad cpu light flash at start up. If I do the "bake" the motherboard thing to reflow the cpu socket, or remove the keyboard and use a heat gun to heat the socket solder, it will work fine. It will last about a week, longer if I don't allow it to shut off. The thermal cycling of the cpu socket is a problem and most if not all the TX2s suffer from this. It was blamed on an overheating gpu byt that is not the problem in most cases. What can be done to get HP to rectify the design/build problem.
    Stew

    Clear CMOS Guide (remove power cord before proceed) and insert memory stick in DIMM slot close to CPU socket.(ensure its filled well too)
    if no go try with different memory stick.

  • Bad CPU cause stop errors?

    Does anyone know that a bad cpu cause stop errors in win2k ect.. or what would cause such errors?  Bad memory?/

    Hi,
    It can be anything:
    Bad CPU
    Bad mounted CPU-cooler
    Light powersupply
    IDE cables wrong used
    Harddisk broken
    Mobo damaged
    Metal standoff's left between the case and the board
    Bad drivers
    Broken videocard
    Bad memory banks
    Bad BIOS settings
    There are probably a few more, but that's about what it can cause it.....
    Start reading the trouble guide.... :D

  • Low aquamark CPU scores :(

    I have a 3200+ newcastle(stock) and neo platinum. my aquamark cpu score seems low at 7019.  is this abnormal and if so, any ideas on what could be causing it?  btw, my 3dmark01 score is 16,900...is that low too?

    OK this is how it supose to be, just ran AM3 again after i gave my AGp some juice here is the new result:
    http://arc.aquamark3.com/arc/arc_view.php?run=1152541865
     AquaMark Score:  47921  
      AquaMark CPU Score:  9904  
      AquaMark GFX Score:  6321  
      Average FramesPS:  47.921  
      Average TrianglesPS:  14425 K  
    Im aiming to 50k, but need to break the wall first on my fsb coz neo freezes up on 216 x 11 fsb 1:1.
    ill loosen the timings next time mayb i get better luck then.
    Oh yeh is this the latest cpu driver( AMD Athlon™ 64 Processor Driver for Windows XP, Version (exe) 1.1.0.14 )?????/
    Got it from AMD.com

  • What does the message ``Bad CPU type in executable'' mean in terminal window?

    All the time I have been using TEX on my computer to handle mathematical symbols.
    I have several macintosh machines.
    Usually I used tex on the terminal (rather than texshop or texwork).
    Quite recently when  I input ``platex filename.tex,’’
    I received the message ``Bad CPU type in executable.’’
    On another machine, I receive the message which says “platex” failed:  the
    PowerPC architecture is no longer supported.
    I have no idea why this happens.
    Will anyone help me?
    It occured when I typed ``platex foo.tex,'' in an attempt to compile a tex file.

    PowerPC architecture is no longer supported.
    This mean you have an old executable that was compiled for a Power PC Mac (the ones before they got the Intel chips). On systems running 10.6 (Snow Leopard) there was  code called Rosetta that was able to run the PPC code on the Intel CPU, That went away in 10.7
    Sounds like you recently upgraded to 10.8 from 10.6 or earlier and copied the binary to the new OS.
    If you compiled the code yourself you need to recompile it for the new OS. If you installed the binary you need to go to the site you got the binary from and see if there is a newer version for Intel Macs.

  • K8T NEO FSR bad bios or bad CPU?

    Hi - I just got a K8T NEO-FSR with an Athlon 64 3000 (newcastle) and 512 Meg of Corsair value select memory.  I installed everything fine and tried to install a fresh copy of windows xp home but I kept getting a blue screen of death and a registry error (from the CD!!).
    I then reformatted my drive and put a copy of windows 2000 pro on it.  After updating the drivers, everything seemed to be OK.  But - I was getting a few random problems (CD stopped working, freeze, etc).  I was going to try to install XP but I thought I should probably upgrade the BIOS first just to make sure that wasn't the problem.
    Well - I followed the instructions for updating the BIOS (I've done it before for other systems) and everything seemed to go smoothly until I tried to reboot.  Nothing - it powers up but doesn't do anything.  I assumed that something must be wrong with the BIOS.  I double checked which file I was using A6702VMS.180.
    I then tried a BIOS recovery.  I reformatted a floppy on a windows XP machine and put a copy of the BIOS that I had backed up before the flash onto the disk named AMIBIOS.ROM.  Then I unplugged the power supply and every piece of hardware except the CPU, reset the CMOS, and let it sit for 15 minutes.  Then I reconnected the floppy and plugged in a PS2 keyboard into the back.  Pushed down CTRL and HOME and turned the power on.  Nothing.  Tried it again with each CTRL key and with the regular HOME key and the keypad.  Nothing.
    The LED's on the back panel show all 4 red which the manual says is a bad CPU.  Could my CPU have died somehow?  Did I miss something obvious?
    My power supply is an Enermax 350W with 32A on 3.3V, 32A on 5V, and 17A on 12V.
    Any thoughts?  I'm a little annoyed that I can't find a definitive source for how many amps on each of the rails the main board and CPU need.  I've found widely varying advice on all of the boards I've read.
    Thanks,
    Ted

    Quote
    1) The PSU that you have is quite weak on the +12v Rail & could be the cause of your problems, most people on here recommend 20a on the +12v Rail.
    I've seen people on various boards throw numbers anywhere from 15A to 30A for the 12V rail.  However, I haven't seen anyone quote any hard sources.  My back of the envelope computations:
    CPU: 89 W (max power from AMD's web site)
    MEM: uses 3.3V
    Floppy: uses 5V
    CD: 20W
    RAM: uses 3.3V
    HD: 15W
    Geforce2 GTS graphics card: 8W
    which gives me about 132W on the 12V rail at maximum power usage (which - since I haven't done anything I doubt I've hit).  This would be about 11 amps which is easily covered by my power supply.  And - the 89W number form AMD is for all the Athlon64 chips of which the 3000 is the very low end so it's probably less than that.
    Quote
    2) You may have faulty RAM & i would recommend running a memory testing program just to check that is ok.
    Could the RAM be faulty even though I had a windows 2000 setup running reasonably well?  The BIOS did do a memory check on each startup (I turned that on when I first installed the board).
    Quote
    As for the system not booting now, sounds like you have a bad BIOS flash & that you will need to get the BIOS reflashed or RMA your motherboard.
    I don't think this board supports reflashing - the chip is soldered onto the board.  Any idea why the rescue procedure isn't working?

  • Sign of a bad CPU need to upgrade CPU.

    i have HP pavilion DV6-1211 ax
    My lappy does not start, caps nad num lock led blinks one time for an interval. I have alrerady asked in the forum and found that its a sign of a bad cpu.
    I asked HP servce center, they told me that i will get the same cpu(AMD Turion RM-75), But i need to upgrade my CPU, i looked into service manual of my laptop model and found "AMD Turion Ultra dual core ZM-87" is compatible with my lappy.
    So i want to ask you that is it possible that hp will do this upgrade for me ?? i also found that HP pavillion  DV6-1280 ax has got the exact same config that i want to put on my laptop.
    So if i ask hp to take AMD RM-75 and give me back ZM-87 will they dio it for me....??
    guyz please help...
    This question was solved.
    View Solution.

    Absolutely no way will HP upgrade the CPU for you and besides that, the problem is not likely the CPU at all but the motherboard. The blink codes are often incorrect because they originate in the motherboard and if the motherboard is bad it will give bad signals. 

  • K7N2G - Bad CPU? Again?

    Im ready to scream!!!
    I'm working with a K7N2G Mainboard
    Codegen 400w PS
    AMD XP 2600+ Barton
    Coolermaster ALPS Silent Cooler (3-pin)
    Crucial PC2700 (2x256)
    When putting this system all together out of the boxes, on my workbench, the first time I turned it on it immediatly powered off.  Wierd for a new system.  I had to unlplug power and wait.  I would switch on, and it would switch off.  Then, I put it in safe mode and reset the BIOS.  System would turn on, but the D-LED gave me the very first bad news - "Bad or Misinstalled CPU "  
    To test this, I tried the CPU in my personal system, a K7N2 Delta and CPU worked fine (with board in in safe mode, I didn't want to have to reset my BIOS).  
    I also tried my personal systems 3200+ processor in the thought to be defective K7NG2 board - same message for the D-LED - "Bad or Misinstalled CPU "  
    So I sent my board, w/o acessories back top MSI.  The replacement board is doing the exact same thing.  
    Please help a frustrated MSI lover

    Quote
    Not necessarily: the 220/110 switch is for power going into the PSU, not going out to the MB and other bits and pieces. If you had it on 110 and fed 220 volts into it, that might cause some damage to the PSU itself; the other way round.... Who knows?
    if you dont make sure the switch is in 230v and you use it its most likely to blow the computer in sweden as all computerparts gets twice the volt it should have and i have heard of it many times.
    however if you have 115v and its set to 230v all parts only get half the volt it should have and should not take damage.

  • Can't boot from OSX cd - Kernel Panic or bad CPU?

    Greetings, All! I've looked at all the articles related to this that I can find, here and on other sites, but have not been able to solve the problem. Here's a list to briefly describe my issue:
    -Got Prohibitory sign on my MDD Dual 867 when I tried booting into OS X (10.3).
    -Tried all the resets (PRAM, PMU), re-seated RAM, took out RAM, etc.
    -Trashed OS, and tried to re-install, but Mac won't boot from DVD (10.3) or CD (10.2) - just get the spinning wheel and finally Prohibitory sign...
    -Ran Hardware test to loop for about 17 hours; nothing, all fine.
    Then I just recently noticed that when I run Digital Performer 3 (OS9), it usually shows 2 usage indicators for CPU performance (1 for each processor) but now only shows one. So, I'm thinking a processor may have died, or become unseated, or something. But I read somewhere, on one of the forums, that it isn't likely for one of a pair of processors to go, or if it did, the other wouldn't be able to function solo. But if that weren't the case, and the Mac can run on 1 processor, why would that keep the Mac from booting from the OSX disk?
    The Mac still runs fine in OS9, though it does seem to be a little slower when I do processor-intensive operations in DP, and sometimes hangs on startup, and seems to have some "sleep" issues (won't wake back up sometimes...). I don't know of any way to check if both processors are functioning in OS9. Does anyone know of a utility that will do that? Or if there's one in the OS (The Profiler only shows processor speed)? And would that cause the Kernel Panic and keep the Mac from booting in OSX? It's very frustrating. I appreciate any help or tips anyone may have to offer. Peace, Gelon

    Hey Guys!
    I think I know the "why", but not the solution...
    I have a PowerMac G4 400Mhz Dual Processor, and some day I had the same troubles. No boot on OS X, but I can in OS9. Checking the Open Firmware commands, I saw one of the processor marked as "dead". So, (dont't ask how) I removed one processor from the logic board. Now I got the same "Processor dead", I can boot on OS9, (with an alert for the processor) but is stable. No boot in OS X.
    So, what I suposse (having the same reports in PC computers trying to run OS X) is that the OS X checks for the compliance of the System for running. When a processor fails, the OS X can not recognize the system as valid (as in some PC computers happens) and can not boot. I also suposse if we can get a "patched" OS X for PowerPC or patch the firmware in any way, we can work with just one processor. Or, buying a new processor for the Mac.
    Pls. send me your comments.
    LY

Maybe you are looking for

  • Upgraded to new MBP and now I can't bounce?

    I recently upgraded my MPB and now for some reason, when I bounce, the file is empty/silent. I am using all the same gear and the same templates I used on my old computer. Nothing has changed except the computer. I went line by line through every set

  • How to print the name of layout description on standard report ?

    Dear all, I have saved a user specific layout. When i see the print preview system shows the name of standard transaction as report name,whereas i want to print and view the name of layout as report heading(name). Can it be possible? If yes plz give

  • Document does not appear

    I cannot find my document of pages. It had saved now after a month it has diappeared. Could it have been saved/sent elsewhere?

  • Running diagnostics mode w/o disc?

    I recently upgraded a iMac (Intel Plastic) from OS X Tiger to OS X Snow Leopard. I'm trying to run a hardware diagnostics test on the iMac (insert install disc 1 and hold D) but it is rejecting the discs it came with. I don't have the snow leopard in

  • CE 7.1 Ehp1 SP5 on Oracle 10.2.0.4 Performance - XSS track import of SCAs

    Hi, I'm currently building a new track on my newly built CE server which has the NWDI capability configured. I've had a few problems importing the SCA files into the track. I've been getting DTR internal server errors. Looking through the logs I coul