Question about Vcore Voltage with 2400XP

Hi i have been to amd site and looked up what VCore Voltage i should run my processor at and it says 1.65v and the FSB at 133MHz
The think is the default in the bios is 1.800 and the computer works fine when bios set at "AUTO" for this.
I changed it to 1.65v and computer will get to just before the windows logo comes up and restarts.
If i put the FSB at 100Mhz the computer boots up fine.
Any Ideas on why i cannot run the computer at full speed with the recommended VCore voltage of 1.65v
Thanks
Frank

her's the cpu-z report
CPU(s)   
Number of CPUs   1
Name   AMD Athlon XP
Code Name   Thoroughbred
Specification   AMD Athlon(tm) XP 2400+
Family / Model / Stepping   6 8 1
Extended Family / Model   7 8
Package   Socket A
Core Stepping   B0
Technology   0.13 µ
Supported Instructions Sets   MMX, Extended MMX, 3DNow!, Extended 3DNow!, SSE
CPU Clock Speed   2004.6 MHz
Clock multiplier   x 15.0
Front Side Bus Frequency   133.6 MHz
Bus Speed   267.3 MHz
L1 Data Cache   64 KBytes, 2-way set associative, 64 Bytes line size
L1 Instruction Cache   64 KBytes, 2-way set associative, 64 Bytes line size
L2 Cache   256 KBytes, 16-way set associative, 64 Bytes line size
L2 Speed   2004.6 MHz (Full)
L2 Location   On Chip
L2 Data Prefetch Logic   yes
L2 Bus Width   64 bits
Mainboard and chipset   
Motherboard manufacturer   MSI
Motherboard model   MS-6590, 2.0
BIOS vendor   American Megatrends Inc.
BIOS revision   Version 07.00T
BIOS release date   04/02/01
Chipset   VIA KT600 rev. 80
Southbridge   VIA VT8237 rev. 00
Sensor chip   Winbond W83697HF
Graphic Interface   AGP
AGP Status   enabled, rev. 3.5
AGP Data Transfer Rate   8x
AGP Max Rate   8x
AGP Side Band Addressing   supported, enabled
AGP Aperture Size   16 MBytes
Memory   
DRAM Type   DDR-SDRAM
DRAM Size   1024 MBytes
DRAM Frequency   133.6 MHz
FSB:DRAM   1:1
DRAM Interleave   4-way
CAS# Latency   2.5 clocks
RAS# to CAS#   3 clocks
RAS# Precharge   3 clocks
Cycle Time (TRAS)   6 clocks
# of memory modules   2
Module 0   Nanya Technology DDR-SDRAM PC3200 - 512 MBytes
Module 1   Kingston DDR-SDRAM PC2100 - 512 MBytes
Software   
Windows version   Microsoft Windows XP Professional Service Pack 2 (Build 2600)
DirectX version   9.0c

Similar Messages

  • A question about a method with generic bounded type parameter

    Hello everybody,
    Sorry, if I ask a question which seems basic, but
    I'm new to generic types. My problem is about a method
    with a bounded type parameter. Consider the following
    situation:
    abstract class A{     }
    class B extends A{     }
    abstract class C
         public abstract <T extends A>  T  someMethod();
    public class Test extends C
         public <T extends A>  T  someMethod()
              return new B();
    }What I want to do inside the method someMethod in the class Test, is to
    return an instance of the class B.
    Normally, I'm supposed to be able to do that, because an instance of
    B is also an instance of A (because B extends A).
    However I cannot compile this program, and here is the error message:
    Test.java:16: incompatible types
    found   : B
    required: T
                    return new B();
                           ^
    1 errorany idea?
    many thanks,

    Hello again,
    First of all, thank you very much for all the answers. After I posted the comment, I worked on the program
    and I understood that in fact, as spoon_ says the only returned value can be null.
    I'm agree that I asked you a very strange (and a bit stupid) question. Actually, during recent months,
    I have been working with cryptography API Core in Java. I understood that there are classes and
    interfaces for defining keys and key factories specification, such as KeySpec (interface) and
    KeyFactorySpi (abstract class). I wanted to have some experience with these classes in order to
    understand them better. So I created a class implementing the interface KeySpec, following by a
    corresponding Key subclass (with some XOR algorithm that I defined myself) and everything was
    compiled (JDK 1.6) and worked perfectly. Except that, when I wanted to implement a factory spi
    for my classes, I saw for the first time this strange method header:
    protected abstract <T extends KeySpec> T engineGetKeySpec
    (Key key, Class<T> keySpec) throws InvalidKeySpecExceptionThat's why yesterday, I gave you a similar example with the classes A, B, ...
    in order to not to open a complicated security discussion but just to explain the ambiguous
    part for me, that is, the use of T generic parameter.
    The abstract class KeyFactorySpi was defined by Sun Microsystem, in order to give to security
    providers, the possibility to implement cryptography services and algorithms according to a given
    RFC (or whatever technical document). The methods in this class are invoked inside the
    KeyFactory class (If you have installed the JDK sources provided by Sun, You can
    verify this, by looking the source code of the KeyFactory class.) So here the T parameter is a
    key specification, that is, a class that implements the interface KeySpec and this class is often
    defined by the provider and not Sun.
    stefan.schulz wrote:
    >
    If you define the method to return some bound T that extends A, you cannot
    return a B, because T would be declared externally at invocation time.
    The definition of T as is does not make sense at all.>
    He is absolutely right about that, but the problem is, as I said, here we are
    talking about the implementation and not the invocation. The implementation is done
    by the provider whereas the invocation is done by Sun in the class KeyFactory.
    So there are completely separated.
    Therefore I wonder, how a provider can finally impelment this method??
    Besides, dannyyates wrote
    >
    Find whoever wrote the signature and shoot them. Then rewrite their code.
    Actually, before you shoot them, ask them what they were trying to achieve that
    is different from my first suggestion!
    >
    As I said, I didn't choose this method header and I'm completely agree
    with your suggestion, the following method header will do the job very well
    protected abstract KeySpec engineGetKeySpec (Key key, KeySpec key_spec)
    throws InvalidKeySpecException and personally I don't see any interest in using a generic bounded parameter T
    in this method header definition.
    Once agin, thanks a lot for the answers.

  • Question about Logon ticket with user mapping at BI-JAVA environment

    We're implementing BI 7.0 including BI Java and SAP EP for end user
    access.
    I have two question about SSO method when we're using BI Java.
    I know we can simply configure SSO logon ticket with BI-Java(EP
    included) and BI-ABAP through BI template installer and we already
    succeeded in that case.
    But the problem is we want to change it to user mapping SSO method for
    some our internal reason.
    After we configure user mapping SSO, we've got SSO failed error when we
    call BI-Java stuff like BEx Web Application iView.
    After many testing implemented, we found SSO Logon ticket with user
    mapping (using SAP reference system). It seems working now.
    But our question is "Is it no problem when we use SSO logon ticket with
    user mapping?" Is there any restriction or issue?
    One more question is we can ONLY use user base mapping when reference
    system used. How can we assign BI-ABAP users to EP Group?

    Using an SAP Reference system is allright. But if the reason u r going for this is because of different usernames in EP and BI, why dont you go for user mapping.
    Anyways, on restriction of reference syetms is that you can have ONLY ONE reference system defined in portal. In you case you can only have the BI system defined.
    Hope this helps!!

  • Questions about PDF exporting with InDe CS5.5

    Hey all,
    A couple questions about exporting to PDF from the latest version of InDe.
    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Thanks as always.

    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Yes, this is abnormally long (and too long), something is wrong. What's the full version of InDesign you are running, as reported by holding down Cmd or Control and selecting About InDesign?
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    Saving is not related. InDesign makes a database snapshot of your document the moment you begin the PDF export, and makes the export relative to that snapshot, regardless of edits you continue to make during the export process, and regardless of saving. Of course saving first is a good idea, for several reasons, not the least of which it sounds like something's fairly seriously wrong with your document or your InDesign installation.
    We recommend you trash your preferences and export your document to IDML and see if either of those things changes this 8-minute behavior...err, assuming you're running 7.5.2.318.
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Yeah, I think the primary benefit is if you are likely to work on 2 or more files in parallel, so you can finish A and export A and then switch to B. If you'd like a dialog box to pop up when export is done, check out my exportPop script from this post: ANN: automatic dialog after background export (exportPop.jsx.

  • Questions about supporting TLF with Halo components in Flex 4.1

    We recently decided to upgrade to the Flex 4.1 SDK after a year or so at 3.2.  We have been asked to not use the new SPARK components yet because our products would then have a mistmatch of Halo and Spark components in the UI.  We have built support for our Halo components to display html through the ".htmlText" property for the Text components.  For example, we can display strings such as "<p>Choose <b>one</b> option:</p>".  With the upgrade to Flex 4.1 a couple of questions about supporting bi-directional text have come up.  My understanding is that in order to support bi-directional text we need to use the Text Layout Framework.  Does anyone have a suggestion on how we can utilize the TLF with the Halo components in Flex 4.1?    Can we still use the ".htmlText" property somehow or is there a new property that understands the TextFormat markup?  We would love to still be able to use the limited html tags that are supported for the "htmlText" property.  Is there an option where that syntax is still understood?
    Thanks in advance!
    David

    The halo components use TextField, and the spark components use TLF. Both sets have support for some html markup to import and export text. To use bidi text, you have to use TLF; TextField won't work properly.
    It is possible to use TLF to build your own components, and this can work well particularly for applications with specialized needs. But if you need bidi support for advanced components like DataGrid and List, then you should use the spark components.
    Thanks!
    - robin

  • A few questions about using PS3 with 27" iMac display...

    Hey people, I had a few questions about how I could possibly get my ps3 connected to the iMac's 27" screen. First of all, could you guys list some adapters that would be able to convert the HDMI to Mini displayport? That would be great. The only one I know of is that Dr. Bott Digital Video link.
    Okay secondly, I was wondering if I do get the the ps3 connected with the iMac's display with an adapter to convert HDMI to mini DisplayPort, would it be in HD? Would I be able to play ps3 games or watch blu-ray movies in 1080p HD format?
    Thanks!

    Welcome to the Apple Discussions!
    This has been asked a number of times here since the intro of the 27" iMac. The answer is very expensive US$149 or more converters and sometimes even more expensive to maintain the resolutions that you seek.
    http://lowendmac.com/ed/bashur/09db/dvi-to-mini-displayport.html
    Dah•veed

  • Question about 360 movieclip with cursor action

    Hello Flash Forum
    We have a question about a 360 flash / movieclip which comes
    to a halt or jumps to whereever the cursor is moved horizontally
    while any vertical movements is ignored. We are having difficulties
    to implement this and would like to ask whether someone can point
    us into the right direction in Flash 8 - read somewhere that this
    is extremely easy in Flash 8 but we cannot find out how!?
    An example would be:
    http://www.kswiss.com/cgi-bin/kswiss/store/product_detail.html?mv_arg=x&pid=01190:177
    and then chosing 'Go 360'
    Thank you for any assistance and/or direction.
    Alex

    Alex, took a look at your sample - looks to me like
    start_drag and stop_drag on mouse_over. Hope this helps. ash

  • Question about GPU voltage.

    My vid card reads .95v and its running well, don't get me wrong i have no complaints. I just have questions since i come across several posts about voltage.
    1. What would be a reason to increase voltage? (the answer may answer the other questions as well.)
    2. Does it make games run faster?
    3. Does it increase the temps?
    4. Why do some gamers w/ similar GPU as mine have higher default voltage?
    Thanks in advance for replies.

     1 - Reason to increase voltage is when overclocking the card or if default voltage was not quite high enough to begin with and the card is not stable during stress under use in gaming and such.
     2 - Just simply increasing voltage by itself will not affect game playing speed/performance.
     3 - Yes it can cause temps to be somewhat higher in conjunction with OC.
     4 - Default voltage can vary from one GPU to another even if the same GPU mainly depending on the clock speed of the particular card in question. Even if same speed and same model of GPU the default voltage can vary simply due to variations in the chip itself may require a different voltage setting.

  • Question about AGP voltages

    I was just checking out the specs they have listed for my mobo on the MSI website.  I know what it is but I was looking for something else and stumbled on it.
           Anyway, it says that it supports both AGP x4 and x8.   Then it says that the voltages for each are 0.8volts for the x8 AGP, and 1.5volts for the x4 AGP.  
          Now I've had this mobo for about 2 or 3 months and it has been running my new eVGA 6800 GT for like 2 months with no problems.  My question is if 0.8volts is for AGP 3.0 (x8) and 1.5volts is for x4 then why is mine running at 1.5volts??  I know I have AGP x8 enabled.  CPU-Z, SANDRA, nView propertiesall say that AGP 3.0 (8x) is enabled.  So is supposed to be running at 0.8volts and not 1.5????  Is it dangerous to run at 1.5??   When I clear the CMOS it defaults to 1.5volts.
          Thanks for anyones help.  Does anyone else have a 6800 series card with 8x enabled and 1.5volts???

    my card is running at 1.7 volts and it is 8X AGP it has been running like this for over a year .... as far as i know you don,t have anything to worry about. If you want to O,C. then the more juice the better- but remember ! dont go too far or your very nice expensive new graphic card will toast it self. Personaly i would not go over 1.7 Volts

  • K8N Diamond Plus- bios freeze & question about temp/voltage monitor

    A weird issue I had right after I setup my mobo last night was that I could not access the "PC Health" portion of the bios.  If I tried selecting it, it would just freeze.  Is this a known issue?  I'm hoping a bios update may solve this one.  Does anyone know anything about this?

    Well I was mostly just asking if this was a known issue, so I guess "no" is all the answer I need...  Now, what would be my best solution?  I am assuming bios update, is there anything else that I should consider?
    But if it helps, as I said its a brand new build, so I'm running the default bios. 1.00.  My other components are:  Silverstone Zeus 560w, 2GB of G.Skill pc4000, Raptor 74gb, 7900gtx, Opteron 165.
    Also, since my other thread was locked (I figured seperating two different topics would make it easier for people to respond to specific questions, I apologize,) here's my other question pasted:
    "I just set up my new system with this motherboard (K8N Diamond Plus,) an Opteron 165, Scythe Mine heatsink, and a Silverstone Zeus 560w. Its these components that lead to my question-
    I am getting temps of about 31C idle, 41C load.  Nice temps yes, but I'm not sure how accurate those are.  That means that it is idling at 86F in a room that was probably in the high 70's, maybe 80.  Seems a little too good to be true, but then again, I am used to Intel's furnace-like temps   
    Its the voltage reading that has me a bit more concerned though.  Corecenter is reading my +5v as 5.36v, and my +12v as 12.28v.  The +3.3v is reading about spot-on at 3.33v.  I'm hoping that someone else who has this motherboard can tell me this- are the readings in Corecenter for this motherboard generally accurate, and should I be concerned about this?"
    Thanks for any help you can give.  No sig yet because I just registered an hour ago, I'll work on it.

  • Question about using RE1000 with EA6500

    I have an EA6500 route but having problem getting wireless signal to one room in my house.  As a result, I am thinking about buying RE1000.
    If I buy this unit, will I need to connect to a different network when using wireless devices in the room near the extender.
    Or will both the extender and router operate as a single wireless network name?  If they both operate under a single wireless name, how will I know the extender is connecting and working.
    Please let me know.  Thanks.

    atomarchio wrote:
    I have an EA6500 route but having problem getting wireless signal to one room in my house.  As a result, I am thinking about buying RE1000.
    If I buy this unit, will I need to connect to a different network when using wireless devices in the room near the extender.
    Or will both the extender and router operate as a single wireless network name?  If they both operate under a single wireless name, how will I know the extender is connecting and working.
    Please let me know.  Thanks.
    Just to answer your question, RE1000 will extend your router's main wireless network - so they will operate with single / same wireless network name. You'll know that the extender is connected and working if you'll be able to see the RE1000 listed on your router's DHCP client's table.
    If everyone needs to believe in something, I believe I'll have another beer..

  • Question about same emails with others

    Good afternoon, the other day I walked into
    yahoo.com, because I wondered if
    I had done earlier account there.
    So, when I tried to log in, I chose
    that I can not remember my identity
    and asked me to write the security email
    I would have put in during my
    recording time. Me, I put
    my mainly EMAIL, which is: [email protected]
    After some time I realized that
    some unknown had used my email
    as security email to his account
    on yahoo. Later I checked the
    recent activity in my email in hotmail
    and indicate places where I have not been
    in any of the times I entered my
    account. Finally, there are some messages
    about verifying my identity to an account
    of Apple, which does not come from
    me. My question is whether it is possible
    to have the same email with
    these girls, who have the same name and
    the same first letter on their surname
    as me?? Thank you in advance!

    WLS loads classes from weblogic.class.path property
    Refer this document
    http://www.weblogic.com/docs51/admindocs/classpath.html
    Kumar
    Paul Shen wrote:
    At first, thanks Jesse for the help. Sorry for my mistake that making
    question 3 out of context.
    WinNT 4.0 SP6, Weblogic 5.10, SQLServer 7.0
    I wanna create a connection pool for SQLServer. At beginning, I
    mis-add the JDBC Driver class path to weblogic.class.path. As a result
    the pool creating failed. After I add the JDBC Driver class path to
    weblogic.class.path and CLASSPATH (by wlconfig), the pool created
    succefully.
    For testing purpose, I changed weblogic.class.path back, then
    restarted NT, started Weblogic Server, to my surprise, the pool was
    created as well! How do you think about this?
    Paul
    On 22 Aug 2000 12:27:28 -0800, [email protected] (Jesse E Tilly)
    wrote:
    Comments inline...
    [email protected] (Paul Shen) wrote in <wS2iOZDX8dSgABq4nblptb+wg7Uz@
    4ax.com>:
    3. For testing purpose, I changed weblogic.class.path back, then
    restarted NT, started Weblogic Server, to my surprise, the pool was
    created as well! How do you think about this?This question seems out of context. I do not know what pool you are
    referring to, nor the actions prior to changing the classpath.
    Jesse

  • Naive question about erasing everything with reinstall.

    Due to keychain problems with which the Apple techs were unfamiliar, they suggested that I back up what I need, and then erase everything before reinstalling. So, my naive question is: How do I get back all of the software with which my iBook came preloaded? (If it matters, my install disc is 10.4.3; I'm updated to 10.4.8)
    iBook   Mac OS X (10.4.8)   G4

    Along with that question, does that mean that all of my iTunes that I purchased and filed away will be lost as well on a clean re-install? I did backup my tunes after every monthly purchase. However, I am concerned about them and the school work and Adobe software I put on there-! I have all teh Adobe discs, but will there be a complication when doing this? I had to do this because the iBook just froze on the apple icon and nothing more after having probs with it for weeks, namely, the "permissions" issue; it thought that I was and was not the Admin-! It finally crashed on my after a Restart...
    Frustrating and sad...

  • A Question about Windows games with boot camp and system requirements

    I don't plan to play many games on my Mac, but after seeing what can be done with it, I've been entertaining the idea of picking up a Windows game or 2 to play in Boot Camp (considering picking up a XP PRO with SP2 for this).
    My question is about the listed systed system requirements and how they might apply to my Mac Pro. I have a dual 2.26.
    As a specific example, I was looking at the game Fallout 3. The box lists a 2.4ghz processor required but I've read on this forum about people running it great with less on their Mac.
    So I was wondering what I would need to consider when looking at those requirements or if games in that range do indeed run well...

    Thanks Kap, you're always helpful.
    That's exactly what I was wondering. How the requirement on the box applied to having an 8 core at a lower clock speed.
    I was looking at XP home at amazon and newegg, but haven't been able to tell if they are 64 or 32 (unless that means just install that version from the disc).
    It's nothing pressing, just something I was entertaining for now.

  • Question about accessing CIFS with LUM user (permissions)

    Hi there,
    I have a question related to accessing a CIFS mount throught a user in a linux box.
    First of all, its a system based in OES11 sp2 & SLES 11 SP3. I have a cifs mount
    in /media/nss, with novell cifs, coming from a NSS Filesystem. This mount is mounted
    with a username/password with password policy, etc. I have four users LUM-enabled,
    in the Linux box, which should access the CIFS mount, but I have a permission denied.
    I have set trustees for the primary group for the 4 lum-enabled users and also I have
    addedd permissions for a group in the NSS volume, and add this group to the membership
    of the users, but doesnt works.
    I guess Im missing something or Im doing something wrong. Could anybody give me a pointer?
    Thanks!

    Antoniogutierrez,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

Maybe you are looking for

  • Acquisition value negative in area

    Dear All , I got an error that is "Acquisition value negative in area "  while running CJ88 . The total of APC for that asset  is zero , not have negatif balance. ( The option of negatif value is allowed is not selected on asset.) Why i got that erro

  • Use CS4. Switch from Win OS to Mac OS X. Download CS4 on iMac. But old product key is not recognised. How to solve problem?

    Use CS4. Switched computer with Win OS to iMac computer with OS X. Downloaded CS4 on iMac. But old product key entered is not recognised. How to solve problem?

  • How to use Automatic Row Fetch programmatically ?

    Hi I like to use Automatic Row Fetch (AFR) of APEX to populate data into a DML form page by clicking a button with a defined where_clause, and like to update the record accordingly as we did in Oracle forms execute_query procedure. I prefer Oracle pr

  • XDMCP non reachable

    Hello people, I installed Virtualbox on my Ubuntu host and I installed Arch in my guest machine. The network in the guest IS working: during installation it downloaded all the packages; I can even ping it from the host. I'd say the network is working

  • ITunes 8 prompts a reboot everytime I launch it

    I attempted to do an update to version 8 this morning. First tried from iTunes. After the "update" I was prompted to reboot. Upon reboot, it told me that I had to reboot for changes to take place. Tried a few times...no luck. Plan B. Uninstall and th