LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-30-2007, 08:25 PM   #1
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Rep: Reputation: 15
Slackware 12 - black screen after lilo


So I just installed slackware 12 and thought everything went ok. I rebooted and got to lilo, chose Linux, then it displayed a few lines of "...." and said something about loading linux (as usual). Then it goes to a black screen and just sat there. I'm guessing it's a problem with my display adapter or driver. It's possible that the computer was still doing things that I couldn't see. I waited about a minute to see if it would display anything but it didn't. My guess is that it's doing the slackware thing and waiting for someone to log in and startx. Only problem is that I can't tell because I can't see it.

Anyone have any suggestions? I'm pretty familiar with slackware and linux in general - booting off the cd and mounting my root partition would not be a problem if I just knew what to do from there.
 
Old 07-30-2007, 08:28 PM   #2
cdale77
Member
 
Registered: Oct 2006
Location: Berekeley
Distribution: Slackware 11; 2.6.21.1
Posts: 48

Rep: Reputation: 15
what graphics card do you have? I had the same problem with an Nvidia Geforce on my laptop after compiling my own kernel (until I got the config right).
 
Old 07-30-2007, 08:30 PM   #3
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by cdale77
what graphics card do you have? I had the same problem with an Nvidia Geforce on my laptop after compiling my own kernel (until I got the config right).
ATI Radeon x800 PCIE
 
Old 07-30-2007, 10:39 PM   #4
sparc86
Member
 
Registered: Jul 2006
Location: Joinville, Brazil
Distribution: Debian, CentOS
Posts: 301

Rep: Reputation: 31
Lightbulb

It's an incompatibility with the kernel framebuffer drivers.

Look, you can boot into your system using the Slackware CD (or DVD) or any other Linux distro live-cd, it doesn't matter. Then you have to chroot into your root (/) linux partition.

Now you will edit your lilo.conf to something like this:

Quote:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = ask
See, you can add the line "vga = ask", so in every boot Lilo will ask you for which resolution do you want to use.
Considering that the problem is with it's framebuffer, you will select the standard resolution (no framebuffer option)

Now you type "lilo" in the shell and you should see something like that:
Quote:
Added Linux-2.6.18 *
Added Linux-2.3.44
Alright, now just reboot your machine and select the non-framebuffer option for your booting. It might works.

Good, but do you still wants the framebuffer to works, right?

I'm going to copy you the lines in my kernel config file related to the framebuffer options:

Quote:
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

My video card is also an ATI and it works. Maybe you're gonna need to recompile your kernel if you want the framebuffer to work.


I hope my explanation has solved your video problems.

Last edited by sparc86; 07-30-2007 at 10:42 PM.
 
Old 07-30-2007, 10:53 PM   #5
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I'm kind of a noob myself, but it's possible that a framebuffer is being used for the console, which can cause some problems depending on the video card. If you can boot it up using the CD, mount the root partition and edit /etc/lilo.conf, you may be able to boot normally (although without the cute little penguin). If you uncomment "vga = normal" and comment whatever other framebuffer is being used in /etc/lilo.conf it should be fine.

If you really want that little penguin you'll have to do some tweaking (try out different framebuffer settings and make sure the drivers for your video card are installed).

[edit]Looks like you beat me to the punch sparc86![/edit]

Last edited by T3slider; 07-30-2007 at 10:55 PM.
 
Old 07-31-2007, 12:20 AM   #6
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Ok, I just solved my visibility problem using the "vga = [option]" idea and now I know why my system was halting. This is what my screen reads:

Uncompressing Linux...

crc error

System Halted-


Fixed that error - had to do with my usb key most likely not getting along with my motherboard and/or linux.

Thanks for your help!

Last edited by derzok; 07-31-2007 at 12:29 AM.
 
Old 08-12-2007, 03:34 PM   #7
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
black screen frozen

I am facing with same problem...

-I installed Slack 12.0.
+Got this black screen error.
-With livecd ,chmodded linux part ,Edited Lilo.conf and set vga = ask , typed lilo and it said:
"Added 2 partition
Wİndows
Linux"
Everything ok.
I reboot choose linux , it asks me console reso , i use default , the classic texts flow on screen... and i get BIG BLack SCREEN , no key is working... even numpad and ctrl alt del isnt working too...


What you suggest to me now ?

Last edited by lastsurvivor; 08-12-2007 at 04:29 PM.
 
Old 08-12-2007, 11:29 PM   #8
sparc86
Member
 
Registered: Jul 2006
Location: Joinville, Brazil
Distribution: Debian, CentOS
Posts: 301

Rep: Reputation: 31
Quote:
Originally Posted by lastsurvivor View Post
I am facing with same problem...

-I installed Slack 12.0.
+Got this black screen error.
-With livecd ,chmodded linux part ,Edited Lilo.conf and set vga = ask , typed lilo and it said:
"Added 2 partition
Wİndows
Linux"
Everything ok.
I reboot choose linux , it asks me console reso , i use default , the classic texts flow on screen... and i get BIG BLack SCREEN , no key is working... even numpad and ctrl alt del isnt working too...


What you suggest to me now ?
Have you really used the "normal" (default) resolution? To be sure about that, just change the "vga = ask" to "vga = normal".
 
Old 08-13-2007, 07:21 AM   #9
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
yes i also tried that but i still have the error.
When i get that screen no keys works even numpad and ctrl alt del...

Anybody have an idea ?
+++++
I also tried booting from backtrack live cd, and then in command line i changed root to slackware partition , and typed "startx" , then a black screen came , after 5,6 sec i was returned into shell again saying startx failed to load with couple lines of errors like :

KDEd error : failed to communicate ...
and more..
The question is Do I have permission to open my slack GUI while i am on live cd ?Or this is a normal error ?
 
Old 08-14-2007, 04:50 PM   #10
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
Okay I am very eager to make SLACK work on my laptop...

1.I runned BacktrackLiveCd.
2.I chroot'ed /mnt/sda6 (This is my Slack partition.)
3.I typed "startx" which should start my SLACK GUI.
4.I got this error message.
[img=http://img176.imagevenue.com/loc96/th_96656_DSC01526_122_96lo.JPG]

Edit : Last line of picture says : refcount is 2 , should be 1 , fixing.
edit : UP pls

Last edited by lastsurvivor; 08-15-2007 at 11:53 AM.
 
Old 08-16-2007, 04:40 AM   #11
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
come on , one slackguru probably knows this error source...
 
Old 08-16-2007, 06:35 AM   #12
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
The problem is more likely the segfaults reported by startkde, possibly they come from kdepersonaliser. In any case see what is started by line 301. The FreeFontPath refcount one is a common X message and can be disregarded
 
Old 08-16-2007, 07:05 AM   #13
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
Which variable on which file , should i add to make my Slack start without starting KDE ( like KdeStart = 0 )?
 
Old 08-16-2007, 07:25 AM   #14
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Well, Slack by default starts in runlevel 3, and it appears that you haven't changed this. To change the window manager used run xwmconfig.

But I would sort out the problem with the console display first, if you haven't already. I'm afraid I cant help you there I have always used vga = normal in LILO.
 
Old 08-16-2007, 01:00 PM   #15
lastsurvivor
LQ Newbie
 
Registered: Aug 2007
Posts: 11
Blog Entries: 1

Rep: Reputation: 0
I think i have found the problem from slackbook.
My slack doesnt have the file etc/rc.d/rc.s which makes system initializition . Can smb upload it so i can put it in my directory ?
 
  


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
Black border on LCD screen, Slackware 9 artisan Linux - Laptop and Netbook 9 03-10-2006 07:00 PM
'startx' gives me a black screen on new slackware 10 install evank Linux - Newbie 5 01-07-2005 09:59 PM
Black Screen PuTTY and SSH on Slackware 10 cummic Slackware 52 12-14-2004 12:21 PM
Black Screen after Slackware 10.0 installation snoopydoo Slackware 1 09-05-2004 10:36 AM
Black Screen after lilo boot xlordt Linux - Newbie 4 12-05-2003 04:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:07 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