Jump to content

Intel Onboard Graphics drivers?


sirocyl
 Share

8 posts in this topic

Recommended Posts

if anyone else has encountered this problem and found a solution could you please post how you did it... i have searched every site on the internet for a solution and none have worked.

 

i seriously don't think it's possible to get it working.

Link to comment
Share on other sites

Well there are hundreds of How to Get Working the Intel 845 Extreme Graphics chipset,

and i got mine working like this, first set ur bios to 8Mb of Video Buffer

 

2.-Boot in OSX (with the 800x600x16, try ur best to read)

 

3.-Open Terminal in Finder>Go>Aplications>Utilities

 

4.-open the intel kexts contents (one by one):

 

4.1 830kext: (type this in terminal)

cd /System/Library/Extensions/AppleIntel830.kext/Contents

sudo nano -w info.plist

 

4.2 Edit the info.plist u opened and edit these entries (830 got two of these edit them both)

<key>IOPCIMATCH</key>

<key>0x25628086</key>

 

4.3 Overwrite the file

 

5.- 915kext:

Repeat steps 4 to 4.3 but Change directon to this one (step 4.1)

cd /System/Library/Extensions/AppleIntel915.kext/Contents

 

6.- IntelIntegratedGraphicskext:

Repeat steps 4 to 4.3 but Change directon to this one (step 4.1)

cd /System/Library/Extensions/AppleIntelIntegratedGraphics.kext/Contents

 

7.- Now erase the following Extensions: (Finder>System>Library>Extensions)

In the Extensions folder erase ALL the files that goes with the name of AppleIntel except the the above edited.

 

8.- Restart ur System

 

PS: whe u OS but again u may need to change the 800x600 as in my system it appears to be corrupted, Change to 1024*768 or higher for proper display.

Sry but no QE or CI support (havent find a tut yet)

Link to comment
Share on other sites

I mean by changing the number that is displayed the line after IOPCI match. and i fotgor after u end that process do this

 

Open terminal

 

sudo kextload -w /System/Library/Extensions/AppleIntel830.kext

sudo kextload -w /System/Library/Extensions/AppleIntel915.kext

sudo kextload -w /System/Library/Extensions/AppleIntelIntegratedGraphics.kext

 

And i mean by erase that u erase all the AppleIntel----.kexts except the three that u edited and load with the above step

Link to comment
Share on other sites

 Share

×
×
  • Create New...