Jump to content
15 posts in this topic

Recommended Posts

So I understand that you cannot change the resolution of the grey apple boot screen because of the fact that VESA standards do not identify greater resolutions and graphical information does not get passed till after the EFI has loaded into the boot screen, but I just wanted to check if anyone has found a work around to this or knows of a fix for the future? Nothing serious here just looking for an authentic mac experience ;).

To make the change permanent, edit the file com.apple.boot.plist and add:

<key>Graphics Mode</key>
<string>1280×1024×32</string>

 

How? Open terminal, type: sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist. Edit the file then press ctrl-x to exit, push enter twice to save.

To make the change permanent, edit the file com.apple.boot.plist and add:

<key>Graphics Mode</key>
<string>1280×1024×32</string>

 

How? Open terminal, type: sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist. Edit the file then press ctrl-x to exit, push enter twice to save.

 

is it possible to change the refresh rate..? it 60Hz i guess.i wanna a change it to 85Hz

Ya I tried the Graphics Mode"="1680x1050x32@60 as a kernel flag in the Boot.plist doesn't seem to accept that command and when I try to use the other form of getting this to work

 

<key>Graphics Mode</key>

<string>1280×1024×32</string>

 

Changing the res with my monitors it just goes Black screen before the grey screen and restarts has anyone tried 1680X1050 before at boot screen?

Sorry, but my example was of course for someone with a 1280x1024 resolution screen. For you the code in com.apple.Boot.plist must read,

<key>Graphics Mode</key>
<string>1680×1050×32</string>

And you can change the refresh rate, just use

<key>Graphics Mode</key>
<string>1680×1050×32@85</string>

or @60 if you want to use 60hz, etc.

Sorry, but my example was of course for someone with a 1280x1024 resolution screen. For you the code in com.apple.Boot.plist must read,

<key>Graphics Mode</key>
<string>1680×1050×32</string>

And you can change the refresh rate, just use

<key>Graphics Mode</key>
<string>1680×1050×32@85</string>

or @60 if you want to use 60hz, etc.

 

Nope its not working.. i too get the blank screen and pc restarts.

 

i Tried this

<key>Graphics Mode</key>

<string>1024x768×32@85</string>

 

Note:your "×" and my "x" (×x) look different why...?

try

<key>Graphics Mode</key>

<string>1680×1050×32@59.9</string>

My friend has a 1280x800 display on his acer hacktop and would dearly like to get the splash screen in that resolution. Any hints like this for him?
My friend has a 1280x800 display on his acer hacktop and would dearly like to get the splash screen in that resolution. Any hints like this for him?

 

should work the same just use 1280x800

try without refresh rate, if no look then try and find what refresh rate either windows uses or acer suggests

  • 1 year later...
×
×
  • Create New...