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

Goto page Previous  1, 2, 3, 4 ... 36, 37, 38  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
alphatronics
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2003
Posts: 88
Location: Boston

PostPosted: Wed Apr 23, 2003 5:09 pm    Post subject: Reply with quote

It works fine on my MSI GF4 4200, which doesn't have TV-in.
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Wed Apr 23, 2003 6:09 pm    Post subject: Okay Reply with quote

Hi,

it also works fine on my GeForce3, which doesn't have TV-In and Video-In/Out on my server, but when I change to my GeForce4 with Video-In/Out and TV-In (also on my server) no bootsplash works.
I can't leave the GeForce3 in my system because rivatv (I need Video-In) and because it's slower.

Niko
_________________
Meine Homepage
Back to top
View user's profile Send private message
dbasinge
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 86
Location: Salt Lake City, UT

PostPosted: Wed Apr 23, 2003 6:48 pm    Post subject: Reply with quote

How do I create the initrd file. I have re-compiled my kernel with ram disk on (no module) but I have no initrd file in /boot.

Mike
_________________
D. Michael Basinger, RHCE
If at first you don't succeed, skydiving is not for you. - Anonymous
Back to top
View user's profile Send private message
Narada
Guru
Guru


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

PostPosted: Wed Apr 23, 2003 6:54 pm    Post subject: Reply with quote

allucid wrote:
bootsplash 0.6 doesn't work with wolk either. i did a fresh emerge of wolk-sources just to make sure. maybe it will work if manually patched? i may try this later...

When getting a fresh copy of a kernel unmerge any previous instance of the kernel and rm -rf the source directory of that kernel before you remerge it. Thank you for trying different kernels and posting your findings. If you keep a record of kernels and patch outcome I can put it up later.
dbasinge wrote:
How do I create the initrd file. I have re-compiled my kernel with ram disk on (no module) but I have no initrd file in /boot.

Code:
mount /boot
splash -s -f /etc/bootsplash/default/config/bootsplash-1280x1024.cfg > /boot/initrd-1280x1024

_________________
http://dhruba.name/


Last edited by Narada on Thu Apr 24, 2003 11:00 am; edited 1 time in total
Back to top
View user's profile Send private message
guero61
l33t
l33t


Joined: 14 Oct 2002
Posts: 811
Location: Behind you

PostPosted: Wed Apr 23, 2003 8:39 pm    Post subject: Reply with quote

What I said earlier:

What if it craps out at steps 9 _and_ 12 with a syntax error (text_x=256)?
Back to top
View user's profile Send private message
Narada
Guru
Guru


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

PostPosted: Wed Apr 23, 2003 8:48 pm    Post subject: Reply with quote

guero61 wrote:
What I said earlier:What if it craps out at steps 9 _and_ 12 with a syntax error (text_x=256)?

Unmerge bootsplash, repeat steps 1 and 2 and try again. Make sure you are using version 0.6 with the latest tarball. If that doesn't work try a different kernel or a fresh copy of your current kernel and repatch it.
_________________
http://dhruba.name/


Last edited by Narada on Wed Apr 23, 2003 9:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
allucid
Veteran
Veteran


Joined: 02 Nov 2002
Posts: 1314
Location: atlanta

PostPosted: Wed Apr 23, 2003 9:03 pm    Post subject: Reply with quote

also, you might want to take a look at the cfg file and see if there is something wrong with (or near) that line. if you are using the default cfg file it should work fine, though...
Back to top
View user's profile Send private message
guero61
l33t
l33t


Joined: 14 Oct 2002
Posts: 811
Location: Behind you

PostPosted: Wed Apr 23, 2003 11:56 pm    Post subject: Reply with quote

allucid wrote:
if you are using the default cfg file it should work fine, though...


That's the thing -- I've not modified the config file at all. *sigh*. I used one of the initrd's supplied by bootsplash, but I was really looking forward to making one of my own.
Back to top
View user's profile Send private message
nelz
n00b
n00b


Joined: 24 Apr 2003
Posts: 19
Location: Warrington, UK

PostPosted: Thu Apr 24, 2003 8:33 am    Post subject: Reply with quote

Thanks for the HOWTO.

It all worked as it was supposed to until I added splash=silent to the kernel line in GRUB. This made absolutely no difference. I still get the splash images, but I also still get the boot messages.

I'm using Gentoo on an EPIA-based machine that I want to use as an entertainment box, so I really don't want boot messages scrolling up the screen :cry:

Here's my GRUB entry, double-spaced to avoid any confusion over wrapping. It works exactly the same with or without "splash=silent"

title Gentoo

kernel /bzImage root=/dev/hda6 vga=788 splash=silent video=vesa:ywrap,mtrr

initrd=/initrd-800x600
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 Apr 24, 2003 10:29 am    Post subject: Reply with quote

Mine is working, but not exactly how I want it.

I want 1280x1024 at 85 Hz (cos my monitor can do it) but it's not working.

When I have this in grub (ignore the double lines):
Code:

root (hd0,2)

kernel (hd0,2)/boot/bzImage root=/dev/hda6 vga=0x31B video=vesa:1280x1024@85

initrd=/boot/initrd-1280x1024


It says invalid mode. When I had a lesser mode, ie. 0x317, it worked fine except it was 60Hz.

My monitor can do it, it does 1280x1024@85Hz, 1600x1200@75Hz(this is what fluxbox runs).

Anyone possibly know why?

EDIT: OK. 0x31A works fine. I will settle with this if someone can tell me why it's 60Hz though. I have specified 85Hz in the line...
Back to top
View user's profile Send private message
Jeld
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 84
Location: NYC, US

PostPosted: Thu Apr 24, 2003 10:54 am    Post subject: Reply with quote

OK, My setup
Nvidia TNT2 MX
XFree86 + Nvidia drivers @ 1024x768@85Hz
Framebuffer kernel support ( vesa ) and bootsplash configured
and working ( almost )
game-sources-2.4.20-r2

The problem:

When I start using the bootsplash, I get all the stuff
except it is in 1024x768@60Hz which hurts my eyes
and my monitor's feelings :oops:

I tried to do video=vesa:1024x768@85 in my grub.conf but it
still comes up at 60Hz. Tried to do 75 and 70 with the same result.
Checked the vesafb.txt and it seems to imply that it is impossible to get
anything more than 60Hz out of it but not in these particular words.
Tried reading the vesafb related source code, but got quickly lost ( not good enough to read kernel level stuff yet :( )

Does anyone have a definite answer as to if it is possible to have a refresh rate of more then 60Hz using vesa framebuffer driver?
_________________
package JAPH;sub x{$/='$';@1=map{$_=ord;$_--;chr}
split//,<DATA>;@2=map{$_=ord;$_++;chr}split//
,<DATA>;$_=sub{$.++%2?shift@2:shift@1};bless$_;}
1;$x=JAPH->x;for(1..25){print&$x,;}__DATA__
Kt!ouf!fmIdf"$ts@ngqOq`jq
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Thu Apr 24, 2003 11:01 am    Post subject: Does it work with Video-In/Out Reply with quote

Hi,

again I have to ask the same question:
Does Bootsplash work with Video-In/Out & TV-In/Out?

Bootsplash doesn't work on my system, but when I change th Graphics Card then it works with the same configuration on the same system. The only difference: No Video-In/Out, TV-In/Out on the new Graphics Card :cry:

Niko
_________________
Meine Homepage
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 Apr 24, 2003 11:13 am    Post subject: Reply with quote

Jeld wrote:
OK, My setup
Nvidia TNT2 MX
XFree86 + Nvidia drivers @ 1024x768@85Hz
Framebuffer kernel support ( vesa ) and bootsplash configured
and working ( almost )
game-sources-2.4.20-r2

The problem:

When I start using the bootsplash, I get all the stuff
except it is in 1024x768@60Hz which hurts my eyes
and my monitor's feelings :oops:

I tried to do video=vesa:1024x768@85 in my grub.conf but it
still comes up at 60Hz. Tried to do 75 and 70 with the same result.
Checked the vesafb.txt and it seems to imply that it is impossible to get
anything more than 60Hz out of it but not in these particular words.
Tried reading the vesafb related source code, but got quickly lost ( not good enough to read kernel level stuff yet :( )

Does anyone have a definite answer as to if it is possible to have a refresh rate of more then 60Hz using vesa framebuffer driver?



Yep, seems to be a standard problem.

Refresh rate is not supported yet.

I too would love having 85Hz, would really kick ass :)
Back to top
View user's profile Send private message
mikki
n00b
n00b


Joined: 14 Jul 2002
Posts: 51
Location: On Top

PostPosted: Thu Apr 24, 2003 2:47 pm    Post subject: Reply with quote

Narada wrote:
What are you referring to when you say tdfxb or tdfx? Glad you got it working and are happy with it.


tdfxfb is the 3Dfx (Voodoo) frame buffer driver. It no splashie.

Thanks for making this all work so well for everyone!
_________________
Mikki
Back to top
View user's profile Send private message
carrett
Apprentice
Apprentice


Joined: 22 Mar 2003
Posts: 273

PostPosted: Thu Apr 24, 2003 3:53 pm    Post subject: Reply with quote

has ANYONE gotten the progress bar to work?

i'm using vanilla sources, which is what bootsplash.org tested with and still no progress bar...what's up with that?

also, my silent image is being used after the bootup sequence in all the consoles...how can i make it use the silent image during bootup and the verbose image afterwards (i'd like to see in the consoles...)???
_________________
I'm against picketing, but I don't know how to show it.
Back to top
View user's profile Send private message
neocui
Apprentice
Apprentice


Joined: 21 Apr 2003
Posts: 186

PostPosted: Thu Apr 24, 2003 4:34 pm    Post subject: Reply with quote

i compiled my kernel (2.5.68 ) with the nvidia riva framebuffer support but i think i left out the vga text console and vesa vga options... now it doesn't boot, because i don't know the params for using nvidia framebuffer... can anyone help? i just need to boot and then compile my kernel again....

Last edited by neocui on Thu Apr 24, 2003 4:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
Diovanti
n00b
n00b


Joined: 27 Feb 2003
Posts: 63

PostPosted: Thu Apr 24, 2003 8:17 pm    Post subject: Reply with quote

Is it possible to get the bootsplash to show up in other consoles besides the first one? I can't stand working in #2-#6 anymore, since the first one looks so cool.
Back to top
View user's profile Send private message
guero61
l33t
l33t


Joined: 14 Oct 2002
Posts: 811
Location: Behind you

PostPosted: Thu Apr 24, 2003 8:32 pm    Post subject: Reply with quote

rc-update add bootsplash default
Back to top
View user's profile Send private message
xjeff
n00b
n00b


Joined: 17 May 2002
Posts: 33
Location: Baton Rouge, LA

PostPosted: Thu Apr 24, 2003 10:37 pm    Post subject: X to console switching (resolved) Reply with quote

I just got bootsplash working (courtasy of quikchaos) and it's pretty p1mp. However, when switching from X to console (or vice versa) the two don't play very nicely. X locks up and rebooting is the only escape. :x I'm using the nv X11 driver and the vesa frambuffer driver. Anybody else have similar problems?

Issue resolved: Remember to compile mtrr into your kernel, folks, if you pass mtrr as a video option on grub's kernel line. :oops:


Last edited by xjeff on Fri Apr 25, 2003 3:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Thu Apr 24, 2003 10:52 pm    Post subject: Reply with quote

thanks Narada, that's an awesome howto - one question tho.

can framebuffer use different refresh rates? cause 60 hz is killing my eyes!

a non-fb tty runs at 70hz..... is it possible to get fb working with even at least 70hz?

ta!
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Empty_One
n00b
n00b


Joined: 18 Oct 2002
Posts: 32

PostPosted: Fri Apr 25, 2003 2:45 am    Post subject: Reply with quote

basquiat wrote:
Another successfull report can be filed... ;)

It's working like a charm, I put a screenshot on http://www.basquiat.de/console.png.


Where did you get that splash image?
_________________
"Barney sucks! Best Buy sucks! Sony Sucks! Microsoft sucks, Bill Gates is the anti-Christ and John Ashcroft can kiss my ass!" Wil Wheaton
Back to top
View user's profile Send private message
Narada
Guru
Guru


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

PostPosted: Fri Apr 25, 2003 10:53 am    Post subject: Reply with quote

Empty_One wrote:
basquiat wrote:
Another successfull report can be filed... ;)It's working like a charm, I put a screenshot on http://www.basquiat.de/console.png.
Where did you get that splash image?

If you look closely at the bottom right of the picture you'll see that it was taken from here and then modified to suit the gentoo theme.
taskara wrote:
can framebuffer use different refresh rates? cause 60 hz is killing my eyes!a non-fb tty runs at 70hz..... is it possible to get fb working with even at least 70hz?ta!

So far I have not seen any documentation to support the use of vesa:ResXRes:Hz syntax or any other way to change Hz. People with flat panels will have escaped this problem as the default Hz appears just fine. Perhaps with future releases of kernels and bootsplash changing Hz may become possible and there certainly seems to be a lot of demand for this feature.
_________________
http://dhruba.name/
Back to top
View user's profile Send private message
vanfant
n00b
n00b


Joined: 13 May 2002
Posts: 6

PostPosted: Fri Apr 25, 2003 4:33 pm    Post subject: cat: /proc/splah: No such file or directory Reply with quote

I have read this post and many others a few times. I have recompiled my kernel over 10 times. I am Still getting "cat: /proc/splah: No such file or directory".

Here's my grub file:
[quote]
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hdb2
# initrd /initrd-version.img
#boot=/dev/hdb1
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
password --md5 $1$fRe7nn7C$FI60Yme.dO8KKxEPwLhkn/
title Red Hat Linux (2.4.20-9)
root (hd1,0)
kernel /vmlinuz-2.4.20-9 ro root=LABEL=/ hdd=ide-scsi
initrd /initrd-2.4.20-9.img
title Red Hat Linux (2.4.20-8)
root (hd1,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
initrd /initrd-2.4.20-8.img
title Gentoo Linux (2.4.20-r2)
root (hd1,4)
kernel (hd1,4)/boot/bzImage-gentoo-2.4.20-r2 ro root-/dev/hdb6

[color=red]title Gentoo Linux (2.4.20-r3)
root (hd1,4)
kernel (hd1,4)/boot/bzImage-gentoo-2.4.20-r3 ro root=/dev/hdb6 video=vesa:ywrap,mtrr vga=0x307 splash=verbose
initrd (hd1,4)/initrd-1280x1024[/color]
title DOS
rootnoverify (hd0,0)
chainloader +1


[/quote]

I have RedHat and I am using its grub file to boot Gentoo. Is this the problem.

Thanks for any help.
Joe
Back to top
View user's profile Send private message
Empty_One
n00b
n00b


Joined: 18 Oct 2002
Posts: 32

PostPosted: Fri Apr 25, 2003 5:10 pm    Post subject: Reply with quote

Narada wrote:
Empty_One wrote:
basquiat wrote:
It's working like a charm, I put a screenshot on http://www.basquiat.de/console.png.
Where did you get that splash image?

If you look closely at the bottom right of the picture you'll see that it was taken from here and then modified to suit the gentoo theme.


Maybe I should have clearer then. :)

Is there a place I can find the gentoo-modified version of the background that is found here ? I really like it and would like to use it.

Thanks

By the way, thank you for this how to, it worked perfect for me on the first try.
_________________
"Barney sucks! Best Buy sucks! Sony Sucks! Microsoft sucks, Bill Gates is the anti-Christ and John Ashcroft can kiss my ass!" Wil Wheaton
Back to top
View user's profile Send private message
mojo
n00b
n00b


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

PostPosted: Fri Apr 25, 2003 5:56 pm    Post subject: Reply with quote

just want to show you my favorit bootsplash image.
don't misunderstand me. this is a picture of luis royo so whatever you think this is art.

http://mitglied.lycos.de/mojothemad/luis_royo_bootsplash.jpg
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4 ... 36, 37, 38  Next
Page 3 of 38

 
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