View previous topic :: View next topic |
Author |
Message |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Sun Mar 12, 2006 2:10 pm Post subject: fbsplash problem |
|
|
Hi all i have problem with fbsplash and 2.6.15 kernel.Exactly i used 2.6.15-gentoo-r1 and after creating the initrd and booted my new kernel the splash image showed up after the swap initialized but not in the appropiate resolution i want (1024x768@80).Then i decided to go to the ~x86 version of gentoo-sources and i have tried 2.6.15-gentoo-r4 to 2.6.15-gentoo-r7(which i use now) and the splash image is working ok but the resolution not.Here is my grub.conf
Code: | title=Gentoo Linux 2.6.15-r7
root (hd0,1)
kernel /kernel-2.6.15-gentoo-r7 root=/dev/sda3 gentoo=nodevfs video=vesafb:ywrap,mtrr,pmipal,1024x768-32@85 splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1
initrd /initrd-2.6.15-gentoo-r7 |
Any ideas? _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
kfiaciarka Veteran


Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
|
Back to top |
|
 |
CloudBolt Apprentice


Joined: 04 Feb 2006 Posts: 192 Location: The Netherlands
|
Posted: Sun Mar 12, 2006 4:15 pm Post subject: |
|
|
the "video=" only applies to the vesa-tng framebuffer, and you are probably using the vesa framebuffer. so replace your "video=etc, etc..." statement with:
/boot/grub/grub.conf: | vga=0x317 |
and everything should work fine _________________ GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus. |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Sun Mar 12, 2006 5:36 pm Post subject: |
|
|
Yes i have read the wiki article and followed its instructions.I always used stable gentoo-sources and until 2.6.14 fbsplash worked ok.CloudBolt i use vesafb-tng framebuffer driver type.Any ideas? _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
kfiaciarka Veteran


Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
Posted: Sun Mar 12, 2006 5:48 pm Post subject: Re: fbsplash problem |
|
|
paul555 wrote: |
title=Gentoo Linux 2.6.15-r7
root (hd0,1)
kernel /kernel-2.6.15-gentoo-r7 root=/dev/sda3 gentoo=nodevfs video=vesafb:ywrap,mtrr,pmipal,1024x768-32@85 splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1
initrd /initrd-2.6.15-gentoo-r7
Any ideas? |
Have you generated initrd? See my Code: | ls /boot | grep splash : fbspash-gentoo-1024x768 | Why add such options as marked
See mine: Code: | title Gentoo 2.6.15-r1
root (hd0,8)
kernel /boot/vmlinuz root=/dev/hdb9 video=vesafb:ywrap,mtrr,1024x768-16@85 splash=silent,theme:gentoo quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-gentoo-1024x768 |
And it works:)!!
And at the end : Quote: | I upgraded to kernel 2.6.12 or higher and the bootsplash doesn't show any more
This is what you get when you run emerge splashutils
Code: emerge splashutils
[...]
* If you upgrade your kernel from pre-2.6.12 to 2.6.12 or higher, please
* make sure that you remerge this package and rebuild your initrds. You
* can use the splash_geninitramfs script to do that.
* It is required that you add 'quiet CONSOLE=/dev/tty1' to your kernel
* command line parameters.
* After these modifications, the relevant part of the kernel command
* line might look like:
* splash=silent,fadein,theme:emergence quiet CONSOLE=/dev/tty1
[...]
[edit]
|
|
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Sun Mar 12, 2006 6:30 pm Post subject: |
|
|
I generate my initrd with Code: | splash_geninitramfs -g /boot/initrd-2.6.15-gentoo-r7 -v -r 1024x768 livecd-2006.0 |
Marked options i used them for a long period of time (especially gentoo=nodevfs, for pmipal i used it according the fbsplash howto from the greek forum).
Now my /etc/grub/grub.conf is : Code: | title=Gentoo Linux 2.6.15-r7
root (hd0,1)
kernel /kernel-2.6.15-gentoo-r7 root=/dev/sda3 video=vesafb:ywrap,mtrr,1024x768-16@85 splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1
initrd /initrd-2.6.15-gentoo-r7 |
My problem is that the splash image is no longer displaying at the entire screen and i have black spaces around it.Any ideas? _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
kfiaciarka Veteran


Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
Posted: Sun Mar 12, 2006 6:40 pm Post subject: |
|
|
Quote: | Now my /etc/grub/grub.conf is : Code: | title=Gentoo Linux 2.6.15-r7
root (hd0,1)
kernel /kernel-2.6.15-gentoo-r7 root=/dev/sda3 video=vesafb:ywrap,mtrr,1024x768-16@85 splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1
initrd /initrd-2.6.15-gentoo-r7 |
My problem is that the splash image is no longer displaying at the entire screen and i have black spaces around it.Any ideas? |
This is really strange:(
IS this your single entry in grub.conf? If you have more themes in grub.conf included try remove symlink from /etc/splash. And in /etc/conf.d/splash set prefered theme. |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Sun Mar 12, 2006 8:55 pm Post subject: |
|
|
No it isn't my single entry.I also have entries for 2.6.15-gentoo-r1 and windows.The symlink /etc/splash/default points to livecd-2006.0 .I don't know what to do  _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
kfiaciarka Veteran


Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
Posted: Sun Mar 12, 2006 8:57 pm Post subject: |
|
|
What is your default vesa resolution in kernel? |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Mon Mar 13, 2006 12:11 am Post subject: |
|
|
640x480 but i always use it since 2.6.11 kernel _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
kfiaciarka Veteran


Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
Posted: Mon Mar 13, 2006 12:23 am Post subject: |
|
|
Try change it to 1024x768@85 for example. This is all weird  |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Mon Mar 13, 2006 8:16 pm Post subject: |
|
|
I changed it to 1024x768@85 but still no luck.Any suggestions? _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
CloudBolt Apprentice


Joined: 04 Feb 2006 Posts: 192 Location: The Netherlands
|
Posted: Mon Mar 13, 2006 8:58 pm Post subject: |
|
|
kfiaciarka wrote: | Quote: | Now my /etc/grub/grub.conf is : Code: | title=Gentoo Linux 2.6.15-r7
root (hd0,1)
kernel /kernel-2.6.15-gentoo-r7 root=/dev/sda3 video=vesafb:ywrap,mtrr,1024x768-16@85 splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1
initrd /initrd-2.6.15-gentoo-r7 |
My problem is that the splash image is no longer displaying at the entire screen and i have black spaces around it.Any ideas? |
This is really strange:(
IS this your single entry in grub.conf? If you have more themes in grub.conf included try remove symlink from /etc/splash. And in /etc/conf.d/splash set prefered theme. |
I seem to recall you need the
/boot/grub/grub.conf: | root=/dev/ram0 init=/linuxrc real_root=/dev/sda3 |
section in grub.conf, when using gensplash _________________ GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus. |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Mon Mar 13, 2006 11:10 pm Post subject: |
|
|
CloudBolt i think that the options you mention Quote: | root=/dev/ram0 init=/linuxrc real_root=/dev/sda3 | are used when you use genkernel to build your kernel(if i am not wrong) and i don't use it _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
|