### R6XMEMID for R200 based GPUs / Graphics cards ###
While searching the web for additional tools I stumbled over R6XMEMID. The naming in conjunction with R3MEMID and R5MEMID would suggest that this is for R600 series, but that is not the case.
In fact, while using R3MEMID, there were already traces of R6MEMID log files in the code and output, suggesting that R6MEMID existed beforehand. This is very interesting.
I suspect the architecture Rage6 being the origin of the naming.
I'll dig deeper into what that means for R3MEMID, as it sheds some light onto the usage of that as well.
One interesting find is the R6XMEMID.CFG file. It is basically a memory mapping for existing cards, telling you exactly which IC is broken. Handy thing! Of course, there are more cards out there than this default file has, but perhaps I'll go and add more cards to that file, once I had some time.
## Where to get it? ##
I attached a zip of R6XMEMID here:
The attachment R6MEMID.zip is no longer available
## How to run it? ##
You will need to execute it under DOS. I tested it with FreeDOS in SafeMode and it works just fine
The simple run will just be R6XMEMID.EXE -NOCFG
## Which cards will work with it? ##
I have tested the following cards with it:
- Radeon 9200 (RV280)
- Radeon 9000Pro (RV250)
- Radeon 9250SE (Mobility Radeon 9200 chipset)
- Radeon 9250SE (RV280)
- Radeon 9100 (R200)*
For the 9100 I had to use the -NORDFLOAD switch as well, otherwise it would not run
## What switches are available? ##
Use R6XMEMID.EXE -HELP to see them. There are quite a lot!
## What does the result look like? ##
Good card:
The attachment r6good.jpeg is no longer available
Bad card:
The attachment r6bad.jpeg is no longer available