I'm waiting on 2 Sapphire Radeon 5830's from NewEgg. I'm currently mining with a single 5770 using TriXX for OC and temp control.
Would other OCing software such as MSI AfterBurner be able to OC and monitor temps of the 2 cards individually?
On Linux I use:
#!/bin/sh
export DISPLAY=:0
xhost +
while true ; do
clear
aticonfig --adapter=all --od-gettemperature
sleep 10
done