Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MM-Sources Bootsplash
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
unbound18
n00b
n00b


Joined: 13 Oct 2003
Posts: 50

PostPosted: Thu Jan 08, 2004 9:13 pm    Post subject: MM-Sources Bootsplash Reply with quote

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
View user's profile Send private message
slarti`
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 376
Location: UK

PostPosted: Thu Jan 08, 2004 9:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
unbound18
n00b
n00b


Joined: 13 Oct 2003
Posts: 50

PostPosted: Thu Jan 08, 2004 10:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
unbound18
n00b
n00b


Joined: 13 Oct 2003
Posts: 50

PostPosted: Thu Jan 08, 2004 10:05 pm    Post subject: Reply with quote

Also, I had no luck finding the ebuild at break my gentoo. Can you link me directly to that?
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Jan 08, 2004 11:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
cuerty
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2003
Posts: 90
Location: Buenos Aires, Argentina

PostPosted: Fri Jan 09, 2004 4:30 am    Post subject: Reply with quote

First of all, mm-sources (Aka Andrew Morton patchset) have a lot of patchs, but bootsplash isn't one of them. You can see what Andrew add from original kernel to mm in http://www.kernel.org/linux/kernel/people/akpm/patches/2.6/2.6.1-rc2/2.6.1-rc2-mm1/announce.txt

You should patch it manually, last version of bootsplash patch is always at ftp://ftp.suse.com/pub/people/stepan/bootsplash/kernel/.

After all things should be like the thread of bootsplashing, also check http://www.bootsplash.org
_________________
I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. if it makes a mistake, it's because I screwed it up. Not Because it doesn't like me...
Back to top
View user's profile Send private message
ronmon
Veteran
Veteran


Joined: 15 Apr 2002
Posts: 1043
Location: Key West, FL

PostPosted: Fri Jan 09, 2004 2:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
Coogee
Apprentice
Apprentice


Joined: 23 Apr 2002
Posts: 184
Location: E.U.

PostPosted: Fri Jan 09, 2004 7:08 pm    Post subject: Reply with quote

Just for info:
In the latest bootsplash version (0.6-r3) the "silent mode" is working!!! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum