Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The Gentoo Framebuffer, Bootsplash & Grubsplash How-To
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 25, 26, 27  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Sat May 03, 2003 12:28 am    Post subject: Reply with quote

Very great !!!

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


Thanks !
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Sun May 04, 2003 5:33 am    Post subject: Reply with quote

worked at first attempt. simply a grest howto.

1280x1024 on a el cheapo S3 Trio3d/2x with 8MB

thanks
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
moixa
n00b
n00b


Joined: 02 May 2003
Posts: 20

PostPosted: Mon May 05, 2003 7:25 pm    Post subject: bootsplashing at 1600x1200 Reply with quote

I'm running framebuffer 1600x1200 (vga=838) on my Dell Inspiron 8200 with Nvidia GeForce4 440 go, xfs-source 2.4.20-r3 (already including the patches).

Made a nice (hope so 8O ) config and some images.

Attached it to bug 20497.
Back to top
View user's profile Send private message
IcedTerror
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2003
Posts: 78

PostPosted: Tue May 06, 2003 8:31 am    Post subject: Reply with quote

http://www.gentoophreak.distanthost.com/Intro.html

These are my screenshots

Just Thought everyone would like to check them out


IT

:lol:
Back to top
View user's profile Send private message
Cossins
Veteran
Veteran


Joined: 21 Mar 2003
Posts: 1136
Location: Copenhagen, Denmark

PostPosted: Tue May 06, 2003 3:24 pm    Post subject: Reply with quote

Just thought that I'd post what problems I had to deal with to make this work:

- First of all, the command splash -s -n /path/to/cfg/file > /boot/initrd doesn't work for me - I have to use this:
Code:
/sbin/splash -s -f /path/to/cfg/file > /boot/initrd


- Then, every time you change images, remember to change /etc/conf.d/bootsplash.conf too, or it will switch back to the previous image some time on boot.

- If you intend to play video on the framebuffer, the following command works for me (with mplayer):
Code:
mplayer -vo svga:/dev/fb/0 movie.mpeg


Hope it helped out some poor souls... ;)

- Simon
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1398
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue May 06, 2003 3:58 pm    Post subject: Reply with quote

This is a great thread (obvious by all the action it is getting) but it has become far to large to be easily digested and used. Also given the Documentation, Tips & Tricks forum is only supposed to contain Documentation, Tips & Tricks without support related content I am locking this thread temporarily while I attempt to split out the support content into a new thread. Once I have split out the support related questions into the new thread any new support related issues should be posted into the support related thread, any support related issues or questions posted into this thread will be split out into a new thread that will go into the duplicate threads forum.

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1398
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue May 06, 2003 4:38 pm    Post subject: Reply with quote

The new thread for support related content has been created. Please post support related content there and feel free to continue to post new Documentation, Tips & Tricks content here in this thread.

Gentoo Framebuffer, Bootsplash & Grubsplash - SUPPORT

I am unlocking this thread now that the split is completed.

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
magnet
Guru
Guru


Joined: 16 Mar 2003
Posts: 582
Location: france

PostPosted: Thu May 08, 2003 5:51 pm    Post subject: Reply with quote

thanks again for this GREAT howto.
_________________
every step aim at glory.
Back to top
View user's profile Send private message
magnet
Guru
Guru


Joined: 16 Mar 2003
Posts: 582
Location: france

PostPosted: Fri May 09, 2003 9:58 am    Post subject: Reply with quote

ok I got it working :)

here is my screen shot : http://www.suidzer0.org/magnet/hamster.png
_________________
every step aim at glory.
Back to top
View user's profile Send private message
paranode
l33t
l33t


Joined: 06 Mar 2003
Posts: 679
Location: Texas

PostPosted: Fri May 09, 2003 4:15 pm    Post subject: Reply with quote

I also posted this in the support thread for this item.

After a little simple digging here: http://syslinux.zytor.com/faq.php

One can make their own custom syslinux bootdisk with the frambuffer console. The guide can be followed, changing these things:

Get your syslinux bootdisk, mount it at /mnt/floppy.

Instead of this:
Code:
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768

Do this:
Code:
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /mnt/floppy/splash


Then create syslinux.cfg in /mnt/floppy with this line:
Code:
DEFAULT linux root=/dev/hda6 video=vesa:1024x768,ywrap,mtrr vga=0x317 initrd=splash


Of course that's just a variation of these lines from the grub example:
Code:
kernel=(hd0,0)/boot/bzImage root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x31A
initrd=/boot/initrd-1280x1024


This is especially handy if you like framebuffer and want to use syslinux in some sort of dual boot environment where you can't or don't want to install grub or lilo.

Hope that's informative!
_________________
Meh.
Back to top
View user's profile Send private message
acid_kewpie
n00b
n00b


Joined: 14 Apr 2003
Posts: 39

PostPosted: Sat May 10, 2003 4:03 pm    Post subject: Reply with quote

The original post asks to post about using mplayer on framebuffer, personally i found the best method is to use somethign such as

mplayer file-avi -vop scale=1024:-2 -vo fbdev

obviously changing 1024 for you screen width. According to their documentation you should be able to change the framebuffer mode automatically with -vm but i couldn't get any software to change the framebuffer mode... so that's probably my fault...

hope this is useful

my bootsplash setup worked fine first time, besides a short sighted use of

initrd=/boot/initrd-2.4.20

rather than the correct

initrd=(hd0,1)/initrd-2.4.20

due to a separate /boot...
Back to top
View user's profile Send private message
Narada
Guru
Guru


Joined: 12 Dec 2002
Posts: 300
Location: London, UK

PostPosted: Sat May 10, 2003 10:58 pm    Post subject: Reply with quote

Hi folks. Please don't be concerned by forum etiquette. The moderator will take care of posts that are duplicate or in the wrong place. As far as getting multimedia using mplayer under framebuffer goes it is quite a moody and problematic feature to get working. My machines have been quite unlucky with getting any video going under fb although I've had audio. My advice is don't expect flawless picture quality and playback just yet and you won't be disappointed. The best sources of mplayer help at this time that I can think of are the mplayer documentation post and another post on this thread specifically about mplayer on fb. Have a look and I shall research this topic a more when I have time. Good luck and please post findings!
_________________
http://dhruba.name/
Back to top
View user's profile Send private message
Helena
Veteran
Veteran


Joined: 02 Apr 2003
Posts: 1114
Location: Den Dolder, The Netherlands

PostPosted: Mon May 12, 2003 5:21 pm    Post subject: Framebuffer and 1 GB of RAM or more Reply with quote

Tip: The VESA framebuffer routine has an error which makes it useless on machines with 1 GB of more RAM. Fortunately a source patch is available as was pointed out by Niko_K and Narada. The patch is described in https://bugs.gentoo.org/show_bug.cgi?id=19061. After replacing a certain code line in vesafb.c (to be found in /usr/src/linux/video/drivers/) and recompiling the kernel the error will be gone.
Back to top
View user's profile Send private message
Khan
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2003
Posts: 96

PostPosted: Tue May 27, 2003 4:28 am    Post subject: VMWare+Gentoo+FB+Splash Reply with quote

That's right, nothing like a little VM action. :twisted:

Here's my screenshot:

http://www.wislug.net/vmgentoo-fb+splash.png

Thank you for a truly outstanding HOW-TO. This really should be posted in the Documentation area in the "System Configuration" section. This is too cool a feature to have buried in a forum.

"Freedom of choice, is what you have...freedom from choice, is what you want" -Devo
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1398
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Jun 03, 2003 12:38 pm    Post subject: Reply with quote

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. Apparently no one reads my post in this thread found here. I have split out (yet again) the support related content from this thread, anyone wanting support please post in one of the pre-existing support related threads for these issues.

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
Narada
Guru
Guru


Joined: 12 Dec 2002
Posts: 300
Location: London, UK

PostPosted: Tue Jun 03, 2003 3:46 pm    Post subject: Reply with quote

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.

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.
_________________
http://dhruba.name/
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1398
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Jun 03, 2003 4:24 pm    Post subject: Reply with quote

Narada wrote:
I can make the message in the original post a little more colourful if you like.


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! :)

Thanks again Narada for a great Tip (meaning this whole thread!)

Regards,
BonezThe(CrankyForToday)Goon
Back to top
View user's profile Send private message
ziekke
n00b
n00b


Joined: 04 Jun 2003
Posts: 19
Location: Canada

PostPosted: Wed Jun 04, 2003 9:42 am    Post subject: Strange... Reply with quote

Originally after following the howto I was unable to boot with the splash enabled.

When booting I would get either an error message stating that "file not found" in regards to the initrd line. Either that or "Inconsistent Filesystem Type"

I am using ext2 for /boot and reiserfs for / so I believe this is what is causing the problem.

If you have / and /boot separated by different partitions, and/or different filesystem types then you will likely have seen this error.

My solution:

Rather than a grub.conf entry looking like:
Code:
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


I made mine look like:

Code:
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


/dev/hda1 = (hd0,0) = /boot
/dev/hda3 = (hd0,3) = /


Hope this helps some people :)


Last edited by ziekke on Sun Jun 08, 2003 5:03 am; edited 2 times in total
Back to top
View user's profile Send private message
Fryguy
n00b
n00b


Joined: 25 Apr 2003
Posts: 32

PostPosted: Thu Jun 05, 2003 5:32 am    Post subject: Reply with quote

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 and other gui browsers?

mplayer would work, links would work, whatever irc client, vim, gpm, random mp3 player, nAIM (ncurses aim), mutt and you have a complete desktop w/o X
Back to top
View user's profile Send private message
Bangz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2003
Posts: 148
Location: Brisbane/Austrralia

PostPosted: Thu Jun 05, 2003 2:52 pm    Post subject: Reply with quote

Hey guys, has there been any updates on this, giving us the ability to specifiy a particular refresh rate?

1280x1024 @ 60Hz isn't exactly eye pleasing. I would love to run it at 85Hz instead :)
Back to top
View user's profile Send private message
mojo
n00b
n00b


Joined: 21 Nov 2002
Posts: 47
Location: Heidelberg, Germany

PostPosted: Fri Jun 06, 2003 3:16 pm    Post subject: Reply with quote

ok i think everybody already know this page:

http://www.aichler.net/gentoo/bootsplash/screenshots.html

you can download the newest bootsplash-progressbar patch and too bootsplash-animations.

to play this animations at boottime you need fbmngplay. this little tool you can download here:

http://www.bootsplash.org/user.html

it is too part of the libmng package and the bootsplash package include this too.

But when you try to compile fbmngplay you get an error because libmng won't build the libmng-mini.a. and too i have no idea why.

But you can modify the Makefile a little and fbmngplay will work :D

in the fbmngplay directory you have to edit the Makefile with your favorite editor.

Then you have to replace this line:

Code:

LIBSS    = $(LIBDIR)/libmng-mini.a $(LIBDIR)/libz.a -lm

to

Code:

   LIBSS    = $(LIBDIR)/libmng.a $(LIBDIR)/libjpeg.a $(LIBDIR)/libz.a -lm


and do a make. then you have to copy fbmngplay to /bin
Back to top
View user's profile Send private message
puggy
Bodhisattva
Bodhisattva


Joined: 28 Feb 2003
Posts: 1992
Location: Oxford, UK

PostPosted: Sat Jun 07, 2003 4:29 pm    Post subject: Reply with quote

mikki wrote:
Hey, now I have really nice ttys! (pseudo-ttys?)


hehe. :-)

Works on my ac-sources nicely.
_________________
Where there's open source , there's a way.
Back to top
View user's profile Send private message
thebiMbo
n00b
n00b


Joined: 09 Jun 2003
Posts: 6
Location: Italy

PostPosted: Mon Jun 09, 2003 2:06 pm    Post subject: great post Reply with quote

Thanks for the great post. I was searching exactly these infos, as a new linux user this community keeps me interested in this technology.

Kudos to you :wink:
_________________
There are 10 kind of people in the world, those who understand binary those who don't.
Back to top
View user's profile Send private message
Narada
Guru
Guru


Joined: 12 Dec 2002
Posts: 300
Location: London, UK

PostPosted: Thu Jun 12, 2003 11:16 am    Post subject: Reply with quote

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?

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.
_________________
http://dhruba.name/
Back to top
View user's profile Send private message
dylix
Apprentice
Apprentice


Joined: 20 Sep 2002
Posts: 261
Location: Atlanta

PostPosted: Mon Jun 16, 2003 12:37 am    Post subject: Reply with quote

just thought i would share this works with 2.4.21 vanilla.
_________________

https://dylix.org/
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, 4 ... 25, 26, 27  Next
Page 3 of 27

 
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