Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 382
Rep:
Processor clock speed vs. CPU speed
Question regarding "processor speed" in specs displayed after boot-up screen and actual CPU speed.
For CPU, I'm running an Intel Pentium 4 2.4Ghz /533 fsb/512 kb/skt-478. (i686 ?).
CPU/DRAM speed is 100/100Mhz
I have Redhat 9 (Shrike) 2.40.20-6 for my OS (old, yes, but it's a stand-alone glorified word processor, so it works for me, and I cannot install programs, let alone update a kernal).
When booting, the screen displays that my processor clock is 1.8 Ghz.
1. Can I make processor clock match CPU speed?
2. Do I want to make processor clock (1.8Ghz) match CPU speed (2.4Ghz)? (Basically, what happens if you do do it?)
3. If I do, how can I do it? I poked around in the BIOS and didn't find any way to change the processor clock setting.
That's interesting. You shouldn't have to do anything at all to get the processor up to 2.4ghz. The only thing that I can think of is the Front Side Bus being underclocked. Are you absolutely sure it's a 2.4ghz and not a 1.8?
Code:
cat /proc/cpuinfo
That command in a terminal will give you more information about how linux sees your processor.
Assume the FSB for this CPU should be 133 and the multiplier normally can't be changed then
133Mhz*18 = 2394Mhz which sounds about right. So the bios will correctly identify the CPU as a 2.4 Ghz CPU as it interogtes the CPU for model numbers etc, but its actually clocked at 1800 as the FSB is 100.
See if you can goose the FSB up to 133, though you probably need to make sure the memory stays at 100 unless you have memory that supports going faster.
Q2, incompetance?
Q1, get your motherboard manual. It'll hopefully be a bios setting, you should have a setting for FSB or "bus speed". It may be combined as bus/memory and you may have choices like 100/100, 100/133, 133/133 etc.
The best thing is to check the manual as the settings are often different for different motherboards.
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 382
Original Poster
Rep:
That's it
Q1, get your motherboard manual. It'll hopefully be a bios setting, you should have a setting for FSB or "bus speed". It may be combined as bus/memory and you may have choices like 100/100, 100/133, 133/133 etc.
______________________________
I did find those options in BIOS and wasn't sure what they meant. That's it! T[hanks.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.