LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-15-2007, 02:16 PM   #1
zeusovlov
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Rep: Reputation: 0
linux kernel 2.6.20, Radeon X600, no screen on console


Hi all,
I have some problems when upgrading my kernel from 2.6.18 to 2.6.20.

I have both kernel config for

CONFIG_FB_VGA16=m
CONFIG_FB_VESA=y

CONFIG_FB_RADEON=y
CONFIG_FB_I2C=y
CONFIG_DRM_RADEON=y

Kerel 2.6.18 works perfectly

The problem is that, when booting with kernel 2.6.20, the console does not have any display. I am running Slackware 11.0, boot level 3 by default. After lilo load the kernel, the screen is all black, but the system is running good. I can ssh in using an external system and rebuilt the kernel. When I try to startx, or try boot level 4, the screen display real nice. I think there is some problem with the framebuffer console driver, or something similar but dont know exactly what happened.

Sorry I cant post the whole .config content, there is a 25k char limit

thanks for reading
zeus


PS: This is the output of lspci:
Code:
00:00.0 Host bridge: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub
00:01.0 PCI bridge: Intel Corporation 945G/GZ/P/PL Express PCI Express Root Port
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.4 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5 (rev 01)
00:1c.5 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc RV380 [Radeon X600 (PCIE)]
01:00.1 Display controller: ATI Technologies Inc RV380 [Radeon X600]
05:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)
 
Old 02-16-2007, 11:09 PM   #2
Murkhadh
LQ Newbie
 
Registered: Feb 2007
Posts: 22

Rep: Reputation: 15
I just fixed this same problem with the same kernel upgrade

edit your lilo.conf and change the line to read

vga = normal


I put that line under the section for my 2.6.20 kernel so that it only disables it for that kernel. (because the vga framebuffer thing works fine with my 2.6.28 kernel)

Part about this that sucks is taht the screen resolution in my 2.6.20 kernel is much smaller now with that setting. (though at least the screen isn't black)
I'm still kind of new at this so if anyone can share how to get 1024 by 768 resolution and still see the screen id be most happy.
 
Old 02-16-2007, 11:16 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Just try either FB_VESA or FB_RADEON, not both.
 
Old 02-18-2007, 12:03 AM   #4
zeusovlov
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by syg00
Just try either FB_VESA or FB_RADEON, not both.
thanks, just fix the problem earlier. either/or, not both at the same time!

zeus
 
Old 03-01-2007, 01:40 AM   #5
matu
LQ Newbie
 
Registered: Feb 2007
Location: Finland/Espoo
Distribution: Slackware 11
Posts: 1

Rep: Reputation: 0
hi!

I have quite a similar problem, but just wanted to ask before I do anything.
i just upgraded from kernel 2.4.33.3 to 2.6.20.1 and I'm running slackware 11. When i start the computer every thing is ok except for the console which doesn't have a screen, so it's all black.

i figured it must something like above (either/or)

/boot/config:
CONFIG_FB_VGA16=m
CONFIG_FB_VESA=y

CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y

so i just take one away??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon X600 PCI-E, Kernel 2.6.12 NX-01 Slackware 41 07-03-2007 06:14 PM
black screen with Radeon X600 The_paladin Debian 1 08-13-2006 07:32 AM
Radeon X600 and Quake 3 NX-01 Slackware 2 11-15-2005 05:46 PM
help with radeon x600 rooster33 SUSE / openSUSE 10 11-02-2005 12:53 PM
Radeon X600, unknown chip? feeble2 Linux - Hardware 1 08-12-2005 07:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration