Ongeloof Posted January 6, 2008 Share Posted January 6, 2008 My com.apple.boot.plist is : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v -legacy</string> <key>Timeout</key> <string>25</string> </dict> </plist> And i want to add the Logo on boot, as at the moment i have code on boot. and i also want to add a new resolution. have i added the resolutions and boot logo correctly, before i set it in stone? My new com.apple.boot.plist is <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v -legacy</string> <key>Timeout</key> <string>8</string> <key>Graphics Mode</key> <string>1280x1024x32@85</string> <key>Boot Graphics</key> <string>Yes</string> </dict> </plist> Have i added everything correctly? If i have, do i just save it and reboot? or do i need to go into terminal for all that jive? Is it also true, that instead of going into terminal for "all that loading kext jive" i can simple "Repair permissions in disk utility? Think Mark Link to comment Share on other sites More sharing options...
SticMAC™ Posted January 6, 2008 Share Posted January 6, 2008 I wouldn't take the refresh rate up that high for starters ONLy if youre confident it will run then do it! Remember if its a LCD ONLY 60 I like to "jive " you can also repair permissions, and "touch" the extensions If you use kext helper it does it all for you SticMAN My com.apple.boot.plist is : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v -legacy</string> <key>Timeout</key> <string>25</string> </dict> </plist> And i want to add the Logo on boot, as at the moment i have code on boot. and i also want to add a new resolution. have i added the resolutions and boot logo correctly, before i set it in stone? My new com.apple.boot.plist is <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v -legacy</string> <key>Timeout</key> <string>8</string> <key>Graphics Mode</key> <string>1280x1024x32@85</string> <key>Boot Graphics</key> <string>Yes</string> </dict> </plist> Have i added everything correctly? If i have, do i just save it and reboot? or do i need to go into terminal for all that jive? Is it also true, that instead of going into terminal for "all that loading kext jive" i can simple "Repair permissions in disk utility? Think Mark Link to comment Share on other sites More sharing options...
Ongeloof Posted January 6, 2008 Author Share Posted January 6, 2008 Just rebooted, and it {censored} worked!!! but i didn't get graphic on boot bit pissed off about that... anything i can do to get boot graphics... i fell all high and mighty now i have done this! my first real kext edit, and it worked!! Think Mark though i may need to fix the resolution.... Link to comment Share on other sites More sharing options...
stipan Posted January 6, 2008 Share Posted January 6, 2008 <string>-v -legacy</string> should be <string>-legacy</string> If you want boot graphics. Link to comment Share on other sites More sharing options...
Ongeloof Posted January 6, 2008 Author Share Posted January 6, 2008 <string>-v -legacy</string>should be<string>-legacy</string>If you want boot graphics.god i hope so, gonna reboot in 5, will post info...Think MarkYES!! IT WORKS!! I NOW HAVE GRAPHICS!SORRY ZEPHYROTH FOR BITCHING ON YOU INA BAD THREAD, YOUR LEOP DVD IS GREAT!!YEH w00t...Thanks very much stipan Think Mark Link to comment Share on other sites More sharing options...
Recommended Posts