Re: [gentoo-amd64] quadcore - part 2

2008-12-02 Thread Peter Humphrey
On Monday 01 December 2008 20:27:02 Volker Armin Hemmann wrote: I don't like Zalman. No way to change the cooler. Stupid fastening system, no pwm. Pwm? Pulse-width modulation? -- Rgds Peter

Re: [gentoo-amd64] quadcore - part 2

2008-12-01 Thread Volker Armin Hemmann
On Montag 01 Dezember 2008, Martin Herrman wrote: On Sat, Nov 29, 2008 at 5:59 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Saturday 29 November 2008, Martin Herrman wrote: I'm using a Arctic Cooling Freezer 7 Pro at my Q9300. oh great. AC ... just make sure to check the fan

Re: [gentoo-amd64] quadcore - part 2

2008-11-29 Thread Volker Armin Hemmann
On Saturday 29 November 2008, Martin Herrman wrote: On Fri, Nov 28, 2008 at 12:01 AM, Branko Badrljica [EMAIL PROTECTED] wrote: Well, if he is going to buy new cooler, then why not spend extra couple of $/€ and go for the best ? I have Thermalright's IFX-14 on my Phenom 9950 and it is BIG

Re: [gentoo-amd64] quadcore - part 2

2008-11-28 Thread Martin Herrman
On Fri, Nov 28, 2008 at 12:01 AM, Branko Badrljica [EMAIL PROTECTED] wrote: Well, if he is going to buy new cooler, then why not spend extra couple of $/€ and go for the best ? I have Thermalright's IFX-14 on my Phenom 9950 and it is BIG but works phenomenally. Good cooler and liquid metal

[gentoo-amd64] quadcore - part 2

2008-11-27 Thread Fernando Boaglio
Hi again, =) Yesterday I was installing my Gentoo from stage3 and I noticed (with htop) even though my machine has 4Gb, only 350mb (tops) was used during compilation. Is there any way to improve my memory usage ? Another question: the cooler from quadcore box is too much noisy, and my old

Re: [gentoo-amd64] quadcore - part 2

2008-11-27 Thread Beso
2008/11/27 Fernando Boaglio [EMAIL PROTECTED]: Hi again, =) Yesterday I was installing my Gentoo from stage3 and I noticed (with htop) even though my machine has 4Gb, only 350mb (tops) was used during compilation. Is there any way to improve my memory usage ? compile into ram and have

Re: [gentoo-amd64] quadcore - part 2

2008-11-27 Thread Volker Armin Hemmann
On Donnerstag 27 November 2008, Fernando Boaglio wrote: Hi again, =) Yesterday I was installing my Gentoo from stage3 and I noticed (with htop) even though my machine has 4Gb, only 350mb (tops) was used during compilation. Is there any way to improve my memory usage ? if it doesn't need

[gentoo-amd64] quadcore

2008-11-26 Thread Fernando Boaglio
Hi, I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550 quadcore + mobo Asus M3A78. Should my make.conf still remains the same? =) []'s Fernando Boaglio

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Bob Sanders
Fernando Boaglio, mused, then expounded: Hi, I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550 quadcore + mobo Asus M3A78. Should my make.conf still remains the same? =) Yes. Only bump up you -j setting. Here's what I use for the 3-core 8450 - CFLAGS=-O2 -pipe

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Sebastian Klüsener
I'd change that to 'march=amdfam10' or 'march=native' if your gcc is a recent one. Recent means =4.3. - Original Message - From: Bob Sanders [EMAIL PROTECTED] To: gentoo-amd64@lists.gentoo.org Sent: Wednesday, November 26, 2008 4:42 PM Subject: Re: [gentoo-amd64] quadcore Fernando

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Bob Sanders
] To: gentoo-amd64@lists.gentoo.org Sent: Wednesday, November 26, 2008 4:42 PM Subject: Re: [gentoo-amd64] quadcore Fernando Boaglio, mused, then expounded: Hi, I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550 quadcore + mobo Asus M3A78. Should my make.conf still remains

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Wil Reichert
@lists.gentoo.org Sent: Wednesday, November 26, 2008 4:42 PM Subject: Re: [gentoo-amd64] quadcore Fernando Boaglio, mused, then expounded: Hi, I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550 quadcore + mobo Asus M3A78. Should my make.conf still remains the same

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Beso
2008/11/26 Sebastian Klüsener [EMAIL PROTECTED]: I'd change that to 'march=amdfam10' or 'march=native' if your gcc is a recent one. Recent means =4.3. please don't top post. second, what does march=native does?! -- dott. ing. beso

Re: [gentoo-amd64] quadcore

2008-11-26 Thread Branko Badrljica
Eduardo Schoedler wrote: SNIP Hi Beso. http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options native This selects the CPU to tune for at compilation time by determining the processor type of the compiling machine. Using -mtune=native