Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gensplash-How-to with progressbar!!!!!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 26, 27, 28, 29  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Vincenco
n00b
n00b


Joined: 04 Jul 2004
Posts: 11
Location: Lüdenscheid, Germany

PostPosted: Sat Aug 06, 2005 12:52 pm    Post subject: Reply with quote

I have a problem with my initrd image. When the kernel messages scroll by during bootup the image with (not moving) progress bar is in the background and all the text runs over it and corrupts it. As soon as the base system starts, everything is okay again and looks beautifull. What could it be?

This is my grub.conf (at least the relevant stuff)
Code:
kernel (hd0,0)/kernel-2.6.12-gentoo-r6-fb root=/dev/hda5 video=vesafb:1024x768-32@80 splash=silent,theme:emergence CONSOLE=/dev/tty1
initrd /boot/fbsplash-emergence-1024x768
Back to top
View user's profile Send private message
moosh
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2004
Posts: 148

PostPosted: Sun Aug 07, 2005 5:34 pm    Post subject: Reply with quote

Vincenco,

I believe you forgot to tell your kernel to be quiet. To do so, just add the kernel option "quiet" (I edited your code):
Code:
kernel (hd0,0)/kernel-2.6.12-gentoo-r6-fb root=/dev/hda5 video=vesafb:1024x768-32@80 splash=silent,theme:emergence quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-emergence-1024x768
Back to top
View user's profile Send private message
count_zero
Guru
Guru


Joined: 17 May 2004
Posts: 460
Location: Little Rock, Arkansas, USA

PostPosted: Fri Aug 19, 2005 12:15 am    Post subject: Reply with quote

Joffer wrote:
I'm sorry to post this, since it's probably solved on one of the 28 pages, but it's just too much to read, so if any of you who have followed the thread could give me a hint/solution....

I've followed the fbsplash howto on gentoo-wiki, and I'm almost there. But justas I boot, I get this error:
Code:
Can't open config file /etc/splash/emergence/1024x768.cfg
. The thing is is I am not using 1024x768. I have made everything 1280x1024. I still get this. But another thing is that the file exists, so it's kinda a fucked up mix :( Why does it ask for the wrong resolution config file, and why can't it find the file that actually exists?

I'm on stable amd64 arch.

Just to have tried the latest... I just installed splashutils 1.1.9.8-r1 ~amd64, but that did not help. Still the same errormsg while booting. (But I get the progressbar though.. after a short while)

Edit: Do I need to recompile my kernel after I install the splashutils?


I also get this error. Anyone know why?
_________________
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Back to top
View user's profile Send private message
allan
n00b
n00b


Joined: 24 Feb 2003
Posts: 47
Location: Ann Arbor,Michigan

PostPosted: Tue Aug 23, 2005 3:04 pm    Post subject: splashutils-1.1.9.9 won't emerge. Reply with quote

I can't get splashutils-1.1.9.9 to emerge.

It's dying on an internal dependency when it attempts to retrieve its own copy of klibc.

This is the output I get:

Quote:
--10:37:55-- ftp://ftp.kernel.org/pub/linux/libs/klibc/klibc-1.0.14.tar.bz2
(try: 2) => `/usr/portage/distfiles/klibc-1.0.14.tar.bz2'
Connecting to ftp.kernel.org[204.152.191.5]:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.

--10:37:58-- ftp://ftp.kernel.org/pub/linux/libs/klibc/klibc-1.0.14.tar.bz2
(try: 3) => `/usr/portage/distfiles/klibc-1.0.14.tar.bz2'
Connecting to ftp.kernel.org[204.152.191.5]:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.


It does that for a few other distribution points and then emerge just gives up and has been doing that since splashutils-1.1.9.9 was released. I checked packages.gentoo.org for klibc and it's listed there and I have it unmasked in /etc/portage/packages.keywords.

Has anyone else encountered this or have a fix?
Back to top
View user's profile Send private message
the_mgt
Apprentice
Apprentice


Joined: 05 Aug 2005
Posts: 259
Location: Germany, near Hannover

PostPosted: Wed Aug 24, 2005 5:14 pm    Post subject: Reply with quote

Ok, i didn't dig myself through this thread, so i don't know if this problem was fixed somewhere, if so, just tell me the page and i can read myself :)

I have an i810 graphic card connected to a laptop display and need my framebuffer to get a fullscreen console, which usually works fine with 1024x768. Yesterday, i installed the livecd-splash-theme, all runs fine and looks very nice. When it is finished booting and i get my commandline, the part of the screen where the statusbar was displayed is completly useless. It stays blank and is the lower screenboarder, so i guess i have 1024x696 now. I even see a difference in the background-colour, but it is a very small difference....
I guess this is not as it is intended, is there a way to fix it?

Also, i don't get a background image, but the last job started before local says something about background images loaded. Is a background picture normally included in the livecd-2005.1 theme? I could survive without, i think, so this is not so important as the other issue.
This is my grub conf snipplet (the "video:" part is in exactly the same line as the kernel command, it doesn't look like that here...)
Code:

title=test 2.6.12-gentoo-r6
root=(hd0,2)
kernel=(hd0,2)/bzImage root=/dev/hda5 video=i810fb:vram:4,xres:1024,yres:768,bpp:16,hsync1:30,hsync2:55,vsync1:50,vsync2:85,accel splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1
initrd=(hd0,2)/splashdisk

I use splashutils-1.1.9.7 and livecd-2005.1 theme (unmodified)

@allan: just download the file and put it into /usr/portage/distfiles. Thats all, i think.


Last edited by the_mgt on Wed Aug 24, 2005 7:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
anidabi
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2005
Posts: 102
Location: Finland

PostPosted: Wed Aug 24, 2005 6:45 pm    Post subject: Reply with quote

I used to have a problem with the progressbar fbsplash image. It always loaded only on the top half of the screen, but when I upgraded to 2.6.12 kernel, it now works correctly. :) But now in boot, the backgroung splash image doesn't load at all? I don't know why? With the 2.6.11 kernel, it always loaded. :(

Any advice what might be wrong?

Here is my grub:
Code:

title kernel-2.6.12-r9, fbsplash 1280x1024
root (hd0,0)
kernel /boot/vmlinuz3 ro root=/dev/hda1 video=vesafb:ywrap,pmipal,1280x1024-32@60 splash=silent,theme:gentux quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-gentux-1280x1024

_________________
How do you do the things you do...
Back to top
View user's profile Send private message
oliver
Apprentice
Apprentice


Joined: 25 Jun 2003
Posts: 170

PostPosted: Thu Aug 25, 2005 5:32 pm    Post subject: Re: splashutils-1.1.9.9 won't emerge. Reply with quote

allan wrote:
I can't get splashutils-1.1.9.9 to emerge.

It's dying on an internal dependency when it attempts to retrieve its own copy of klibc.

This is the output I get:

Quote:
--10:37:55-- ftp://ftp.kernel.org/pub/linux/libs/klibc/klibc-1.0.14.tar.bz2
(try: 2) => `/usr/portage/distfiles/klibc-1.0.14.tar.bz2'
Connecting to ftp.kernel.org[204.152.191.5]:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.



I had the same problem... I just manually ftp'd the file (it is there) and placed it in /usr/portage/distfiles. Then run the emerge again
Back to top
View user's profile Send private message
dr_nailz
n00b
n00b


Joined: 23 Jul 2005
Posts: 43
Location: Melbourne, Australia

PostPosted: Mon Sep 05, 2005 5:06 pm    Post subject: Reply with quote

the_mgt wrote:

Code:

title=test 2.6.12-gentoo-r6
root=(hd0,2)
kernel=(hd0,2)/bzImage root=/dev/hda5 video=i810fb:vram:4,xres:1024,yres:768,bpp:16,hsync1:30,hsync2:55,vsync1:50,vsync2:85,accel splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1
initrd=(hd0,2)/splashdisk

I use splashutils-1.1.9.7 and livecd-2005.1 theme (unmodified)


I have a similar card (i855GM) in my laptop, which usually uses the same driver. Many people have told me that i810fb is "no good" (I think there's even something in the kernel notes about this)... try using intelfb (or if that fails, vesafb-tng)... also try cutting down on those parameters. My video bit reads:
Code:

video=intelfb:1024x768@85,mtrr,ywrap


Note: I have no idea what the significance of a refresh rate is on a laptop LCD screen... but 85 works for me, heh.

Also, as I said in a previous post in this topic, I cannot get the "livecd-2005.1" theme to work. "gentoo" works fine for me, and "emergence" looks corrupted (same goes in all cases on my desktop system).
Back to top
View user's profile Send private message
the_mgt
Apprentice
Apprentice


Joined: 05 Aug 2005
Posts: 259
Location: Germany, near Hannover

PostPosted: Mon Sep 05, 2005 5:12 pm    Post subject: Reply with quote

@dr_nailz: I re-emerged the splashutils, and now, with two updated versions since the problem occurred, everything is just fine with my options! Livecd-2005.1 works fine for me!
Back to top
View user's profile Send private message
TOK
n00b
n00b


Joined: 05 Sep 2005
Posts: 1

PostPosted: Mon Sep 05, 2005 11:16 pm    Post subject: font error in splash? Reply with quote

I seem to get most of the stuff to work, but when i boot up i get this

Code:
Uncompressing Linux...Ok, booting the kernel
Couldn't load font file
Couldn't load 36pt font from (null)

INIT:version 2.86 booting


and then everything boots up and works fine
i'm using verbose mode on the gentoo theme

any idea where the null comes from?

thanks
Back to top
View user's profile Send private message
Sabishii-ookami
n00b
n00b


Joined: 15 Mar 2005
Posts: 36

PostPosted: Sat Sep 10, 2005 5:37 am    Post subject: Reply with quote

Yeah, what you need to do is add a line in your .cfg of the theme you use pointing to the font you'll be using :

text_font=/etc/splash/luxisri.ttf

This way the font will be compiled in the image and will be found during boot time.

Enjoy!
Back to top
View user's profile Send private message
Tazok
Guru
Guru


Joined: 25 Oct 2003
Posts: 310

PostPosted: Sat Sep 10, 2005 9:10 am    Post subject: Reply with quote

count_zero wrote:
Joffer wrote:
I'm sorry to post this, since it's probably solved on one of the 28 pages, but it's just too much to read, so if any of you who have followed the thread could give me a hint/solution....

I've followed the fbsplash howto on gentoo-wiki, and I'm almost there. But justas I boot, I get this error:
Code:
Can't open config file /etc/splash/emergence/1024x768.cfg
. The thing is is I am not using 1024x768. I have made everything 1280x1024. I still get this. But another thing is that the file exists, so it's kinda a fucked up mix :( Why does it ask for the wrong resolution config file, and why can't it find the file that actually exists?

I'm on stable amd64 arch.

Just to have tried the latest... I just installed splashutils 1.1.9.8-r1 ~amd64, but that did not help. Still the same errormsg while booting. (But I get the progressbar though.. after a short while)

Edit: Do I need to recompile my kernel after I install the splashutils?


I also get this error. Anyone know why?


Me too, and I'm on ~x86.
Back to top
View user's profile Send private message
senzacionale
Guru
Guru


Joined: 29 Jun 2004
Posts: 532
Location: Slovenia

PostPosted: Mon Sep 12, 2005 10:56 am    Post subject: Reply with quote

i have problemms to

Until few weeks ago everything works nice. Then i reinstall my gentoo and everything is strange here. Now i even try
Code:
genkernel --menuconfig --gensplash=emergence all


this is my grub.conf
Code:

# For booting GNU/Hurd
title  GNU/Linux Gentoo
root (hd0,4)
kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc real_root=/dev/hda7 quiet splash=verbose,theme:emergence video=vesafb:ywrap,mtrr,1024x768-32@60 CONSOLE=/dev/tty1
initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10


but still not working!

this is from dmesg
Code:

vesafb: ATI Technologies Inc., P11 , 01.00 (OEM: ATI MOBILITY RADEON 9600   )
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:5573
vesafb: pmi: set display start = c00c55e1, set palette = c00c561b
vesafb: pmi: ports = b010 b016 b054 b038 b03c b05c b000 b004 b0b0 b0b2 b0b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=1536
Console: switching to colour frame buffer device 128x48
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
vesafb: framebuffer at 0xd0000000, mapped to 0xe0880000, using 6144k, total 131072k
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12


then i get error
Code:

coudn't load font file
could load 26 pt font from (null)


i add this in .cfg and then i get even wors error
Code:

text_font=/etc/splash/luxisri.ttf


i get something with chipset
Code:

io scheduler noop registered
io scheduler deadline registered
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
8139cp: pci dev 0000:02:03.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp: Try the "8139too" driver instead.
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 5


What can be wrong here?
_________________
Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si
Back to top
View user's profile Send private message
fourhead
l33t
l33t


Joined: 03 Sep 2003
Posts: 875
Location: Cologne, Germany

PostPosted: Wed Sep 14, 2005 6:40 pm    Post subject: Reply with quote

I have a strange problem. With gentoo-sources-2.6.13, I can only select vesafb, NOT vesafb-tng. I want a 1280x1024 bootsplash, so I created an initrd with splash_geninitramfs for 1280x1024 (them livecd-2005.1), copied it to boot, configed the kernel etc. At bootup, I get those messages:

Quote:

Failed to load config file 1024x768.cfg
Failed to load image (NULL)


After fiddling around, I found this: In my grub.conf I have the option vga=791. I just found out that this is 1024x768x16bit. So, no wonder, it tries to load 1024x768 bootsplash. BUT, the 1280x1024 bootsplash I've created comes up fine. Still, I tried setting the correct vga= option in grub.conf, but all the 1280x1024 modes (794, 795, 0x31A, 0x31B) do not work at all! I can't tell grub to do 1280x1024, it only works when I select 1024x768, but still it loads the 1280x1024 splash! Isn't that strange? And what can I do about that???


Tom
Back to top
View user's profile Send private message
count_zero
Guru
Guru


Joined: 17 May 2004
Posts: 460
Location: Little Rock, Arkansas, USA

PostPosted: Wed Sep 14, 2005 10:39 pm    Post subject: Reply with quote

fourhead wrote:
I have a strange problem. With gentoo-sources-2.6.13, I can only select vesafb, NOT vesafb-tng. I want a 1280x1024 bootsplash, so I created an initrd with splash_geninitramfs for 1280x1024 (them livecd-2005.1), copied it to boot, configed the kernel etc. At bootup, I get those messages:

Quote:

Failed to load config file 1024x768.cfg
Failed to load image (NULL)


After fiddling around, I found this: In my grub.conf I have the option vga=791. I just found out that this is 1024x768x16bit. So, no wonder, it tries to load 1024x768 bootsplash. BUT, the 1280x1024 bootsplash I've created comes up fine. Still, I tried setting the correct vga= option in grub.conf, but all the 1280x1024 modes (794, 795, 0x31A, 0x31B) do not work at all! I can't tell grub to do 1280x1024, it only works when I select 1024x768, but still it loads the 1280x1024 splash! Isn't that strange? And what can I do about that???


Tom


I've had the same problem, I think others have, too. So it works for you when you set your framebuffer to 1024x768, or when you use the 1024x768 splash?
_________________
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Back to top
View user's profile Send private message
Sabishii-ookami
n00b
n00b


Joined: 15 Mar 2005
Posts: 36

PostPosted: Sun Sep 18, 2005 3:08 pm    Post subject: Reply with quote

I use lilo which I find more userfriendly and it just works :) Here's my settings for 1280x1024 :

Code:

boot = /dev/sda
prompt
timeout=50
default="Linux"

install=/boot/boot-bmp.b       # means you will use grafical version
bitmap=/boot/handy_128.bmp     # background path
bmp-colors=38,68,53,112,38,25  # text color
bmp-table=114p,347p,2,7        # label position on the screen p=pixel
bmp-timer=470p,336p,25,0,11    # timer position on the screen p=pixel


image=/boot/vmlinuz
   label="Linux"
   read-only
   root=/dev/sda1
   append="video=vesafb:mtrr,ywrap,1280x1024-24@60 splash=silent,kdgraphics,fadein,theme:GoGentooGo quiet CONSOLE=/dev/tty1"
   initrd = /boot/fbsplash-gogentoogo-1280x1024


image=/boot/vmlinuz.old
   label="LinuxOld"
   read-only
   root=/dev/sda1
   append="video=vesafb:mtrr,ywrap,1280x1024-24@60 splash=silent,kdgraphics,fadein,theme:GoGentooGo quiet CONSOLE=/dev/tty1"
   initrd = /boot/fbsplash-gogentoogo-1280x1024

other=/dev/sda3
   label="Windoze"
   table=/dev/sda


Mind you there's a bmp for my OS choice which I find funny (Matrix style : All I offer is the truth :) )

The command you *have* to launch after installing splashutills (and your splash) before rebooting for the first time is :

Code:

splash_geninitramfs -v -g /boot/fbsplash-gogentoogo-1280x1024  -r 1280x1024 GoGentooGo


in my case.

Hope this helps.
Back to top
View user's profile Send private message
Lord-Phoenix
n00b
n00b


Joined: 26 Aug 2005
Posts: 5
Location: "In The Land Of the Blind!"

PostPosted: Wed Sep 21, 2005 2:44 pm    Post subject: Intel i810 Reply with quote

hi guys Iam ginda new here but for the guys who are having problems with fbsplash and i810 I got mine working today
i used the 2.6.13.1 kernel with nitro patchset(Iam gonna try 2.6.13.2 today)all i did in my kernel config is disable vga and vesa and only enabled i810fb and generalized timings
here is my grub options that i passed to the kernel

video=i810fb:vram:4,bpp:16(or 24),xres:1024,yres:768,hsync1:30,hsync2:54,vsync1:50,vsync2:120,mtrr splash=silent,theme:default
_________________
[img:2934e7148e]http://img322.imageshack.us/img322/6703/lordphoenix5fn.jpg[/img:2934e7148e]

"Dream as if you'll live forever,live as if you'll die today!!"
Back to top
View user's profile Send private message
Juventus
n00b
n00b


Joined: 19 Sep 2005
Posts: 10

PostPosted: Wed Sep 21, 2005 3:51 pm    Post subject: Reply with quote

can someone help me with this!
https://forums.gentoo.org/viewtopic-t-382580-highlight-.html
Back to top
View user's profile Send private message
metallus84
n00b
n00b


Joined: 22 Sep 2005
Posts: 6

PostPosted: Thu Sep 22, 2005 1:10 am    Post subject: Reply with quote

Tazok wrote:
count_zero wrote:
Joffer wrote:
I'm sorry to post this, since it's probably solved on one of the 28 pages, but it's just too much to read, so if any of you who have followed the thread could give me a hint/solution....

I've followed the fbsplash howto on gentoo-wiki, and I'm almost there. But justas I boot, I get this error:
Code:
Can't open config file /etc/splash/emergence/1024x768.cfg
. The thing is is I am not using 1024x768. I have made everything 1280x1024. I still get this. But another thing is that the file exists, so it's kinda a fucked up mix :( Why does it ask for the wrong resolution config file, and why can't it find the file that actually exists?

I'm on stable amd64 arch.

Just to have tried the latest... I just installed splashutils 1.1.9.8-r1 ~amd64, but that did not help. Still the same errormsg while booting. (But I get the progressbar though.. after a short while)

Edit: Do I need to recompile my kernel after I install the splashutils?


I also get this error. Anyone know why?


Me too, and I'm on ~x86.


i have same problem and i dont know why it search for a 800x600.cfg if i set all for 1204x768....any idea??
i recompiled kernel and done good lilo.conf as howto explains
Back to top
View user's profile Send private message
Lord-Phoenix
n00b
n00b


Joined: 26 Aug 2005
Posts: 5
Location: "In The Land Of the Blind!"

PostPosted: Thu Sep 22, 2005 1:31 pm    Post subject: Hi Reply with quote

try this
in a command line type splash_geninitramfs -g /boot/emerg.img -r 1024x768 Emergence
if u get no errors there then add this oftion to your grub conf
replace the default initrd.img in you grub conf with emerg.conf and make sure u tell fbsplash what theme u are using by passing this option to your kernel "splash=silent,theme:emergence CONSOLE=/dev/tty1"
if nothing works post your grub and kernel config files


L8ter
LordPhoenix
_________________
[img:2934e7148e]http://img322.imageshack.us/img322/6703/lordphoenix5fn.jpg[/img:2934e7148e]

"Dream as if you'll live forever,live as if you'll die today!!"
Back to top
View user's profile Send private message
Lord-Phoenix
n00b
n00b


Joined: 26 Aug 2005
Posts: 5
Location: "In The Land Of the Blind!"

PostPosted: Thu Sep 22, 2005 1:34 pm    Post subject: Here Reply with quote

for the guys who has a problem with the 1280x??? resolution make sure your fb is at that resolution my using fbset command then if it is right make sure your config file is labled 1280x1024.cfg and make sure u told splash_geninitramfs -r 1280x1024 command
_________________
[img:2934e7148e]http://img322.imageshack.us/img322/6703/lordphoenix5fn.jpg[/img:2934e7148e]

"Dream as if you'll live forever,live as if you'll die today!!"
Back to top
View user's profile Send private message
metallus84
n00b
n00b


Joined: 22 Sep 2005
Posts: 6

PostPosted: Thu Sep 22, 2005 3:22 pm    Post subject: Reply with quote

i solved my probl...just deleting from kernel the support for my video card
Code:

< > S3 Savage support

from
Code:

    <*> S3 Savage support                                       
       [*]   Enable DDC2 Support                         
       [*]   Enable Console Acceleration   

in my case i have a t22 with savage IX

^^
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1759
Location: PB, Germany

PostPosted: Mon Sep 26, 2005 2:46 pm    Post subject: Reply with quote

Since I upgraded my kernel from 2.6.10 to 2.6.12, gensplash is broken on my ppc.
The splashscreen still appears, but no desisgn for the terminals. Kernelparameter and config should be quite the same as before. With the old kernel the designs still work.
Maybe the new radeonfb is broken?
_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770
Back to top
View user's profile Send private message
bienchen
Apprentice
Apprentice


Joined: 14 Sep 2004
Posts: 261
Location: Hamburg, Germany

PostPosted: Sun Oct 02, 2005 10:42 pm    Post subject: bootsplash at shutdown Reply with quote

Hello,

OK, my boot splash is working well...at boot.
But when I shutdown the system, I again get the bootscreen...its a little bit anoying, getting a "the system is booted" picture on shutting down.
Any help?
Is there a detailed documentation of the splashutils?

greetings,

bienchen
Back to top
View user's profile Send private message
knue
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2004
Posts: 139

PostPosted: Mon Oct 03, 2005 12:40 pm    Post subject: Reply with quote

It worx for me to. But I've got a question: I have this in my grub.conf: CONSOLE=/dev/tty1
How can I manage it to have a console background image for all consoles?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3 ... 26, 27, 28, 29  Next
Page 27 of 29

 
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