cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

hjwu
Journeyman III

different GPUs coexist

Hi,

I have two GPU devices in my system ,one is HD6850 and another is integrate HD6650D. Is there any way to use these two devices in the same time? There's always only one GPU device shown in the openCL program(SimpleMultidevice) even though I've establish the crossfire chain between two devices.

My OS is Ubuntu 11.04 Natty and the graphic driver version is 11.7

thanks

0 Likes
4 Replies
nou
Exemplar

try run "export COMPUTE=:0" or "export DISPLAY=:0" and then SimpleMultiDevice

 

0 Likes
hjwu
Journeyman III

Originally posted by: nou try run "export COMPUTE=:0" or "export DISPLAY=:0" and then SimpleMultiDevice

 

 

 

thank you nou, but it doesn't work

0 Likes

hjwu, please disable crossfire to view both devices.
0 Likes

Originally posted by: MicahVillmow hjwu, please disable crossfire to view both devices.


Thanks for replying, Micah

I Finally found the solution!!

Using command "sudo aticonfig --adapter=all --initial -f" to initialize all devices, then all devices will be dectected

0 Likes