|
List Info
Thread: 3200+ -> X2 4000+
|
|
| 3200+ -> X2 4000+ |

|
2007-06-27 21:05:29 |
Hi guys,
I bought a new X2 4000 processor and I have 2 questions:
-- can I use the same cooler (my processor uses the
deprecated Socket 939) ?
-- should I change a lot of attributes in my kernel .config
file?
TIA
[]'s
Fernando Boaglio
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |

|
2007-06-27 22:00:10 |
> I bought a new X2 4000 processor and I have 2
questions:
>
> -- can I use the same cooler (my processor uses the
deprecated Socket 939) ?
Maybe, depends on how good your cooler is.
> -- should I change a lot of attributes in my kernel
.config file?
You need to enable SMP and the multi-core scheduler option
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |
  Australia |
2007-06-27 22:36:28 |
If its the cooler that came with the 3200+ then no, don't
use it for a
dual-core chip. even though most of the times temps will be
fine, when
loading both cores heavily it would really strain.
On Wed, 2007-06-27 at 23:00 -0400, Nuitari wrote:
> > I bought a new X2 4000 processor and I have 2
questions:
> >
> > -- can I use the same cooler (my processor uses
the deprecated Socket 939) ?
>
> Maybe, depends on how good your cooler is.
>
> > -- should I change a lot of attributes in my
kernel .config file?
>
> You need to enable SMP and the multi-core scheduler
option
|
|
| Re: 3200+ -> X2 4000+ |
  Germany |
2007-06-28 01:05:04 |
On Donnerstag, 28. Juni 2007, Fernando Boaglio wrote:
> Hi guys,
>
> I bought a new X2 4000 processor and I have 2
questions:
>
> -- can I use the same cooler (my processor uses the
deprecated Socket 939)
> ?
no. Btw, the if you buy 'the real thing' the dual cores come
with a nice
self-regulating cooler. And this boxed cpus are not much
more expensive than
a single cpu.
>
> -- should I change a lot of attributes in my kernel
.config file?
enable smp. The rest should be fine. You can but don't have
to enable
multicore support. Don't enable numa. Have acpi enabled.
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |
  Italy |
2007-06-28 05:16:52 |
Am Donnerstag 28 Juni 2007 08:05 schrieb Hemmann, Volker
Armin:
> On Donnerstag, 28. Juni 2007, Fernando Boaglio wrote:
> > Hi guys,
> >
> > I bought a new X2 4000 processor and I have 2
questions:
> >
> > -- can I use the same cooler (my processor uses
the deprecated Socket
> > 939) ?
>
> no. Btw, the if you buy 'the real thing' the dual cores
come with a nice
> self-regulating cooler. And this boxed cpus are not
much more expensive
> than a single cpu.
>
> > -- should I change a lot of attributes in my
kernel .config file?
>
> enable smp. The rest should be fine. You can but don't
have to enable
> multicore support. Don't enable numa. Have acpi
enabled.
Shouldn't he set the timer frequency to 250 or 300 as well?
BTW: I'm still not sure if he talks about the boxed cooler
or something he
bought separately. The latter should do fine...
|
|
| Re: 3200+ -> X2 4000+ |

|
2007-06-28 07:26:25 |
|
2007/6/28, Fernando Boaglio < boaglio gmail.com">boaglio gmail.com>:
Hi guys,
I bought a new X2 4000 processor and I have 2 questions:
-- can I use the same cooler (my processor uses the deprecated Socket 939) ? don9;t use the same cooler, cause it can break the cpu.... buy a x2 cool&quiet cooler and update the bios....
-- should I change a lot of attributes in my kernel .config file?
the configuration under processor types and features should be: Processor family (AMD-Opteron/Athlon64) ---> < > /dev/cpu/microcode - Intel CPU microcode support <*> /dev/cpu/*/msr - Model-specific register support
<*> /dev/cpu/*/cpuid - CPU information support [*] Symmetric multi-processing support [ ] SMT (Hyperthreading) scheduler support (NEW) [*] Multi-core scheduler support (NEW)
Preemption Model (Voluntary Kernel Preemption (Desktop)) ---> [*] Non Uniform Memory Access (NUMA) Support [*] Old style AMD Opteron NUMA detection (NEW) -> this one could be needed for old 939 sockets but i don't know if the x2 works in that socket
[*] ACPI NUMA detection (NEW) [*] NUMA emulation Memory model (Discontiguous Memory) ---> [*] Provide RTC interrupt (2) Maximum number of CPUs (2-256) (NEW) [*] Intel MCE features [*] AMD MCE features
Timer frequency (100 HZ) ---> [*] Function reordering
then enable all the cpu scaling governors under power management option, amd powernow directly in the kernel (not as module, cause the udev would not load it at boot time) and add cpufrequtils as a boot service with the conservative module....
obvioul sy you'll need thermal, fan, processor and ac adapter.... i compiled this in the kernel support so that i wouldn';t need an initramdisk.... but this is your choice on how to compile them.... after that you should look at
http://gentoo-wiki.com/ on howtos for the use flags, cause you could have some new use flags to use....
TIA
[]'s Fernando Boaglio -- gentoo-amd64 gentoo.org">gentoo-amd64 gentoo.org mailing list
-- besod-_-b
|
| Re: 3200+ -> X2 4000+ |
  United Kingdom |
2007-06-28 09:22:04 |
whats with the NUMA stuff?
Beso wrote:
> 2007/6/28, Fernando Boaglio <boaglio gmail.com>:
>>
>> Hi guys,
>>
>> I bought a new X2 4000 processor and I have 2
questions:
>>
>> -- can I use the same cooler (my processor uses the
deprecated Socket
>> 939)
>> ?
>
>
> don't use the same cooler, cause it can break the
cpu.... buy a x2
> cool&quiet cooler and update the bios....
>
> -- should I change a lot of attributes in my kernel
.config file?
>
>
> the configuration under processor types and features
should be:
> Processor family (AMD-Opteron/Athlon64) --->
> < > /dev/cpu/microcode - Intel CPU microcode
support
> <*> /dev/cpu/*/msr - Model-specific register
support
> <*> /dev/cpu/*/cpuid - CPU information support
> [*] Symmetric multi-processing support
> [ ] SMT (Hyperthreading) scheduler support (NEW)
> [*] Multi-core scheduler support
> (NEW)
> Preemption Model (Voluntary Kernel Preemption
(Desktop)) --->
> [*] Non Uniform Memory Access (NUMA) Support
> [*] Old style AMD Opteron NUMA detection (NEW)
-> this one could be
> needed for old 939 sockets but i don't know if the x2
works in that socket
> [*] ACPI NUMA detection (NEW)
> [*] NUMA emulation
> Memory model (Discontiguous Memory) --->
> [*] Provide RTC interrupt
> (2) Maximum number of CPUs (2-256) (NEW)
> [*] Intel MCE features
> [*] AMD MCE features
> Timer frequency (100 HZ) --->
> [*] Function reordering
>
> then enable all the cpu scaling governors under power
management option,
> amd
> powernow directly in the kernel (not as module, cause
the udev would not
> load it at boot time) and add cpufrequtils as a boot
service with the
> conservative module....
> obvioulsy you'll need thermal, fan, processor and ac
adapter.... i compiled
> this in the kernel support so that i wouldn't need an
initramdisk.... but
> this is your choice on how to compile them....
> after that you should look at http://gentoo-wiki.com/
on howtos for the use
> flags, cause you could have some new use flags to
use....
>
> TIA
>>
>> []'s
>> Fernando Boaglio
>> --
>> gentoo-amd64 gentoo.org mailing list
>>
>>
>
>
--
Change the world - move a rock
GnuPG Key: http://thecoop.me.uk/
gpgkey.asc
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |
  United States |
2007-06-28 09:26:09 |
On Thu, 2007-06-28 at 12:16 +0200, Florian Philipp wrote:
> Am Donnerstag 28 Juni 2007 08:05 schrieb Hemmann,
Volker Armin:
> > On Donnerstag, 28. Juni 2007, Fernando Boaglio
wrote:
> > > Hi guys,
> > >
> > > I bought a new X2 4000 processor and I have 2
questions:
> > >
> > > -- can I use the same cooler (my processor
uses the deprecated Socket
> > > 939) ?
> >
> > no. Btw, the if you buy 'the real thing' the dual
cores come with a nice
> > self-regulating cooler. And this boxed cpus are
not much more expensive
> > than a single cpu.
> >
> > > -- should I change a lot of attributes in my
kernel .config file?
> >
> > enable smp. The rest should be fine. You can but
don't have to enable
> > multicore support. Don't enable numa. Have acpi
enabled.
>
> Shouldn't he set the timer frequency to 250 or 300 as
well?
Not if it's going to be a desktop. Hires timers are not
common in
x86_64 in the kernel yet (no tickless support) so for now
1000 is still
best for desktops.
Daniel
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |
  Germany |
2007-06-28 11:20:10 |
On Donnerstag, 28. Juni 2007, Daniel Gryniewicz wrote:
> >
> > Shouldn't he set the timer frequency to 250 or 300
as well?
>
> Not if it's going to be a desktop. Hires timers are
not common in
> x86_64 in the kernel yet (no tickless support) so for
now 1000 is still
> best for desktops.
in my experience 300 is 'best' for my desktop.
--
gentoo-amd64 gentoo.org mailing list
|
|
| Re: 3200+ -> X2 4000+ |
  Germany |
2007-06-28 11:21:00 |
On Donnerstag, 28. Juni 2007, Simon Cooper wrote:
> whats with the NUMA stuff?
nothing. If you only have once cpu with two cores, don't use
it!
--
gentoo-amd64 gentoo.org mailing list
|
|
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|