Re: [gentoo-user] More splash problems

2005-08-31 Thread bshlists
On August 31, 2005 04:02 am, Uwe Thiem wrote:
 On 30 August 2005 16:31, bshlists wrote:
  On August 30, 2005 10:51 am, Holly Bostick wrote:
   Afaik, it's not a change to a config file, it's a change in the way you
   generate the initramfs.
  
   If you compile it into the kernel (instructions on the Wiki; see How-to
   fbsplash), it will start up at the very start.
  
   If you load it as a separate initrd, you have to wait for the
   framebuffer to initialize before the splash can start (which takes a
   short while).
  
   Naturally, if you change from loading an initrd to compiling the initrd
   into the kernel, you do have to change a config file (grub.conf, to
   remove the initrd= line, since you no longer have one), but changing
   the file alone won't make any difference if you haven't changed the way
   you create the initrd in the first place.
  
  
   HTH,
 
  Holly
 
  Okay.  The method I used was by genkernel and the initramfs I'm using was
  to get the autodetection feature.  If I change this don't lose that
  ability or does it matter?

 genkernel --menuconfig --gensplash=yourtheme --gensplash-res=1024x768 all
 or whatever resolution you want. You can use the initramfs as usual.

 Uwe


Thanks for the suggestion.  After reading Holly's suggestion I did more 
reading and found what you just posted.  What seemed to mess my attempts up 
was that I had to delete the old initramfs before running the above command 
or I would just get the same results.  

Once that was sorted you everything was good. :-)

--
DWW
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-30 Thread bshlists
On August 23, 2005 04:25 am, Nagatoro wrote:
 Hi,

 I've got another interesting problem with the splash. It seems like
 no matter what I specify the computer always wants to use a 800x600
 resolution.

 At startup I get this (not word for word since showconsole won't play
 nicely):  

Using all the suggestions on this thread I was able to get gensplash up and 
running.  I however have one small problem  the bootsplash come up some 1/3 
the way through the bootup process.  Now I remember seeing somewhere a change 
to a config file which would change when the bootsplash started.  

I'd appreciate it if someone would remind me how to do this.

--
DWW
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] what is wrong with script

2005-08-30 Thread bshlists
I've been trying run this script on my gentoo laptop, but for some reason it 
does not work.  If you see what is wrong could you email me.  Thanks.

#!/bin/bash

if [ ${ACTION} = add ]  [ -f ${DEVICE} ]
then
rmmod garmin_gps
chmod 666 $DEVICE
fi

-- 
DWW
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More splash problems

2005-08-30 Thread bshlists
On August 30, 2005 10:51 am, Holly Bostick wrote:
 bshlists schreef:
  Using all the suggestions on this thread I was able to get gensplash up
  and running.  I however have one small problem  the bootsplash come up
  some 1/3 the way through the bootup process.  Now I remember seeing
  somewhere a change to a config file which would change when the
  bootsplash started.
 
  I'd appreciate it if someone would remind me how to do this.

 Afaik, it's not a change to a config file, it's a change in the way you
 generate the initramfs.

 If you compile it into the kernel (instructions on the Wiki; see How-to
 fbsplash), it will start up at the very start.

 If you load it as a separate initrd, you have to wait for the
 framebuffer to initialize before the splash can start (which takes a
 short while).

 Naturally, if you change from loading an initrd to compiling the initrd
 into the kernel, you do have to change a config file (grub.conf, to
 remove the initrd= line, since you no longer have one), but changing the
 file alone won't make any difference if you haven't changed the way you
 create the initrd in the first place.


 HTH,

Holly

Okay.  The method I used was by genkernel and the initramfs I'm using was to 
get the autodetection feature.  If I change this don't lose that ability or 
does it matter?
 
--
DWW
-- 
gentoo-user@gentoo.org mailing list