InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Intel GMA945 (0x27AE8086) resolution + CI/QE/OpenGL solution (http://infinitemac.com/showthread.php?t=5512)

krrr 06-27-2010 07:22 AM

@y333, ya the mirroring didnt work, gave me stripes , i was scared that i might have to reinstall because the utility you posted doesn't work.

fortunately, i found http://eruvia.org/software/osxmirroring/ and this one worked from terminal. phew.

y333 06-27-2010 09:15 AM

krrr> A command line method to avoid utilities:
rm -f /Library/Preferences/com.apple.window*
rm -f /Users/"USERNAME"/Library/Preferences/ByHost/com.apple.window*
rm -f /Users/"USERNAME"/Library/Preferences/ByHost/com.apple.pref*
(Replacing "USERNAME" of course...)

krrr> Thanks for the test :)

kocoman 06-29-2010 04:24 PM

Is there any way to add two screen display? ie: internal and then VGA output?

thanks

aceruser12 09-01-2010 11:07 PM

HEy Andy, as i already say you on insanely, i did these modification:


i changed all 86 80 72 27 to 86 80 AE 27 for ae27 but mirror doesn't still. Solutions? Thank you

EDIT: i've try to change all id, 86 80 72 27 to 86 80 AE 27, then 86 80 82 25 to 86 80 AE 27, then 86 80 92 25 to 86 80 AE 27 , but mirror never work. You sure that the patch is only this here?


Is there any solution for mirror ?

chitchit 01-13-2011 05:17 AM

So is it possible to do this with a GMA 900 video card on my laptop? It is device id 0x2592. I saw what you said about changing it, but that confused me a bit. Can you help me out?

chitchit 01-14-2011 06:50 PM

I got it to work! My card was actually built in I believe. But the coloration is all off. What do I do?

Nevermind, its the sse3emu.

plotino 02-01-2011 09:59 AM

I've a Dell D620 with Intel GMA 945. I don't understand the process to enable the right resolution for 0x27AE8086 and the solution for CI/QE/OpenGL. Where i can find the instructions? I'm not a very expert, this is the first mac installation on pc.
Thanks
Chris

chitchit 07-18-2011 08:33 PM

So if I am trying to use this with a GMA900 with device id [8086:2592]

What do I do? I need to patch the GMA900 kext and add the old AppleIntelIntegratedFrambuffer.kext? or what?

andyvand 07-28-2011 06:56 AM

Quote:

Originally Posted by bkribbs (Post 54545)
So if I am trying to use this with a GMA900 with device id [8086:2592]

What do I do? I need to patch the GMA900 kext and add the old AppleIntelIntegratedFrambuffer.kext? or what?

Yes, use one of the 0x25XX series inside it to swap it.
Remember you need to swap your bytes inside binary (e.g. 25928086 becomes 86809225).
Check Info.plist for a card ID and swap it like I told you.
Next replace that with the swapped ID of your card.
Last but not least you need to adapt the Info.plist in order for it to work.
This must be done for both kexts (and then installed ofcourse)

chitchit 07-30-2011 03:14 AM

Quote:

Originally Posted by andyvand (Post 54654)
Yes, use one of the 0x25XX series inside it to swap it.
Remember you need to swap your bytes inside binary (e.g. 25928086 becomes 86809225).
Check Info.plist for a card ID and swap it like I told you.
Next replace that with the swapped ID of your card.
Last but not least you need to adapt the Info.plist in order for it to work.
This must be done for both kexts (and then installed ofcourse)

It appears to me that this is already built in though. Like it looks like my device ID is already in there.