yang123vc / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

ATI Crossfire GPUs need unique names #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

I expected to see:
AMD RADEON HD 6900 SERIES (1)
AMD RADEON HD 6900 SERIES (2)

Instead I see
AMD RADEON HD 6900 SERIES
AMD RADEON HD 6900 SERIES

What version of the product are you using? On what operating system?

0.3.2 BETA on Windows 7 Home Premium 64

Please provide any additional information below.

2 AMD GPUs in Crossfire.  OHM can differentiate between the two and monitors 
them correctly, but they both carry the same name.  When exporting to an 
external program such as a Rainmeter skin, as both GPUs carry the same name in 
OHM, you cannot write a plugin that will monitor the GPUs functions 
individually.

Please attach a Report created with "File / Save Report...".

Original issue reported on code.google.com by ACinTu...@gmail.com on 23 Nov 2011 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago
The names should not be used to identify hardware instances. For this the ID 
("/atigpu/0" and "/atigpu/4" in your case) should be used.

As a workaround you can manually rename the hardware in the Open Hardware 
Monitor by right-clicking on the hardware (or selecting it and pressing F2).

Original comment by moel.mich on 24 Jun 2012 at 4:29