View Single Post
 
Old 04-25-2011, 05:54 PM
jorgelibertad jorgelibertad is offline
Cheetah
 
Join Date: Feb 2011
Posts: 2
Hi,

I got a solution for you I figured out today for my probook 4720s core i5 2,67 Ghz. Finally it's working. Think it's almost the exact hardware (incl. Chipset, PCIe and so on)

So this is how I did it:

-Boot from iatkos S3 V2 with flags -v busratio=18 (think it's the same for you)
-Select:
--anval loader
--whole USB section (to fix the problems)
--apple PS2 - DO NOT SELECT ALSO THE VOODOO AS THIS DOES NOT WORK!!!!
--SELECT the modified kernel qoopz 10.6.3 - this makes it
--Select USB fix
--Select your hardware kext drivers

Wait for the install to complete. Restart. boot with the same flags as above

And...voilla...it's working including the keyboard and the trackpad

Now adjust the graphics - the system knows it's accelerated graphics but you have to change the res to 1600x900 in my case so:

Go to terminal and navigate to:

/Library/Prefrences/SystemConfiguration/

All you have to do is edit the com.apple.Boot.plist and add two lines there

type:

sudo su
your password
cd /
cd /Library/Preferences/SystemConfiguration/
nano com.apple.Boot.plist
------------
editor opens the configuration file, add these two lines (up your config):
<key>Graphics Modes</key>
<string>1600x900x32</string>
------------
ctrl+x
y
enter
Reboot
And it should boot back in native accelerated res.
Currently I'm working on the USBs - this does not work properly...after you retsart there should be a conflict or sth, so I will be soon back

Hope this helps you sort it out! Corssed fingers!! :-)

Cheers
Reply With Quote