If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
![]() |
|
|
#1 |
|
Senior Member
Join Date: Jun 2003
Location: UK
Posts: 1,521
|
My GF is quite the Warcraft III player, but she's forced to use some god awful old laggy machine for gaming... she's not using my baby
So, for christmas I'm putting together something that will play Warcraft III at gorgeous settings, while allowing for future games at a reasonable price (i.e. RTS doesn't tend to be that demanding, and settings can be turned down). I'm intending to base it around a low end AMD64 (2800) with approximately 512MB RAM. Now, each time I buy a PC I have to relearn the hardware market, but I'm hoping to cheat this time. 1. Do AMD boards also do dual channel memory? 2. What's the FSB on a AMD64? 3. Is there any good integrated sound for this socket? IIRC, don't AMD64s have either a VIA or nVidia 3rd gen chipset, and didn't the 3rd gen not have SoundStorm? Finally, a bit off-topic 4. SoundStorm was good for your CPU usage, though its benefits were only supposed to manifest themselves through the digital port... now, was that the CPU benefits only, or did this also overcome the limitation of the cacky codec? |
|
|
|
|
|
#2 | |
|
Member
Join Date: Feb 2003
Location: Cambridge, MA
Posts: 620
|
Quote:
1. Only socket 939 boards are dual channel. Socket754 boards are single channel. The CPU you are planning to buy (A64 2800+) is only for socket 754. Dual channel CPUs start from 3000+ and higher. 2. 400 MHz 3. Most Athlon boards have on board sound through AC3 codec but neither Nvidia's nor Via's cards have integrated APU in their chipset. So no hardware acceleration for sound anymore. At least for Athlon64 boards. 4. To my knowledge nearly all of the Nforce2/MCP-T (so called soundstorm) boards use cheap low quality AC3 codec solutions. That's why none of them are really fullfilling the minimum requirements of being true Soundstrom boards. |
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jun 2003
Location: UK
Posts: 1,521
|
All AMB64s have an FSB of 400?? Isn't that a bit limiting? So, dual channel for a standard AMD64 isn't something I'd need regardless then?
|
|
|
|
|
|
#4 | |
|
Senior Member
Join Date: Feb 2002
Location: gjethus, Norway
Posts: 1,256
|
Quote:
|
|
|
|
|
|
|
#5 | |||
|
Member
Join Date: Mar 2003
Location: Denmark
Posts: 867
|
Quote:
Quote:
Quote:
|
|||
|
|
|
|
|
#6 |
|
Senior Member
|
I thought NForce boards would have HW accelerated sound.
Personally, I find the CPU power and fill rate are key for good RTS performance.
__________________
Regards. |
|
|
|
|
|
#7 | ||
|
Member
Join Date: Feb 2003
Location: Cambridge, MA
Posts: 620
|
Quote:
AFAIK Hyprtransport is the link connecting multiple CPU's to each other and CPU to northbridge. The link between CPU and memory is still called FSB and it is 400MHz. In single channel mode it is 64bit wide yielding 3.2GB/s bandwith, in dual channel it is 128bit wide yielding 6.4GB/s. Because of the very efficient onboard memory controller the performance difference is not 100% between dual and single channel modes. They have however 5-10% overall performance difference in memory bandwith sensitive situations. |
||
|
|
|
|
|
#8 | |
|
Member
Join Date: Jun 2003
Posts: 335
|
phenix,
Quote:
|
|
|
|
|
|
|
#9 | ||
|
Member
Join Date: Feb 2003
Location: Cambridge, MA
Posts: 620
|
Quote:
|
||
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Feb 2003
Location: Sofia, BG
Posts: 1,136
|
A week ago I built similar system for a friend of mine:
A64 2800+ and Zalman AlCu 7000 for cooler (noiseless!) 512MB DDR400 GB Radeon 9550 128MB GB K8N Good speed, reasonable price.... |
|
|
|
|
|
#11 | |
|
Member
Join Date: May 2003
Location: N.Wales
Posts: 117
|
Quote:
The memory controller then talks to the RAM at whatever speed you have set in the BIOS, obviously within the limitations of your RAM, Just like in a traditional system your RAM and FSB can be two different speeds. For instance with an P4 with a 200MHz (QDR) FSB you could run DDR266, it would obviously effect performance but iyour FSB would still be running at 200 (QDR). The "FSB" speed that you adjust in the BIOS of an A64 motherboard is just appears to be a base clock that all the other HT links ect take thier timing from. |
|
|
|
|
|
|
#12 | ||
|
Member
Join Date: Feb 2003
Location: Cambridge, MA
Posts: 620
|
Quote:
OK now I get it. So in Athlon 64 architecture the traditional FSB as we know it is divided to a memory access link and a hypertransport link which connects northbridge to CPU. It is a bit confusing really. So which frequancies change when you overclock an Athlon64 CPU? Memory access frequency or hypertransport frequency? |
||
|
|
|
|
|
#13 |
|
Member
Join Date: May 2003
Location: N.Wales
Posts: 117
|
Its sort of like this:
Code:
Trad CPU---------------------Northbridge----------------------RAM
FSB Mem Bus
Code:
"FSB" A64--Memory Controller----------------------RAM ¦ Mem Bus ¦ ¦ Hypertransport link ¦ ¦ Other traditional Northbridge Functions The thing with the overclocking the "FSB" on any CPU is that really you are overclocking a "clock" on which all other busses take their timings (except where the PCI and AGP busses are locked) The clock on an A64 is 200MHz, the PCI bus takes that figure and divides it by 6, the AGP bus divides it by 3, an A64 3000+ (skt 754) multiplys it by 10. the memory (DDR400) takes it as it is,1:1, 200Mhz (DDR) ect, ect. This is the same really as a trad CPU but we always refer to overclocking the FSB, I presume, because the clock in this case is in fact the FSB clock and all other busses take their clock from this. So when you overclock an A64 you increase the speed of every bus in the system that takes its speed from the "clock", just like a P4, that includes the RAM*. Of course motherboards with locked PCI and AGP busses do not overclock these busses. (might be a seperate clock? Might be fancier dividers? not sure) *The RAM might not take this speed directly but actually divide the Clock speed of the CPU (which is based on the "clock"). EDITS: Loads to fix my diagram. Now in lovely code boxes |
|
|
|
|
|
#14 | |
|
Member
Join Date: Feb 2003
Location: Cambridge, MA
Posts: 620
|
Quote:
Makes sense. It is exactly how I used to imagine except the confusion with FSB nomenclature. |
|
|
|
|
|
|
#15 | ||||
|
Member
Join Date: May 2003
Location: N.Wales
Posts: 117
|
Quote:
Quote:
Quote:
Quote:
In all I would look at the price of an A64 2800+ and the S754 board and look at the difference between that at a S939 3000+ and board, (both run at 1.8 ). And decide whether I thought the extra cost was worth the "future proofing" EDIT: Unintentional 8). where I meant to write 8 ) |
||||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tiger Telematics and NVIDIA - Next-Gen Mobile Gaming Tech | Reverend | Press Releases | 0 | 22-Sep-2004 06:39 |
| Sony gaming exec: Broadband prices need to drop | j^aws | Console Technology | 37 | 03-Jul-2004 00:12 |
| QUALCOMM and ATI to Create Wireless 3D Gaming Platform | Dave Baumann | Press Releases | 0 | 22-Mar-2004 12:16 |
| VIA and Apex Digital Introduce Personal Gaming Console | Dave Baumann | Press Releases | 0 | 08-Jan-2004 23:50 |
| NVIDIA GPU Featured In New Area-51M Mobile Gaming Machine | Dave Baumann | Press Releases | 1 | 20-May-2003 01:21 |