Dolphin, the GameCube and Wii emulator - Forums

Full Version: How good speeds will I get?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
//Check your GPU clock speed with "GPUZ" when running dolphin
If (6630M GPU clock speed = 100Mhz)
{
Response.Write("Intel HD 3000 is used instead of 6630m");
}
If(6630M GPU clock speed = 480Mhz)
{
Response.Write("AMD 6630m is used");
}
(05-17-2012, 11:39 AM)admin89 Wrote: [ -> ]//Check your GPU clock speed with "GPUZ" when running dolphin
If (6630M GPU clock speed = 100Mhz)
{
Response.Write("Intel HD 3000 is used instead of 6630m");
}
If(6630M GPU clock speed = 480Mhz)
{
Response.Write("AMD 6630m is used");
}

Here's what gpuz says : [attachment=7713] [attachment=7714] What do I do now?
Update latest driver ?
Use direct3d9 backend instead of direct3d11
Or use OpenGL backend (much slower than 3d9 and 3d11)
I checked ATI's website and there are no graphics drivers available for the 6630m.
AMD Radeon ! Not ATI anymore
AMD 6xxxM Driver for windows 7-64 bit
Or you can find the driver via Notebook manufacturer's website
type in "ati.com" it redirects you to amd.com. I saw that tool there and it says it it is not compatible with notebooks that have switchable graphics. I downloaded it anyway and it gave an error message upon installation.
Pages: 1 2