Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fbsplash not working, tried guides and tr-shooting[solved]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Sakkath
Apprentice
Apprentice


Joined: 06 Nov 2005
Posts: 198
Location: Pawtucket, RI

PostPosted: Tue Nov 29, 2005 8:54 pm    Post subject: Reply with quote

Not sure if this would help even a little, but I thought the CONSOLE option was for silent only :S.
Back to top
View user's profile Send private message
Virtrex
n00b
n00b


Joined: 09 Jul 2004
Posts: 26

PostPosted: Sun Dec 25, 2005 5:46 pm    Post subject: Reply with quote

I don't know what you mean. (I also don't know much about the CONSOLE option)
Back to top
View user's profile Send private message
Sakkath
Apprentice
Apprentice


Joined: 06 Nov 2005
Posts: 198
Location: Pawtucket, RI

PostPosted: Sun Dec 25, 2005 7:04 pm    Post subject: Reply with quote

CONSOLE=/dev/tty1 I think. I'm going to put this problem aside for now, seein as I can't get my new AGP card I got for Christmas to work...
Back to top
View user's profile Send private message
sirdilznik
l33t
l33t


Joined: 28 Apr 2005
Posts: 731

PostPosted: Sun Dec 25, 2005 7:56 pm    Post subject: Reply with quote

Virtrex wrote:

Code:

title=Gentoo Gnu/Linux Kernel 2.6.9 Revision 9
root (hd0,0)
kernel /boot/kernel-2.6.9-gentoo-r9 root=/dev/hda1 video=nvidia:ywrap,mtrr,
1024x768-32@60 splash=silent,theme:default CONSOLE=/dev/tty1
initrd /boot/fbsplash-emergence-1024x768


Your problem is with the notation you use (there may be other problems). If you use the nvidia framebuffer then it should be:
Code:
video=nvidiafb
not
Code:
video=nvidia

I would personally stay away from the nvidia framebuffer as it conflicts with the proprietary nvidia opengl driver. I reccomend using vesafb as it should work on practically any system without conflicts. If you use vesafb then you CAN'T use this notation:
Code:
1024x768-32@60

You should use this instead:
Code:
vga=0x318

For a listing of other video modes and their vesafb notation click here

As an example here is the relevant part of my grub.conf (keep in mind I'm using a different theme and video mode):
Code:
title  Gentoo
root (hd1,3)
kernel /vmlinuz root=/dev/sda1 video=vesafb:ywrap,mtrr vga=0x31B splash=verbose,theme:MetallTux quiet
initrd /boot/fbsplash-metal


And yes the CONSOLE part is only needed for splash=silent and not for splash=verbose
Back to top
View user's profile Send private message
Sakkath
Apprentice
Apprentice


Joined: 06 Nov 2005
Posts: 198
Location: Pawtucket, RI

PostPosted: Wed Dec 28, 2005 3:59 am    Post subject: Reply with quote

But I was using vesafb-tng, and thought I didn't need to set vga=*.
Back to top
View user's profile Send private message
rndusr
Guru
Guru


Joined: 04 Dec 2005
Posts: 393

PostPosted: Wed Dec 28, 2005 12:22 pm    Post subject: Reply with quote

Thanks a LOT for this thread! I had almost given up, but this definitely sorted things out. Thanks again! :D
_________________
If you've got nothing nice to say, you're probably not alone...
Back to top
View user's profile Send private message
Sakkath
Apprentice
Apprentice


Joined: 06 Nov 2005
Posts: 198
Location: Pawtucket, RI

PostPosted: Wed Dec 28, 2005 4:08 pm    Post subject: Reply with quote

But I do use vesafb, vesafb-tng to be exact. And how come when I set theme:emergence, the dmesg always shows setting 'default' theme on all the consoles? I even tried removing the default file in /etc/splash.
Back to top
View user's profile Send private message
batistuta
Veteran
Veteran


Joined: 29 Jul 2005
Posts: 1384
Location: Aachen

PostPosted: Sun Jan 08, 2006 6:09 pm    Post subject: Reply with quote

to avoid the problem with the nano editor, use
Code:

nano -w file


the -w disables the line wrapping
Back to top
View user's profile Send private message
Sakkath
Apprentice
Apprentice


Joined: 06 Nov 2005
Posts: 198
Location: Pawtucket, RI

PostPosted: Sun Jan 08, 2006 6:39 pm    Post subject: Reply with quote

batistuta: how does this help me?
Back to top
View user's profile Send private message
jacobmar1ey
n00b
n00b


Joined: 02 Jun 2004
Posts: 8
Location: Worcester, MA, USA

PostPosted: Sun Feb 05, 2006 4:16 am    Post subject: Reply with quote

the -w option for nano removes wordwrap from its behaviour, so that it will not break your long lines (like your kernel command)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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