Kaijun / Acer-V5-573G-Hackintosh

:apple: All my hackintosh stuffs of Acer V5-573G
73 stars 30 forks source link

Graphic Artifacts Problem - Solution #8

Closed Kaijun closed 8 years ago

Kaijun commented 10 years ago

If you guys met some kind of graphic artifacts problems at the menu bar,

then try something below:

Two Solutions:

however i don't have such kind of problem, so that i can't do some further research because i don't know if it works even if i make some progress... but i think it may be the problem with Framebuffer. you guys can try to modify a suitable Framebuffer and see if it works!

Majkwin commented 10 years ago

I confirm second solution. I'm using sRGB IEC profile since I had troubles with graphics and everything works fine.

ghost commented 9 years ago

I have some artifacts problems at the menu bar but only on 2-nd and 3-d Desktops.(10.10)

Majkwin commented 9 years ago

Change color profile on extended display

W dniu wtorek, 21 października 2014 virusak notifications@github.com napisał(a):

I have some artifacts problems at the menu bar but only on 2-nd and 3-d Desktops.(10.10)

— Reply to this email directly or view it on GitHub https://github.com/Kaijun/Acer-V5-573G-Hackintosh/issues/8#issuecomment-59900140 .

ghost commented 9 years ago

Could you please send me AppleIntelFramebufferAzul.kext from 10.10 becouse mine is broken. Thank you!

Kaijun commented 9 years ago

https://www.dropbox.com/s/6lcj8dzip0hene3/AppleIntelFramebufferAzul.kext.zip?dl=0

for you

ghost commented 9 years ago

It looks like graphics artefacts are caused by setting wrong ig-platform-id for graphic card in DSDT. @Kaijun can you try other ig-platform-id, maybe it will fix Preview.app.

Kaijun commented 9 years ago

@virusak yeah it could be. but you know, there's no problem with my laptop. so even if i change the ig-platform-id and start with the new dsdt, i still can't tell if the ig-platform-id works properly for you guys. so the best approach is that you guys change the ig-platform-id manually by yourself (by using MaciASL.app) and test which ig-platform-id is the best for you! (there're probably more than 10 ids)

vasil-boshnyakov commented 9 years ago

Where to put "ig-platform-id" and any idea what values we have test? I have graphics artefacts and it's quite annoying.

Thanks for all your support and great work!

P.S. For my laptop this works:

"AAPL,ig-platform-id", Buffer (0x04) { 0x00, 0x00, 0x16, 0x0A },

Kaijun commented 9 years ago

@theguild already solved? did it work for solving the graphic artifacts problem?

vasil-boshnyakov commented 9 years ago

Yes, this change to ig-platform-id solved my issue with the graphics artefacts. Now everything works just fine :)

Majkwin commented 9 years ago

@theguild , can You write a brief guide how to change it? Or maybe upload your dsdt.aml file if you haven't change anything else?

vasil-boshnyakov commented 9 years ago

You have to modify the file: /EFI/CLOVER/ACPI/patched/SSDT-3.aml

with MaciASL application. Just change the device ID, Save and restart

Majkwin commented 9 years ago

thanks, it's working