Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-13 Thread Beso

try using powerthend as a daemon with userspace governor under linux, and in
winzoz download the cpu program for dual core daemon from amd site
powethend gives you the power you need when you need it, and for i have
learned it is able to handle both cores

2007/7/12, Thanasis [EMAIL PROTECTED]:


on 07/12/2007 01:17 PM Bernhard Auzinger wrote the following:
 bogomips: 3611.22
 TLB size: 1024 4K pages

 bogomips: 1603.39
 TLB size: 1024 4K pages

 2) Just curious: Why is there such a big difference between the 2
CPUs'
 bogomips values reported?
 --
 [EMAIL PROTECTED] mailing list
 --
 Piotr

 There has to be no difference between the two cores on dual-core
processors.
 That's because the bogomips-benchmark is a calculated benchmark that
 depends mostly on the clock frequency and since the two cores on
dual-core
 athlons/opterons use the same clock, it's not possible to have different
 values on that type of dual-core processor. I've absolutely identical
values
 (4825.77 bogomips) for both cores of my Athlon64 X2 4600+.

 If you have two processors (f.ex. two single-cores) on your mainboard,
than
 you will have two slightly different values because of the slightly
different
 clock of the two processors. In your case it seems that the second
processor
 has a decreased clock. I'm sure you have enabled cool'n'quiet.

 Rgds

Actually I had never changed the CPUs freq/governor states, and they
were set to 800MHz/userspace.
After I changed their state using gnome applet, and from then on,  the
two CPUs' bogomips values  where equal.
For governor set to performance here they are:
#cat /proc/cpuinfo |grep -E 'proc|MHz|bogomips'
processor   : 0
cpu MHz : 1800.000
bogomips: 8125.24
processor   : 1
cpu MHz : 1800.000
bogomips: 8125.24

However, if I boot into M$ windblows (dual boot system), then boot into
linux without touching the CPUs' freq/gov state the MHz/bogomips values
are changed back to:
processor   : 0
cpu MHz : 800.000
bogomips: 3611.94
processor   : 1
cpu MHz : 800.000
bogomips: 1603.39

The 800 MHz is because I have compiled with
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y


--
[EMAIL PROTECTED] mailing list





--
beso

d-_-b


Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-12 Thread Piotr Pruszczak
My Opteron 165 (dual-core) shows difference of about 100 bogomips 
between processors


So, I think this is GOOD question - why the difference is so high (over 
50%) ?



bogomips: 3611.22
TLB size: 1024 4K pages







bogomips: 1603.39
TLB size: 1024 4K pages




2) Just curious: Why is there such a big difference between the 2 CPUs'
bogomips values reported?


--
[EMAIL PROTECTED] mailing list









--
Piotr
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-12 Thread Bernhard Auzinger
  bogomips: 3611.22
  TLB size: 1024 4K pages
 
 
 
  bogomips: 1603.39
  TLB size: 1024 4K pages
 
 
  2) Just curious: Why is there such a big difference between the 2 CPUs'
  bogomips values reported?
 
 
  --
  [EMAIL PROTECTED] mailing list

 --
 Piotr

There has to be no difference between the two cores on dual-core processors. 
That's because the bogomips-benchmark is a calculated benchmark that 
depends mostly on the clock frequency and since the two cores on dual-core 
athlons/opterons use the same clock, it's not possible to have different 
values on that type of dual-core processor. I've absolutely identical values 
(4825.77 bogomips) for both cores of my Athlon64 X2 4600+. 

If you have two processors (f.ex. two single-cores) on your mainboard, than 
you will have two slightly different values because of the slightly different 
clock of the two processors. In your case it seems that the second processor 
has a decreased clock. I'm sure you have enabled cool'n'quiet.

Rgds
Bernhard
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-11 Thread Florian Philipp
Am Mittwoch 11 Juli 2007 14:15 schrieb Fernando Boaglio:


 On 7/5/07, Hemmann, Volker Armin [EMAIL PROTECTED] 
wrote:
  On Donnerstag, 5. Juli 2007, Fernando Boaglio wrote:
   Thanks a lot guys, I love this place, I always learn something new =)
  
   Anyway, switching only the processor : 3200+ to X2 4000 and keeping
   the same machine (Asus A8V Deluxe + HD IDE 2x80Gb + 2Gb RAM + GeForce
   7600GS) how much improvement should I expect ?
 
  the biggest improvement will be 'snappiness' of the desktop. If you ever
  had a multicore/multicpu desktop you never want to go back. It is just
  amazing.
 
  Everything multi-threaded will be faster too - but it completly depends
  on the app. Some almost double their speed, while others show as much as
  no improvement.
 
   I'm a developer, I keep running databases, IDEs like Eclipse, P2P
   tools (Azureus, amule) , aMSN and watching my favorite series with
   kplayer, like Lost, Supernatural,The 4400 :P
 
  watching a video while compiling something will be much more pleasant ;)
  --
  [EMAIL PROTECTED] mailing list

 Ok folks, I'm running my new linux box right now: =D

 cascao ~ # uname -a
 Linux cascao 2.6.21-ck2-r1 #2 SMP PREEMPT Tue Jul 10 21:03:33 BRT 2007
 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD
 GNU/Linux

 I've changed this option in my [make.conf]:

 MAKEOPTS=-j4

 Should I change anything else?

 TIA
 []'s
 Fernando Boaglio

CFLAGS=-march=amd64 -msse3

Does your kernel have Symmetric multi-processing support and Multi-core 
scheduler support? Do not activate SMT (Hyperthreading) scheduler support 
and Non Uniform Memory Access (NUMA) Support.
 
You might want to play with the Timer frequency.


pgpKg2xuhC6ph.pgp
Description: PGP signature


Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Florian Philipp wrote:


 CFLAGS=-march=amd64 -msse3

and O2 ;)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-11 Thread Thanasis
on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following:
 On Mittwoch, 11. Juli 2007, Florian Philipp wrote:
 
 CFLAGS=-march=amd64 -msse3
 
 and O2 ;)

I don't see _any_such_flags_ in /etc/make.conf.example.
I use:
CFLAGS=-march=k8 -fomit-frame-pointer -pipe -O2
CXXFLAGS=${CFLAGS}

System: notebook AMILO Xa 1526 with AMD Turion(tm) 64 X2 Mobile
Technology TL-56

Am I missing something?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Thanasis wrote:
 on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following:
  On Mittwoch, 11. Juli 2007, Florian Philipp wrote:
  CFLAGS=-march=amd64 -msse3
 
  and O2 ;)

 I don't see _any_such_flags_ in /etc/make.conf.example.
 I use:
 CFLAGS=-march=k8 -fomit-frame-pointer -pipe -O2
 CXXFLAGS=${CFLAGS}

 System: notebook AMILO Xa 1526 with AMD Turion(tm) 64 X2 Mobile
 Technology TL-56

 Am I missing something?

if you have 'pni' in /proc/cpuinfo you should add -msse3.
-fomit-frame-pointer is useless/not needed on amd64-.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-11 Thread Fernando Boaglio

I found this helpful information:

If you have a newer Athlon64(Venice or San
Diego)/Athlon64-X2(Manchester or Toledo) (check for pni in cat
/proc/cpuinfo) you can also add -msse3 to your CFLAGS to enable SSE3
support. Any chip using the 90nm process except for the Winchester
class Athlon64 supports SSE3.

Also bear in mind that all Athlon64 X2 and Opteron 165, 170, 175, 180,
and 185 processors are dual-core CPUs so make sure that you use
MAKEOPTS=-j3 in your make.conf. This doesn't affect the code but
might reduce compile times.

All socket AM2 processors are SSE3 capable as well.

http://gentoo-wiki.com/Safe_Cflags#Athlon_64_X2_.28AMD.29

On 7/11/07, Thanasis [EMAIL PROTECTED] wrote:

on 07/11/2007 08:20 PM Hemmann, Volker Armin wrote the following:
 I don't see _any_such_flags_ in /etc/make.conf.example.
 I use:
 CFLAGS=-march=k8 -fomit-frame-pointer -pipe -O2
 CXXFLAGS=${CFLAGS}

 System: notebook AMILO Xa 1526 with AMD Turion(tm) 64 X2 Mobile
 Technology TL-56

 Am I missing something?

 if you have 'pni' in /proc/cpuinfo you should add -msse3.
 -fomit-frame-pointer is useless/not needed on amd64-.
I do.

# cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 72
model name  : AMD Turion(tm) 64 X2 Mobile Technology TL-56
stepping: 2
cpu MHz : 800.000
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
bogomips: 3611.22
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 72
model name  : AMD Turion(tm) 64 X2 Mobile Technology TL-56
stepping: 2
cpu MHz : 800.000
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
bogomips: 1603.39
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

*PS:
1) Should I add any other flags also, besides adding -msse3
(CFLAGS=-march=k8 -msse3 -pipe -O2)
2) Just curious: Why is there such a big difference between the 2 CPUs'
bogomips values reported?


--
[EMAIL PROTECTED] mailing list






--
[]'s
Fernando Boaglio
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-05 Thread Fernando Boaglio

Thanks a lot guys, I love this place, I always learn something new =)

Anyway, switching only the processor : 3200+ to X2 4000 and keeping
the same machine (Asus A8V Deluxe + HD IDE 2x80Gb + 2Gb RAM + GeForce
7600GS) how much improvement should I expect ?

I'm a developer, I keep running databases, IDEs like Eclipse, P2P
tools (Azureus, amule) , aMSN and watching my favorite series with
kplayer, like Lost, Supernatural,The 4400 :P

[]'s
Fernando Boaglio

On 7/2/07, Harry Holt [EMAIL PROTECTED] wrote:




On 7/2/07, James Ausmus [EMAIL PROTECTED] wrote:

 snip

 snip

 quiet (very bright LEDs, but if you can live with that), and does an
 excellent job cooling the CPU - I've not seen the CPU rise more than 1
 degree above room temperature yet, even under heavy load



Dude - those CPU temps are in *Celsius* ...


--
Harry Holt, PMP

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-05 Thread Hemmann, Volker Armin
On Donnerstag, 5. Juli 2007, Fernando Boaglio wrote:
 Thanks a lot guys, I love this place, I always learn something new =)

 Anyway, switching only the processor : 3200+ to X2 4000 and keeping
 the same machine (Asus A8V Deluxe + HD IDE 2x80Gb + 2Gb RAM + GeForce
 7600GS) how much improvement should I expect ?

the biggest improvement will be 'snappiness' of the desktop. If you ever had a 
multicore/multicpu desktop you never want to go back. It is just amazing.

Everything multi-threaded will be faster too - but it completly depends on the 
app. Some almost double their speed, while others show as much as no 
improvement.


 I'm a developer, I keep running databases, IDEs like Eclipse, P2P
 tools (Azureus, amule) , aMSN and watching my favorite series with
 kplayer, like Lost, Supernatural,The 4400 :P

watching a video while compiling something will be much more pleasant ;)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-02 Thread Hemmann, Volker Armin
On Montag, 2. Juli 2007, James Ausmus wrote:

 to get the cooler to install into the MSI K9N6PGM-F motherboard), but
 have been very happy - the fan's maximum speed is 2000 rpm, it is very
 quiet (very bright LEDs, but if you can live with that), and does an
 excellent job cooling the CPU - I've not seen the CPU rise more than 1
 degree above room temperature yet, even under heavy load

and you checked that with? k8temp?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-07-02 Thread Harry Holt

On 7/2/07, James Ausmus [EMAIL PROTECTED] wrote:



snip

snip

quiet (very bright LEDs, but if you can live with that), and does an
excellent job cooling the CPU - I've not seen the CPU rise more than 1
degree above room temperature yet, even under heavy load



Dude - those CPU temps are in *Celsius* ...


--
Harry Holt, PMP


Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-06-30 Thread Dieter Ries
Hi,

Regis Decamps schrieb:
 Fernando Boaglio a écrit :
 The AMD cooler is th same from both CPUs.

I have upgraded from a 3000+ single core 1,8GHz to a X2 4800+ dual core
2*2,4GHz some time ago. I am not using the stock cooler, I have an
Thermaltake cooler. But what I experienced was, that the 4800+ was
running at exactly the same temperature as the 3000+ did, so a dualcore
processor doesn't necessarily have to be warmer than a single core CPU.

I guess, if the airflow your case is OK, you don't _have to_ change the
cooler with the processor. But maybe you are on the safe side if you do.

cu
Dieter

-- 
3rd Law of Computing:
Anything that can go wr
fortune: Segmentation violation -- Core dumped



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-amd64] Re: 3200+ - X2 4000+

2007-06-30 Thread Hemmann, Volker Armin
On Samstag, 30. Juni 2007, Regis Decamps wrote:
 Fernando Boaglio a écrit :
  Hi guys,
 
  I bought a new X2 4000 processor and I have 2 questions:

 Seems we are having the same choices: I had an AMD 3200 (box version)
 and I bought a AMX x2 4000 (box version too)


I bought an 4600+ boxed. And the cooler is a monster compared to the cooler of 
my 3200+ (from artic cooling). With builtin heatpipes and everything. At 
least it regulates himself nicely - as long as my room is cool, the fan does 
not spin very fast (but when it does - and goes beyond 6300rpm, my case 
starts to swing, because it becomes resonant. ugh).
--
[EMAIL PROTECTED] mailing list