Jump to content

Overclock graphic card with Clover


shiecldk
 Share

12 posts in this topic

Recommended Posts

Firstly, we need to know our GPU clock. For example, my ASUS EAH6850 is running at 790MHz.

 

Secondly, convert 79000 to hex, which is 0x13498. While in the vbios, it's actually 98 34 01.

If I want to get a 850MHz clock, I gonna convert 85000 to hex, which is 0x14C08 and 08 4c 01 in vbios.

 

Last, use Clover's PatchVBiosBytes to find 98 34 01 and replace it with 08 4c 01. And all done!

 

 

Unfortunately, I'm not able to boot my current Windows 8 with Clover now.

But I'm guessing simply reinstall graphic driver or Windows could bypass the problem. Because I'm able to boot Windows Install DVD through Clover.

 

These are the results to prove it works ;) :

 

 

 

Before

3sBXJUN.png

After

YeTPbMC.png

 

Before

MbgZdyo.png

After

AqEwiFA.png

 

Before

JcVdl34.png

After

TOR59UZ.png

 

Before8DYpp3k.png

AfterCbqV6VO.png

 

  • Like 6
Link to comment
Share on other sites

<dict>
	<key>Find</key>
	<data>
	mDQB
	</data>
	<key>Replace</key>
	<data>
	CEwB
        </data>
</dict>

imIiNp4.png

You need to create yours, instead of copying mine.

 

I know, I just needed to know which data type you were using. Now I know it's Data. I was using String.

 

Thanks, appreciate your help! :)

Link to comment
Share on other sites

  • 1 month later...

Hi, shiecldk.

And what about memory clock. Should I do the same action?

I'm not sure about memory clock now, but I did tried to OC the memory clock too.

What I did was using RBE to edit my VBios first and compared the difference with original VBios in HexEdit. And last, input the PatchVBiosBytes value to Clover.

My 6850's normal memory clock is 1000(mhz)x4 which is something like 0x186a0 and "a0 86 01" in VBios if I remember it correctly. After using RBE to increase the VBios's memory clock to 1100, "a0 86 01" become "b0 ad 01" in Vbios.

  • Like 1
Link to comment
Share on other sites

I'm not sure about memory clock now, but I did tried to OC the memory clock too.

What I did was using RBE to edit my VBios first and compared the difference with original VBios in HexEdit. And last, input the PatchVBiosBytes value to Clover.

My 6850's normal memory clock is 1000(mhz)x4 which is something like 0x186a0 and "a0 86 01" in VBios if I remember it correctly. After using RBE to increase the VBios's memory clock to 1100, "a0 86 01" become "b0 ad 01" in Vbios.

Year, Thanks for your answer. Could you help me to change memory clock from 800 to 928MHz at this place?

post-974387-0-85506900-1386935865_thumb.png

I also attached almost-modified Vbios.

EDIT1

Wait a minute! I have to check something.

2D - 200, 200, 0.9 3D - 300, 300, 0.9.rom.zip

Link to comment
Share on other sites

  • 2 weeks later...

Hello I need help overclocking my graphics card its a PNY GeForce 210 1GB here are the specs

 

Product Specifications

  • Core Clock (MHz): 475 MHz
  • Processor Cores: 24
  • Processor Clock (MHz): 1100 MHz
  • Fill Rate (billion pixels/sec.): 5.7
  • Memory Amount: 1024MB DDR2 On-board Frame Buffer
  • Memory Frequency (effective): 800 MHz
  • Memory Interface: 128-bit
  • Memory Bandwidth (GB/sec): 12.8
  • On-board Outputs: DVI-I and HDMI and VGA
  • Additional Outputs Supported:
  • BUS Technology: PCI Express 2.0

 

venid = 10DE devid = 0A65 so the device is 10DE:0A65

Link to comment
Share on other sites

  • 7 months later...
  • 2 weeks later...

Schiecl..listen me ...this string

 

<dict>
	<key>Find</key>
	<data>
	mDQB
	</data>
	<key>Replace</key>
	<data>
	CEwB
        </data>
</dict>
Where add ?

ati inject ?

 

 

Please can you attached a sample config here ?

Or you can send me in PM ...thank you

Link to comment
Share on other sites

 Share

×
×
  • Create New...