Guide works, but needs to be updated. I use AMD Catalyst 14.12, and the profile is also not earned after the change. You need to enable the AMD Overdrive after changing the profile to make it work.
I have a graphics card msi 280x 3g, and the screen is flickering in 2d mode sometimes. I wanted to solve this problem and changed the memory clock in 2D. It was 300/150 and now is 300/575 after the change, but it did not help. Maybe I need to change a second profile for 2D (500/1500) and make it a 500/575? But I'm not sure where exactly I need to change it. Does the option MemoryClockTarget only for 2D? Or it works also for 3D? I do not want to play with the memory frequency 2300 instead of 6000
Hi 448,
First of all, the method will work in both profile (2D/3D). You should definiately set the clocks to 500/1500 with enabled amd overdrive as you mentioned. The point is the memory clock has to be constans (min = max = 1500). It means this in the .xml file:
<Feature name="CoreClockTarget_PCI_VEN_1002&DEV_6798&SUBSYS_27751462&REV_00_4&CD6A312&0&0008A">
<Property name="Want_0" value="50000" />
<Property name="Want_1" value="102000" />
</Feature>
<Feature name="PowerControl_PCI_VEN_1002&DEV_6798&SUBSYS_27751462&REV_00_4&CD6A312&0&0008A">
<Property name="Want" value="0" />
</Feature>
<Feature name="MemoryClockTarget_PCI_VEN_1002&DEV_6798&SUBSYS_27751462&REV_00_4&CD6A312&0&0008A">
<Property name="Want_0" value="150000" />
<Property name="Want_1" value="150000" />
</Feature>
<Feature name="CoreVoltageTarget_PCI_VEN_1002&DEV_6798&SUBSYS_27751462&REV_00_4&CD6A312&0&0008A">
<Property name="Want_0" value="850" />
<Property name="Want_1" value="1200" />
</Feature>
It works absolutely fine for me with the same card (msi 280x). I hope it helps.