Thanks for the great instructions! At least I got pyopencl to compile. However, poclbm only shows 256MHash on GPU one and a paltry 2MHash on GPU two. It is a HD 5970, so I think it should do about 500MHash on each of them?
The other one is your CPU.
Any idea what could be wrong? What I did differently was maybe loading the latest drivers from ATI, with that grep command I get
A few things.
I did not use the export DISPLAY=:0 line, what does it do?
I would check this first. :0.0 is the first GPU, :0.1 is the second one, etc. :0 is "all of them". If you have :0.0 in your environment, only one will be used.
Also, Check if the card is correctly setup in /etc/X11/xorg.conf. It should have two Device sections.
grep "ATI Proprietary Linux Driver" /var/log/Xorg.0.log
[ 13.543] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
[ 13.543] (II) ATI Proprietary Linux Driver Release Identifier: 8.812
[ 13.543] (II) ATI Proprietary Linux Driver Build Date: Jan 4 2011 21:31:36
could that be the problem? I tried to disable crossfire, too, not sure how to check that.
[/quote]
It's a very recent driver but check the other suggestions first.