//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.
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.