AMD
ATI Catalyst Linux – 9.6 Good and Getting Better, but still a Pain in the Bug
Jul 7th
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
Jun 20th
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
Nov 22nd
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
Nov 17th
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.