View previous topic :: View next topic |
Author |
Message |
glitch13 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/13045904193f3057908f94c.jpg)
Joined: 02 Oct 2002 Posts: 213 Location: New Orleans, LA
|
Posted: Fri Sep 23, 2005 3:34 pm Post subject: fbsplash and ck-sources? |
|
|
Is there anyway to use gensplash with ck-sources? I've been reading all over trying to understand this stuff and what I've gotten so far is that you need to patch your kernel with fbsplash support, but I can't seem to find anything concerning ck kernels and fbsplash.
Looking on the ck ftp site, it looks like ck sources 2.6.8.1-ck7 had an fbsplash patch in the patchset, but that's about all I can find.
Do you *have* to use gentoo-sources or something to get fbsplash, thus gensplash, support? I did see that spock (the developer that apparently created/maintains gensplash) has fbsplash patches on his site: http://dev.gentoo.org/~spock/projects/gensplash/archive/, but will his 2.6.13 patch *just work* with a 2.6.13 ck kernel?
(PS: sorry if I'm not understanding this enough to post a *correct* question, but like I said, I can't really find a diffinitive answer to any of this). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hpestilence Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/HalfLife/Half_Life_-_Gordon_Freeman2.gif)
Joined: 16 Dec 2004 Posts: 82
|
Posted: Fri Sep 23, 2005 4:39 pm Post subject: |
|
|
I am using the fbsplash patch with ck-sources-2.6.13_p5:
I used the fbsplash-0.9.2-r4-2.6.13-rc6.patch, after patching theres a part that fails but all you have to do is edit /usr/src/linux/include/linux/sysctl.h and add
Original Code: | KERN_UNKNOWN_NMI_PANIC=66, /* int: unknown nmi panic flag */
KERN_BOOTLOADER_TYPE=67, /* int: boot loader type */
KERN_RANDOMIZE=68, /* int: randomize virtual address space */
KERN_SETUID_DUMPABLE=69, /* int: behaviour of dumps for setuid core */
KERN_SPIN_RETRY=70, /* int: number of spinlock retries */
KERN_INTERACTIVE=71, /* interactive tasks can have cpu bursts */
KERN_COMPUTE=72, /* adjust timeslices for a compute server */
}; |
Adding KERN_FBSPLASH line Code: | KERN_UNKNOWN_NMI_PANIC=66, /* int: unknown nmi panic flag */
KERN_BOOTLOADER_TYPE=67, /* int: boot loader type */
KERN_RANDOMIZE=68, /* int: randomize virtual address space */
KERN_SETUID_DUMPABLE=69, /* int: behaviour of dumps for setuid core */
KERN_SPIN_RETRY=70, /* int: number of spinlock retries */
KERN_INTERACTIVE=71, /* interactive tasks can have cpu bursts */
KERN_COMPUTE=72, /* adjust timeslices for a compute server */
KERN_FBSPLASH=73, /* string: path to fbsplash helper */
}; |
_________________ When the plague descends from Heaven above only Darkness will be your one true ally. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voidengineer n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 54
|
Posted: Fri Sep 23, 2005 9:45 pm Post subject: Re: fbsplash and ck-sources? |
|
|
glitch13 wrote: | Is there anyway to use gensplash with ck-sources? I've been reading all over trying to understand this stuff and what I've gotten so far is that you need to patch your kernel with fbsplash support, but I can't seem to find anything concerning ck kernels and fbsplash.
Looking on the ck ftp site, it looks like ck sources 2.6.8.1-ck7 had an fbsplash patch in the patchset, but that's about all I can find.
Do you *have* to use gentoo-sources or something to get fbsplash, thus gensplash, support? I did see that spock (the developer that apparently created/maintains gensplash) has fbsplash patches on his site: http://dev.gentoo.org/~spock/projects/gensplash/archive/, but will his 2.6.13 patch *just work* with a 2.6.13 ck kernel?
(PS: sorry if I'm not understanding this enough to post a *correct* question, but like I said, I can't really find a diffinitive answer to any of this). |
http://iphitus.loudas.com/archck.php <--- is what I use. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|