Author Topic: [Theme] Some Black Boot Logos for Black Themes  (Read 9328 times)

0 Members and 1 Guest are viewing this topic.

sfinktah

  • Entrant
  • Posts: 4
[Theme] Some Black Boot Logos for Black Themes
« on: November 17, 2012, 12:45:39 PM »
These are some boot.png replacements to suit black themes.





You must resize/crop them to the resolution you use, (and convert to PNG if necessary), otherwise the background will not be fully black.

If you want to go a little further, have a theme with a black background, and don't mind patching chameleon source, you can apply this patch.   It just stops the standard grey background being drawn before the boot.png is shown.   It has the benefit of preventing the brief flash of gray before the boot.png displays, and also means you don't have to scale the boot.png to fit your screen.

Code: [Select]
Index: gui.c
===================================================================
--- gui.c (revision 2125)
+++ gui.c (working copy)
@@ -2072,7 +2082,7 @@
  drawCheckerBoard();
  } else {
  // Fill the background to 75% grey (same as BootX).
- drawColorRectangle(0, 0, screen_params[0], screen_params[1], 0x01);
+ // drawColorRectangle(0, 0, screen_params[0], screen_params[1], 0x01);
  }
  if ((bootImageData) && (usePngImage)) {
  x = (screen_params[0] - MIN(bootImageWidth, screen_params[0])) / 2;

Note: with a fully black boot.png, you can't see the "spinner"
« Last Edit: November 17, 2012, 12:49:14 PM by sfinktah »

Fanckush

  • Entrant
  • Posts: 1
Re: [Theme] Some Black Boot Logos for Black Themes
« Reply #1 on: November 19, 2012, 04:05:16 PM »
this is really cool, thx
but i don't know how to patch :D can you to tell me
excuse my n0obitidy