View previous topic :: View next topic |
Author |
Message |
unbound18 n00b
Joined: 13 Oct 2003 Posts: 50
|
Posted: Thu Jan 08, 2004 9:13 pm Post subject: MM-Sources Bootsplash |
|
|
Hi everyone,
I just succesfully set up my computer with the latest mm-sources. I'm dying to get a bootsplash running on it. I've looked into the main bootsplash thread and haven't found much about using it with mm-sources. Can some one lead me through this one?
peace |
|
Back to top |
|
|
slarti` Retired Dev
Joined: 20 Sep 2003 Posts: 376 Location: UK
|
Posted: Thu Jan 08, 2004 9:59 pm Post subject: |
|
|
You have a few choices - you can apply the standard 2.6 bootsplash patch, or you can get love-sources (ebuilds at breakmygentoo.net) which is pretty much mm-sources but with a heck of a lot of patches, including bootsplash.
BTW, this post was answered thanks to the Unanswered post initiative _________________ Gentoo/AMD64, shell-tools, net-mail, vim, recruiters
IRC: slarti @ irc.freenode.net
Devspace |
|
Back to top |
|
|
unbound18 n00b
Joined: 13 Oct 2003 Posts: 50
|
Posted: Thu Jan 08, 2004 10:02 pm Post subject: |
|
|
The only bootsplash patch that I can find is the one for 2.6-test9 and that crashes. Is there a full love sources kernel, or do I have to patch something to get that. I just haven't had much luck patching the kernel lately. |
|
Back to top |
|
|
unbound18 n00b
Joined: 13 Oct 2003 Posts: 50
|
Posted: Thu Jan 08, 2004 10:05 pm Post subject: |
|
|
Also, I had no luck finding the ebuild at break my gentoo. Can you link me directly to that? |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Thu Jan 08, 2004 11:06 pm Post subject: |
|
|
The latest love-sources ebuilds will usually be found on the forums here - look at Other Things Gentoo and you should see the threads for the various releases. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
cuerty Tux's lil' helper
Joined: 25 Jan 2003 Posts: 90 Location: Buenos Aires, Argentina
|
|
Back to top |
|
|
ronmon Veteran
Joined: 15 Apr 2002 Posts: 1043 Location: Key West, FL
|
Posted: Fri Jan 09, 2004 2:03 pm Post subject: |
|
|
I've been adding the bootsplash patch to my mm-sources for a while now. Until just recently the test9 version would apply to later kernels, but not anymore. The patch needs to be patched now, and I found it in the bootsplash support thread in the OTG forum.
To make it easy, you can grab my copy of the patched patch here:
bootsplash-3.1.3-2.6.1.diff
This is the patched section, which begins on line 2723:
Code: |
--- linux/include/linux/fb.h.orig 2004-01-01 05:49:13.422361696 -0600
+++ linux/include/linux/fb.h 2004-01-01 05:54:38.732906976 -0600
@@ -414,6 +414,14 @@
int currcon; /* Current VC. */
void *pseudo_palette; /* Fake palette of 16 colors */
struct device *dev; /* pointer to the device for this fb */
+#ifdef CONFIG_BOOTSPLASH
+ struct splash_data *splash_data;
+ unsigned char *splash_pic;
+ int splash_pic_size;
+ int splash_bytes;
+ char *silent_screen_base; /* real screen base */
+ char fb_cursordata[64];
+#endif
/* From here on everything is device dependent */
void *par;
};
|
|
|
Back to top |
|
|
Coogee Apprentice
Joined: 23 Apr 2002 Posts: 184 Location: E.U.
|
Posted: Fri Jan 09, 2004 7:08 pm Post subject: |
|
|
Just for info:
In the latest bootsplash version (0.6-r3) the "silent mode" is working!!! |
|
Back to top |
|
|
|