You are not logged in.
Pages: 1
I updated my kernel from 2.6.17-beyond to 2.6.19-beyond.
I found that there is a little different in gensplash.
It starts too late, just comes after the udev module was loaded.
The new genplash theme is direct made into the initrd image - kernel26beyond.img now. I think this is the problem.
my new configuration in grub:
# (5) new kernel silent mode
title Arch-s
root (hd0,0)
kernel /vmlinuz26beyond vga=792 root=/dev/hda9 video=vesafb:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:darch console=tty1
initrd /kernel26beyond.img
And the old one:
# (0) Arch-beyond with gensplash
title Arch-beyond with gensplash - silent mode
root (hd0,0)
kernel /vmlinuz26beyond resume=/dev/hda5 root=/dev/hda9 video=vesafb:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:darch console=tty1 quiet
initrd /initramfs-beyond.img
Offline
I modified my kernel line followed the instructions on wiki then it worked.
kernel /vmlinuz26beyond root=/dev/hda9 vga=795 video=vesafb:mtrr:3,ywrap splash=silent,kdgraphics,theme:darch console=tty1 quiet
Offline
OK, the reason it was coming up later, before you fixed your kernel line, is because gensplash works in silent mode without kernel support now...it's just that it only starts after udev
Offline
is the initializing the kernel screen gone now? cause i don't get it anymore my system is just blank until the booting the system screen shows up. and my cool fadein thingy doesn't show up anymore.
Offline
On an old PII with Intel i810 integrated graphic card , whenever I add
Does bootsplash on AL support 640x480 resolution ?
'vga=[whatever]' all I get on boot is
You passed an undefined mode number.
Press Space blabla or Return to choose blabla
I've tried with everything from vga=0x310/784 to 0x305/773 but it gives same result.
It looks as if the I810 can't go further than 640x480.
I've created missing /etc/splash/darch/640x480.cfg according to some example I've found (like this one) then /etc/splash/darch/images/background-640x480.png & /etc/splash/darch/images/verbose-640x480.png, without any result.
I have to remove 'vga=xxx' and keep only ' video=vesafb:ywrap,mtrr,1024x768-16@60 splash=silent,theme:darch console=tty1 quiet' to get rid of quoted message --but it still boots in 640x480 mode
grub-gfx doesn't show the '/boot/grub/splash.xpm.gz' theme either.
X / xfce4 handle 1024x768 without trouble (but the speed lol)
It'd be cool if they were there, as this PC is for an old lady that certainly dislike any console related stuff.
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Pages: 1