Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel 2.6.24 upgrade anomoly
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Old School
Apprentice
Apprentice


Joined: 20 Nov 2004
Posts: 252
Location: West Bank of the Coast Fork

PostPosted: Sat Mar 15, 2008 1:25 am    Post subject: Kernel 2.6.24 upgrade anomoly Reply with quote

I just upgraded to 2.6.24-gentoo-r3, and everything seems fine except the boot process. When the uvesafb driver kicks in at the beginning of the boot, I get a blank screen. The system is booting but there is nothing on the screen and my monitor displays: "out of range." When X starts up, KDM starts and everything works okay. But if I press ctrl-alt F1 there is nothing there. No login, no nothing. Pressing ctrl-alt F7 brings me back to X with no problem.
I copied my old config (2.6.23-r8 ) and then used make menuconfig, and nothing seemed out of place. Am I missing some change with the uvesafb driver, or grub.conf?
Code:
title=Gentoo Linux 2.6.24-r3
root (hd1,0)
kernel /boot/kernel-2.6.24-gentoo-r3 root=/dev/hdb3 video=uvesafb:1600x1200-32@65,mtrr:3,ywrap quiet CONSOLE=/dev/tty1

_________________
www.otw20.com

The further a society drifts from truth, the more it will hate those who speak it.
George Orwell
Back to top
View user's profile Send private message
potatoface
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: ::7F00:1

PostPosted: Sat Mar 15, 2008 1:52 am    Post subject: Reply with quote

everytime you copy your old config file to the new kernel directory you should do a
Code:
make oldconfig

it shows you the changes between the 2 kernels
hope it helps you with your problem :roll:

regards,
potatoface
_________________
The generation of random numbers is too important to be left to chance.
Adopt an unanswered post.
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 3003
Location: Bay Area, CA

PostPosted: Sat Mar 15, 2008 6:28 am    Post subject: Re: Kernel 2.6.24 upgrade anomoly Reply with quote

old school wrote:
I just upgraded to 2.6.24-gentoo-r3, and everything seems fine except the boot process. When the uvesafb driver kicks in at the beginning of the boot, I get a blank screen. The system is booting but there is nothing on the screen and my monitor displays: "out of range." When X starts up, KDM starts and everything works okay. But if I press ctrl-alt F1 there is nothing there. No login, no nothing. Pressing ctrl-alt F7 brings me back to X with no problem.
I copied my old config (2.6.23-r8 ) and then used make menuconfig, and nothing seemed out of place. Am I missing some change with the uvesafb driver, or grub.conf?
Code:
title=Gentoo Linux 2.6.24-r3
root (hd1,0)
kernel /boot/kernel-2.6.24-gentoo-r3 root=/dev/hdb3 video=uvesafb:1600x1200-32@65,mtrr:3,ywrap quiet CONSOLE=/dev/tty1
did you have fbcondecor in kernel before? There are options that need to be enabled in the kernel:
Code:
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FB_CON_DECOR=y

maybe you should remove quiet and add splash=verbose and see what it shows. if you are currently inside X, you can also print output of:
Code:
# cat /sys/class/graphics/fb0/modes
Back to top
View user's profile Send private message
Old School
Apprentice
Apprentice


Joined: 20 Nov 2004
Posts: 252
Location: West Bank of the Coast Fork

PostPosted: Sat Mar 15, 2008 3:46 pm    Post subject: Reply with quote

devsk wrote:
did you have fbcondecor in kernel before? There are options that need to be enabled in the kernel:

Yes all that was/is set.
Quote:
maybe you should remove quiet and add splash=verbose and see what it shows.
I tried that and there was no difference. I will try some things later when I have some time. In the mean time my older kernel is working just fine. :wink:
_________________
www.otw20.com

The further a society drifts from truth, the more it will hate those who speak it.
George Orwell
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 3003
Location: Bay Area, CA

PostPosted: Sat Mar 15, 2008 5:00 pm    Post subject: Reply with quote

old school wrote:
devsk wrote:
did you have fbcondecor in kernel before? There are options that need to be enabled in the kernel:

Yes all that was/is set.
Quote:
maybe you should remove quiet and add splash=verbose and see what it shows.
I tried that and there was no difference. I will try some things later when I have some time. In the mean time my older kernel is working just fine. :wink:
output of
Code:
 # cat /sys/class/graphics/fb0/modes
????

I think your mode specified on grub line may be wrong.
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
Page 1 of 1

 
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