
12-05-2009, 12:23 AM
|
Jaguar
|
|
Join Date: Aug 2009
Location: Charlotte, NC
Posts: 62
|
|
Quote:
Originally Posted by RetroRen
Successfull boot to SL 
Used maxmem=4096 -v -x32 flags
No QE,CI, no sound for now.
Oddly, my keyboard is working now after i installed some ps2 kexts, but my ps2 mouse is not working now, so i put other usb mouse.
I already added this lines to boot.plist:
Code:
string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
Is that good?
Then I will try to get my sound and mouse working 
|
Add this to your plist:
<key>GraphicsEnabler</key>
<string>y</string>
That should allow you to have resolution changing, etc. without QE/CI. If not, you will need to download the bios file for your graphics card and do a little bit more to your boot.plist. Try it with just those lines I mentioned first and see if it works. Make sure you put back the ATI files excluding ATIRadeonX2000.kext. If it doesn't work, then you might just have to use:
<key>Graphics Mode</key>
<string>your resolution here</string> (e.g. 1280x1024x32)
instead of the lines I wrote before.
Also, Qoopz kernel defaults to 32-bit mode, so you shouldn't need -x32. Once you get Marvin's tool going and patch the CPUIDs, you can try using the -force64 flag along with maxmem=8192, though it is not going to be entirely stable until CPUID patching is implemented in the latest kernel.
As for sound, I am under the impression that the only working way to get sound is using AppleAzalia.kext as I have had no luck with AppleHDA or VoodooHDA.
Hackintosh 1: OS X 10.6.8 / Antec P180B / Gigabyte GA-MA790FX-DS5 / Phenom II x2 550 @ 3.4 GHz / 2x1GB Corsair Dominator DDR2 1066 MHz / Gigabyte Radeon 4550 512MB / ASUS EAH4870X2 2GB@ 800/950 / 2x150GB Velociraptors RAID 0
Hackintosh 2: OS X 10.6.8 / Full-ATX Mac Pro case / Gigabyte GA-MA790FX-UD5P / Phenom x4 9950 @3.2GHz / 4x2GB Corsair Dominator DDR2 1066 MHz / HIS Radeon HD 6950 u/l to 6970 / 2x300GB Velociraptors RAID 0 / 4x2TB WD20EARS Pictures
Last edited by blackknight; 12-05-2009 at 12:33 AM.
|