This howto have to be in Gentoo doc !
You make me happy man !!
Thanks !



Code: Select all
/sbin/splash -s -f /path/to/cfg/file > /boot/initrdCode: Select all
mplayer -vo svga:/dev/fb/0 movie.mpeg

Code: Select all
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768Code: Select all
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /mnt/floppy/splashCode: Select all
DEFAULT linux root=/dev/hda6 video=vesa:1024x768,ywrap,mtrr vga=0x317 initrd=splashCode: Select all
kernel=(hd0,0)/boot/bzImage root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x31A
initrd=/boot/initrd-1280x1024

BonezTheGoon. The original post already states very clearly in at least two places the splitting of the threads and even mentions how to decide which to post in. I'm not sure why the posts continue to appear in the wrong place. I can make the message in the original post a little more colourful if you like.BonezTheGoon wrote:Due to the HUGE amount of people who still continue to post support related questions into this thread instead of the thread they should be I feel inclined to moddify the original post in this thread to reflect that support related questions go into the other thread.

Well it's your thread here (and I love it) so do whatever you think is best. I guess I got a little flustered earlier today. I've cooled down a bit and realize that some times people just gloss over some details. I'll just continue to do my best with cleaning out the support related content into the Duplicates Forum and then direct those people specifically to the correct threads. I guess if the first post was edited to be HIGHLY specific about where to post it might even be offensive to readers who know better (but are also easily offended too I guess.) You really just can't win for losing. Anyway enough of my babble this is almost as bad as asking for support here!Narada wrote:I can make the message in the original post a little more colourful if you like.
Code: Select all
title=Gentoo GNU/Linux 1.4 (+fb +splash)
root=(hd0,0)
kernel=(hd0,0)/boot/bzImage root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x31A
initrd=/boot/initrd-1280x1024
Code: Select all
title=Gentoo Linux (+fb +splash)
root (hd0,2)
kernel (hd0,0)/kernel root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x31A
initrd (hd0,0)/initrd-1280x1024
Code: Select all
LIBSS = $(LIBDIR)/libmng-mini.a $(LIBDIR)/libz.a -lm
Code: Select all
LIBSS = $(LIBDIR)/libmng.a $(LIBDIR)/libjpeg.a $(LIBDIR)/libz.a -lm
The trivia section on graphical browser links has been updated at the bottom of the original post. Try it and see what works best for you.Fryguy wrote:Has anybody tried to replace their browser by getting links working in this situation with graphics support so that pages are rendered basically like in mozilla?