View previous topic :: View next topic |
Author |
Message |
Sakkath Apprentice
Joined: 06 Nov 2005 Posts: 198 Location: Pawtucket, RI
|
Posted: Tue Nov 29, 2005 8:54 pm Post subject: |
|
|
Not sure if this would help even a little, but I thought the CONSOLE option was for silent only :S. |
|
Back to top |
|
|
Virtrex n00b
Joined: 09 Jul 2004 Posts: 26
|
Posted: Sun Dec 25, 2005 5:46 pm Post subject: |
|
|
I don't know what you mean. (I also don't know much about the CONSOLE option) |
|
Back to top |
|
|
Sakkath Apprentice
Joined: 06 Nov 2005 Posts: 198 Location: Pawtucket, RI
|
Posted: Sun Dec 25, 2005 7:04 pm Post subject: |
|
|
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 |
|
|
sirdilznik l33t
Joined: 28 Apr 2005 Posts: 731
|
Posted: Sun Dec 25, 2005 7:56 pm Post subject: |
|
|
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:
not
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:
You should use this instead:
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 |
|
|
Sakkath Apprentice
Joined: 06 Nov 2005 Posts: 198 Location: Pawtucket, RI
|
Posted: Wed Dec 28, 2005 3:59 am Post subject: |
|
|
But I was using vesafb-tng, and thought I didn't need to set vga=*. |
|
Back to top |
|
|
rndusr Guru
Joined: 04 Dec 2005 Posts: 393
|
Posted: Wed Dec 28, 2005 12:22 pm Post subject: |
|
|
Thanks a LOT for this thread! I had almost given up, but this definitely sorted things out. Thanks again! _________________ If you've got nothing nice to say, you're probably not alone... |
|
Back to top |
|
|
Sakkath Apprentice
Joined: 06 Nov 2005 Posts: 198 Location: Pawtucket, RI
|
Posted: Wed Dec 28, 2005 4:08 pm Post subject: |
|
|
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 |
|
|
batistuta Veteran
Joined: 29 Jul 2005 Posts: 1384 Location: Aachen
|
Posted: Sun Jan 08, 2006 6:09 pm Post subject: |
|
|
to avoid the problem with the nano editor, use
the -w disables the line wrapping |
|
Back to top |
|
|
Sakkath Apprentice
Joined: 06 Nov 2005 Posts: 198 Location: Pawtucket, RI
|
Posted: Sun Jan 08, 2006 6:39 pm Post subject: |
|
|
batistuta: how does this help me? |
|
Back to top |
|
|
jacobmar1ey n00b
Joined: 02 Jun 2004 Posts: 8 Location: Worcester, MA, USA
|
Posted: Sun Feb 05, 2006 4:16 am Post subject: |
|
|
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 |
|
|
|