LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-15-2011, 04:29 PM   #1
abourke
Member
 
Registered: Dec 2006
Distribution: Fedora
Posts: 118

Rep: Reputation: 18
6 core CPU speed


Hi,

I recently bought a new acer desktop. The machine came with an AMD Phenom II X6 1035T (hex core) processor. It was advertised as having a clock speed of 2.6Ghz. But when I ran the "df -H" command it stated each core as having only 800Mhz each!!!

Is this correct? Why is it giving such a low speed?

Regards
Aubrey.
 
Old 05-15-2011, 04:36 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
The df command reports disk space usage. It has nothing to do with cpu speed. What's the output of:
Code:
less /proc/cpuinfo | grep "cpu MHz"
 
Old 05-15-2011, 04:53 PM   #3
abourke
Member
 
Registered: Dec 2006
Distribution: Fedora
Posts: 118

Original Poster
Rep: Reputation: 18
Yes, sorry. I meant to say that. Not the "df -H" command.
less /proc/cpuinfo | grep "cpu MHz"

basically say:
core 0 800
core 1 800
core 2 800
core 3 800
core 4 800
core 5 800

I went to the AMD site, and found the page for my processor model:
http://products.amd.com/en-us/Deskto...f10=&f11=&f12=

CPU Clock speed is listed as 2.6Ghz
 
Old 05-15-2011, 04:57 PM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
See what the BIOS says. Normally you can adjust the frequency there, but be careful.
 
Old 05-15-2011, 05:08 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
This is totally normal. If the CPU is idling it clocks down itself to 800 MHz to lower the production of heat. If the CPU gets loaded it will clock with the normal speed of 2,6 GHz, if 3 of the cores are going into sleep state the other three cores are even able to clock up to I think 3 GHz (I don't know for sure for the 1035T, my 1055T goes up to 3.2 GHz).
So you don't have to worry about that, nothing is wrong, this is normal and desired behavior.
 
1 members found this post helpful.
Old 05-15-2011, 05:12 PM   #6
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Looks like all cores are currently running @ 800 MHz. They should speed up on demand.
 
Old 05-15-2011, 05:15 PM   #7
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by TobiSGD View Post
This is totally normal. If the CPU is idling it clocks down itself to 800 MHz to lower the production of heat. If the CPU gets loaded it will clock with the normal speed of 2,6 GHz, if 3 of the cores are going into sleep state the other three cores are even able to clock up to I think 3 GHz (I don't know for sure for the 1035T, my 1055T goes up to 3.2 GHz).
So you don't have to worry about that, nothing is wrong, this is normal and desired behavior.
I didn't know that. On my system with Intel i7 it shows:
Code:
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
...regardless of the fact whether I run only terminal or open a few programs and start compiling something.
 
Old 05-15-2011, 05:17 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
http://en.wikipedia.org/wiki/Cool%27n%27Quiet
 
1 members found this post helpful.
Old 05-15-2011, 05:18 PM   #9
abourke
Member
 
Registered: Dec 2006
Distribution: Fedora
Posts: 118

Original Poster
Rep: Reputation: 18
OK Cool, thanks!

The bios does read 2.6 Ghz, but i see no option to change it.
I heard it is possible to overclock this processor. Does anyone know how? and how much is safe/dangerous?
 
Old 05-15-2011, 05:38 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sycamorex View Post
I didn't know that. On my system with Intel i7 it shows:
Code:
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
cpu MHz		: 2659.997
...regardless of the fact whether I run only terminal or open a few programs and start compiling something.
Have you cpufreq installed and are running the ondemand governor? I would highly recommend that.
Edit: Also check your BIOS if EIST is enabled.

Last edited by TobiSGD; 05-15-2011 at 05:41 PM.
 
Old 05-15-2011, 05:40 PM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by abourke View Post
OK Cool, thanks!

The bios does read 2.6 Ghz, but i see no option to change it.
I heard it is possible to overclock this processor. Does anyone know how? and how much is safe/dangerous?
If you have to ask if it is possible and if it is dangerous you obviously lack the knowledge for successful and somewhat save overclocking, so please don't do that before getting more knowledge about your specific hardware.

Besides that, your CPU is able to overclock itself dynamically if 3 of the cores go to sleep. This will at least speed up single-threaded software.
 
Old 05-15-2011, 05:46 PM   #12
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by TobiSGD View Post
Have you cpufreq installed and are running the ondemand governor? I would highly recommend that.
Edit: Also check your BIOS if EIST is enabled.
cpufrequtils are installed, but the modules are not loaded in the kernel. I guess I'll need to research it. First I'll check BIOS settings.
 
Old 05-15-2011, 06:57 PM   #13
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
In order not to hijack this thread I created a separate one:
http://www.linuxquestions.org/questi...30#post4357330
 
Old 05-15-2011, 11:50 PM   #14
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by TobiSGD View Post
If the CPU gets loaded it will clock with the normal speed of 2,6 GHz, if 3 of the cores are going into sleep state the other three cores are even able to clock up to I think 3 GHz (I don't know for sure for the 1035T, my 1055T goes up to 3.2 GHz).
1035T is 3.1GHz turbo.

Quote:
Originally Posted by abourke View Post
The bios does read 2.6 Ghz, but i see no option to change it.
I heard it is possible to overclock this processor. Does anyone know how? and how much is safe/dangerous?
If you know what you are doing, dont try to push things hard, and have a quality motherboard with decent cooling its fairly safe.

With an acer desktop, the motherboard will not be that high quality, the cooling might be sub-standard, and may be missing any overclocking options.

Last edited by cascade9; 05-15-2011 at 11:51 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cpu frequency scaling with Pentium(R) Dual-Core CPU E5200 @ 2.50GHz tramni1980 Slackware 5 08-16-2009 08:29 AM
system clock runs at twice speed on dual core cpu samkraju Fedora 4 10-08-2007 06:09 PM
Processor clock speed vs. CPU speed moxieman99 Linux - General 4 06-24-2005 10:43 AM
howto: control CPU fan speed and Northbridge fan speed? hedpe Linux - Software 2 04-18-2005 02:18 AM
please help guys, wrong cpu speed shown with a regular non-mobile cpu !! : ( maku Linux - Hardware 1 01-02-2005 02:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration