Jump to content

"Graphics Mode"="1024x800x24@60"


ttyseven
 Share

2 posts in this topic

Recommended Posts

How can I add lines like the one in topic permanently to my config ( I dont' want to supplie it at any boottime )?

You can add them to the boot.plist file.

 

Edit the boot.plist file at "/Library/Preferences/SystemConfiguration/com.apple.Boot.plist" and add the following shown in bold:

<key>Kernel Flags</key>

<string></string>

<key>Boot Graphics</key>

<string>Yes</string>

<key>Timeout</key>

<string>10</string>

<key>Graphics Mode</key>

<string>1024x800x24@60</string>

You can edit the file by dragging it to the Desktop and editing it with TextEdit, then dragging it back, answering the 2 resulting dialogs - Authenticate and yes to replace, then followed by using Disk Utility to repair permissions on the OSX partition.

 

Or you can do it via Terminal with this command:

sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

Link to comment
Share on other sites

 Share

×
×
  • Create New...