AMD

AMD Leo Chipset – 6 Core Chips

First we had the dual core Athlons, now we have the quad core Phenoms, coming soon is the six core Leos. There is logic to new chips having more processors. Having a processor run at a faster clock rate is generally limited by the amount of heat the chip produces. The faster the rate, the more calculations per second, and hence the more electrons flowing through the chip. More electrons more heat. The only want to deal with this temperature buildup is to use a smaller etch process. Right now they are at 45 nano meter, but there is a limit to how small they can go and that is defined by Moore’s Law. So before making their processors smaller in size, manufacturers are putting more cores and are dividing the processing accordingly.

AMD Phenom II X6 will be compatible with socket AM3/AM2+ (with split power plane) infrastructure and will have integrated dual-channel PC3-10600 (DDR3 1333MHz) memory controller. It is very likely that Thuban processors will retain the design of the code-named Istanbul chips for servers, thus, will feature 3MB L2 cache (512KB per core) and 6MB of L3 cache. The chips will be made using 45nm SOI fabrication process. Power consumption of the chips is set to be decided. [Source]

Next year we will see 6 core mainstream processors. Then we will see more cores. They will continue to add more cores, and eventually they will being to make them smaller also. Manufacturers will do this until 2020, when Moore’s Law kicks in and starts putting of roadblocks to new chips using traditional silicon etching technologies.

In terms of size [of transistors] you can see that we’re approaching the size of atoms which is a fundamental barrier, but it’ll be two or three generations before we get that far—but that’s as far out as we’ve ever been able to see. We have another 10 to 20 years before we reach a fundamental limit. By then they’ll be able to make bigger chips and have transistor budgets in the billions.[Source]

Even after 2020 we will see new silicon chips. As time passes there will be more pressure to introduce a new processing technology. Eventually Optical, DNA, atomic, or quantum computing will become a reality. Its not a matter of if, but when. I think atomic computing will be the next player. An atomic computer will utilize transistors that operate on an atomic scale. [More Info]

ATI Catalyst Linux – 9.6 Good and Getting Better, but still a Pain in the Bug

ATI, or AMD’s catalyst drivers for linux have come a loooong way. They are currently rather good, but can be very buggy with certain configurations. Partial hardware acceleration works fine and tearing using XV has been substantially reduced. You must make care to configure xorg.conf properly otherwise your X server will crash. Well to be more specific using Compiz only will not necessarily crash your system independent of the configuration, but when you start using graphics and processor heavy applications you’ll see substantial system instability. For example I used compiz and the default xorg.conf for a long time with little problems. But then I threw MythTV into the mix. Its processor and graphics requirements caused X to free constantly and predictably. I boiled the problem down to opengl, which is easily disabled in the device section of xorg.conf with the line: Option "OpenGLOverlay" "off" Then also turn off video overlay: Option "VideoOverlay" "off" Then turn on textured video and sync it: Option "TexturedVideo" "on" Option "TexturedVideoSync" "on" For me this substantially increases X stability and I no longer can predictably have a system hard lock. Yes I still have an occasional program free but I dont have to do a hard reboot, which is really annoying. In MythTV you should configure the frontend to use XV-Blit with no deinterlacing if your capturing HD video via firewire. The video playback on an integrated 3300HD chipset is quite impressive and the minimal tearing experienced I expect to be resolved in a realease or two.

AMD k10 Modules – Temp Sensor

They say the AMD k10 support will be rolled into the k8 modules. Whatever they do in new, upcoming package is independent of chipset support now. After some painful seaching to get the source code for the k10 chipset I found this blog post http://blog.morrigan.ch/?p=9. It is not an easy to find post but it does walk you through the compilation and installation of the modules. I will repost it here because my blog is very easy to find on the internet due to great Google indexing. First download the make file: Makefile Download the source: k10temp Make sure you have build-essential installed:

sudo apt-get install build-essential

Run:

make -C /lib/modules/$(uname -r)/build M=$(pwd)

Copy to the appropriate system folder;

cp k10temp.ko /lib/modules/$(uname -r)/kernel/drivers/hwmon

Load the module:

sudo depmod && sudo modprobe k10temp

Reboot. Install gnome-sensors and you can view the temperature of your system as a convenient applet in your top panel!

Walmart $430 Compaq PC Dual 64 Bit AMD Turions

For $430 this was the quickest pc I have ever purchased. I was in and out of the store in less than 10 minutes. Circuit City is at least a 30-45 minute deal, and obviously mail order is substantially longer. I would image Stapes would come in a little quicker than Circuit City, but overall I got a kick out of my stealth PC purchase and extraction experience. I am currently using the PC for this very server environment. It has these great Turion 64 bit chips, which Debian is a scream machine on. The AMD chips have a special virtualization component, which significantly improves the memory managment of the machine. I utilize a virtual server environment for bgevolution.com, and the 1 Gigabyte of ram works nicely with the AMD virtualization component enabled in the BIOS. Overall two thumbs up for a quality PC that was purchased in record time. You simply can beat the accessibility; Walmart is a warehouse and if you catch the right time, and there are no lines your shopping experience will be swift.

AMD Turion 64 Bit Technology – Virtualization Hardware

VirtualBox allows for successive OS implementations during a user session. This requires RAM for two or more implementations. The AMD 64 bit Turion Chipset has special virtualization hardware that substantially improves the memory management of a host system implementing virtual operating systems. Simply configure your BIOS settings accordingly and expect to see a noticeable memory performance increase. For instance without the technology the host system is at 80% capacity, whereas with the virtualization technology only 40% of the RAM capacity is used.