Contribute
Register

Mac-like bootup

Status
Not open for further replies.
Joined
May 18, 2011
Messages
8
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I'm not entirely happy with how it looks when I boot up.
For instance, I'd like to see a splash screen up until it's completely booted (/viewtopic.php?f=76&t=18040). I'm planning on doing this later.

However, the bootloader I'm currently using is not fullscreen (1920x1080).
I have tried editing the theme.plist, resizing the images, but nothing has worked so far and I'm puzzled. It doesn't seem like this has any effect.

Wondering if someone's out there who can help me.
I'd really appreciate it. :)

EDIT:
So the Apple loading screen is non-fullscreen and I want to have this changed.

This is what it looks like now: http://i.imgur.com/huxz2.jpg
 
Thanks for the reply.
I have tried a few options that you've linked, but I haven't found the solution within them.

Whenever I change the theme.plist's dimensions, they don't actually change, they're set to a fixed width and height.
In com.apple.Boot.plist I have:
<key>GraphicsMode</key>
<string>1920x1080x32</string>

I've also attached my theme.plist to this post.
Both width/height parameters have been changed to my dimensions, but when I boot up my machine it doesn't show any change.

I'm still trying to figure this one out.

Again, thanks. :)
 

Attachments

  • theme.plist
    2.6 KB · Views: 311
Lenj

go to Extra folder>Theme>theme.plist(open with textedit) and edit the height and width


<key>Enabled</key>
<string>no</string>
<key>screen_width</key>
<string>1920</string> <----------here
<key>screen_height</key>
<string>1080</string> <------------here
<key>screen_textmargin_h</key>
<string>10</string>
<key>screen_textmargin_v</key>
<string>10</string>
<key>screen_bgcolor</key>
<string>#222334</string>
<key>background_pos_x</key>
<string>50%</string>
<key>background_pos_y</key>
<string>0</string>
<key>logo_pos_x</key>
<string></string>
<key>logo_pos_y</key>
<string>3%</string>
<key>logo_bgcolor</key>
<string>#000000</string>
<key>logo_transparency</key>
<string>255</string>
<key>devices_pos_x</key>
<string></string>
<key>devices_pos_y</key>
<string></string>
<key>devices_bgcolor</key>
<string>#222334</string>
<key>devices_transparency</key>
<string>0</string>
<key>devices_max_visible</key>
<string>5</string>
<key>devices_iconspacing</key>
<string>20</string>
<key>devices_layout</key>
<string>horizontal</string>
<key>bootprompt_pos_x</key>
<string>%50</string>
<key>bootprompt_pos_y</key>
<string>-2</string>
<key>bootprompt_width</key>
<string>50%</string>
<key>bootprompt_height</key>
<string>20</string>
<key>bootprompt_textmargin_h</key>
<string>10</string>
<key>bootprompt_textmargin_v</key>
<string>5</string>
<key>bootprompt_bgcolor</key>
<string>#222334</string>
<key>bootprompt_transparency</key>
<string>1</string>
<key>infobox_pos_x</key>
<string></string>
<key>infobox_pos_y</key>
<string></string>
<key>infobox_width</key>
<string>650</string>
<key>infobox_height</key>
<string>406</string>
<key>infobox_textmargin_h</key>
<string>10</string>
<key>infobox_textmargin_v</key>
<string>10</string>
<key>infobox_bgcolor</key>
<string>#222334</string>
<key>infobox_transparency</key>
<string>10</string>
<key>menu_pos_x</key>
<string></string>
<key>menu_pos_y</key>
<string>-5%</string>
<key>menu_textmargin_h</key>
<string>10</string>
<key>menu_textmargin_v</key>
<string>5</string>
<key>menu_bgcolor</key>
<string>#222334</string>
<key>menu_transparency</key>
<string>1</string>
<key>progressbar_pos_x</key>
<string></string>
<key>progressbar_pos_y</key>
<string>-30%</string>
<key>progressbar_width</key>
<string>100</string>
<key>progressbar_height</key>
<string>40</string>
<key>countdown_pos_x</key>
<string></string>
<key>countdown_pos_y</key>
<string>-20%</string>
<key>boot_width</key>
<string>1920</string> <---------------here
<key>boot_height</key>
<string>1080</string> <---------------here
<key>boot_bgcolor</key>
<string>#AAAAAA</string>
</dict>
</plist>
good luck
 
Status
Not open for further replies.
Back
Top