Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iMac mid 2010 graphics issues after installing Yosemite

I notice that after my Mac comes back up from sleep, graphics seem to be a bit slow.

Opening up the Downloads from the dock where the files Fan up seem jerky. Most impacted are the 2 games I have.

Playing Sonic racing and Castle of Illusions Mickey Mouse play slow and jerky. Lot of dropped FPS. Overall graphics are slow.

After I restart my Mac, everything is fine again. Never had this issue with Mavericks.

I tried "Reduce Transparency" Didn't help.

I even did a fresh re-install of Yosemite from scratch (booting up in recover mode, wipe out everything and download and install).

I don't have much software installed either. MS Office, Chrome, Google drive, PS, Lightroom. That's it.

Still the same problem. Mac wakes up from sleep and graphics are poor. Games run very jerky with loss of FPS.

I'm guessing Yosemite has some issues with ATI Radeon HD 5750. This is frustrating...

User uploaded file

iMac, OS X Yosemite (10.10)

Posted on Oct 21, 2014 7:02 AM

Reply
157 replies

May 19, 2015 10:41 PM in response to kevinha

#include <stdio.h>
#include <stdlib.h>
#include <OpenCL/opencl.h>

#define BUF_SIZE        128

int main(int argc, char* const argv[]) {
        cl_uint num_devices, i, clock;
        char buf[BUF_SIZE];

        clGetDeviceIDs(NULL, CL_DEVICE_TYPE_GPU, 0, NULL, &num_devices);
        cl_device_id* devices = calloc(sizeof(cl_device_id), num_devices);
        clGetDeviceIDs(NULL, CL_DEVICE_TYPE_GPU, num_devices, devices, NULL);

        for (i = 0; i < num_devices; i++) {
                clGetDeviceInfo(devices[i], CL_DEVICE_NAME, BUF_SIZE, buf, NULL);
                clGetDeviceInfo(devices[i], CL_DEVICE_MAX_CLOCK_FREQUENCY, sizeof(cl_uint), &clock, NULL);
                printf("%s\t [%iMhz]\n", buf, clock);
        }
        free(devices);
}

Compile with:

gcc -framework OpenCL dumpcl.c -o dumpcl

Jun 15, 2015 2:23 PM in response to okrasit

Thanks to your dumpcl code, I've been able to confirm over the past few weeks that the behavior is indeed consistent. While rebooting totally ***** if I happen to have woken the Mac by mouse or keyboard, at least now it's understandable as to what's going on and that little bit of insight let's me rest just "that" much more.


We will likely get El Crapitan before we get a Yosemite fix if I were a betting man.


Anyone know if this bug is still present in 10.10.4?

Jun 15, 2015 7:52 PM in response to enricoclaudio

I think I should have posted in this thread, but I also am a gamer in a virtual game where I take photos of peoples Avatars and I have to download the photos to my Mac to work on in photoshop, then upload them back into the game.. since my upgrade to Yosemite I crash and cant do either...

here is my Org. post I didn't know how to move it over here... it shows the crash message I get on in my game.. when I try to save photo to my computer..

Yosemite is causing my virtual game not to work right

Jul 17, 2015 7:57 AM in response to markuswarren

Replying to myself...

I created a new partition, installed a beta of 10.11 on it and still saw the graphics corruption, particularly the menu bar was very corrupted. So for me, El Cap does not seem to address the issue. It was a very quick test, I may reboot the machine back into El Cap over the weekend and see how long it is before the non-menubar screen corruption happens, but I suspect it will be very quickly. Thus I don't believe what I am seeing is a software issue, but a hardware one.

Aug 14, 2015 8:23 AM in response to kmdriver

Agreed.


Graphics corruption (which is the actual start of this thread) I'm convinced is a GPU failure. I've experienced two of them, both fixed after the card was replaced. The first time I was good for a short while (month or two) and then it started up again. The second time, they replaced the graphics card (again) and the logic board. Since that fix, I've not experienced any more graphics corruption at all and have been rock solid.


The other issue that okrasit and I have been talking about is the incredibly sluggish graphics performance when the machine is woken via anything other than the power button. Clock speed goes from 628Mhz to 157Mhz. Putting the iMac back to sleep and then reawakening with the power button returns the clock speed to 628Mhz. THAT is a software issue and according to okrasit seems to (finally) be fixed in El Capitan.

iMac mid 2010 graphics issues after installing Yosemite

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.