
Originally Posted by
ratvn
Try 1400x1050x32 , with -f to force cache
thanks! it worked!
not the best resolution, but i guess it will do for the time being.
now, regarding the com.apple.Boot file
Code:
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
it reads
PHP Code:
<?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></string>
<key>Timeout</key>
<string>5</string>
<key>device-properties</key>
<string></string>
</dict>
</plist>
how should I edit it in order to boot with the desired parameters in order no to input them every time I boot.
let's bear in mind I still have to input
PHP Code:
cpus=4 busratio=20
thanks in advance.
Bookmarks