Home > Tutorials > GMA950 full resolution fix – 10.4.8 kexts/kernel

GMA950 full resolution fix – 10.4.8 kexts/kernel

My GMA 950 integrated graphic card was supported out-of-the-box!
Just a glitch, I was not able to choose a resolution bigger than 1024×768…

Here is a quick fix for that:

Just replace the 10.4.8 AppleIntelIntegratedFrameBuffer.kext
with the one from 10.4.4 (also on JaS 10.4.6/7 DVD).

In Terminal:

sudo -s
cd /System/Library/Extensions
mv AppleIntelIntegratedFrameBuffer.kext AppleIntelIntegratedFrameBuffer.kext.original
cp -r /Users/skr3dii/tmp/AppleIntelIntegratedFrameBuffer.kext AppleIntelIntegratedFrameBuffer.kext
chown -R root:wheel AppleIntelIntegratedFrameBuffer.kext
chmod -R 755 AppleIntelIntegratedFrameBuffer.kext

cd ..
rm Extensions.*
reboot

Now I want the 10.4.8 IONetworkingFamily.kext, stay tuned…

Share this post!

http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/magnolia_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/google_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/twitter_48.png

Advertise!


Earn money - Accomplish a freelance project


Freelance Jobs

Related Posts

Categories: Tutorials Tags:
  1. CPL593h
    October 26th, 2006 at 10:21 | #1

    I see that you use update_prebinding instead of the usual kextcache deleting. I know what update_prebinding does, but I didn’t know it cleared the kextcache. Does it?

  2. October 26th, 2006 at 10:33 | #2

    No need for update_prebinding here. Adapted. Thanks.

  3. August 3rd, 2009 at 23:06 | #3

    Hi… do u know to get this work on Leopard 10.5.7?

    I still could not figure out the fix on my Dell Inspiron 640m… ;-(

    Thanks.

  1. No trackbacks yet.
You must be logged in to post a comment.
blog comments powered by Disqus