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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-07-2012, 09:39 PM
|
#1
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Rep:
|
Display problem with screen when booting up Slackware 13.37
Sorry I'm very new to Slackware and only know how to basically turn the computer on. I'm having trouble booting Slackware 13.37, I have somehow managed to install it and restarted the system but every time I try booting it starts the black screen with fast scrolling words (like normal) and after so long the screen goes all black (no words) and a box appears and says "input signal out of range change settings to 1280x1624-60hz" and the moniter goes to sleep. Any reasons this would happen or solutions for how to fix it is very much appreciated. Thank you for even looking at this thread and very much thanks for all replies.
|
|
|
04-08-2012, 08:30 AM
|
#2
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,380
|
Quote:
"input signal out of range change settings to 1280x1624-60hz"
|
This simply indicates you do not have a good xorg.conf configuration. There are thousands of video cards and chip sets, the correct one has not been detected for your system.
Here is a link to help. --> http://www.slackware.com/config/x.php
The doc on this site is very good for a first time user, and can help you sort your problems.
Once you have a good xorg.conf, Slackware will boot to init level 3, and not start the x window system. To test if it will run, type startx at the command line. If it works, you will need to edit /etc/inittab and change the line with 'initdefault to a 4 from 3.
Mine looks like this:
Quote:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
|
Then x will start on every boot.
|
|
|
04-08-2012, 09:10 PM
|
#3
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Original Poster
Rep:
|
Thank you very much, I will try that as soon as possible and post back, and hopefully on Slackware.
|
|
|
04-10-2012, 05:54 AM
|
#4
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Original Poster
Rep:
|
How do I do this, I tried Slackware but I can't figure it out, can it be like mor dricribed or simplified?
|
|
|
04-10-2012, 08:01 AM
|
#5
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Which graphics hardware are you using?
Slackware doesn't but to a graphical login by default, so I don't think that a wrong Xorg configuration is the problem here, it is more likely that your problem is caused by kernel mode setting.
It is easy to test that: Start the machine and when the Lilo bootloader screen appears press the Tab key. A commandline will appear, type and press Enter to boot. If you can boot to the login then kernel mode setting is the culprit.
|
|
|
04-10-2012, 09:04 AM
|
#6
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, CentOS
Posts: 29
Rep:
|
Quote:
Originally Posted by camorri
Once you have a good xorg.conf, Slackware will boot to init level 3, and not start the x window system. To test if it will run, type startx at the command line. If it works, you will need to edit /etc/inittab and change the line with 'initdefault to a 4 from 3.
Then x will start on every boot.
|
I believe you meant runlevel 5 instead of runlevel 4.
id:5:initdefault:
|
|
|
04-10-2012, 10:05 AM
|
#7
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,380
|
yoKo - No.
This is a direct copy for 13.37 64 bit /etc/inittab file.
Quote:
# These are the default runlevels in Slackware:
# 0 = halt
# 1 = single user mode
# 2 = unused (but configured the same as runlevel 3)
# 3 = multiuser mode (default Slackware runlevel)
# 4 = X11 with KDM/GDM/XDM (session managers)
# 5 = unused (but configured the same as runlevel 3)
# 6 = reboot
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
|
Run level 5 is not used in Slack.
|
|
|
04-10-2012, 10:58 AM
|
#8
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, CentOS
Posts: 29
Rep:
|
Quote:
Originally Posted by camorri
yoKo - No.
This is a direct copy for 13.37 64 bit /etc/inittab file.
Run level 5 is not used in Slack.
|
My bad then. Was it always like this ?
|
|
|
04-10-2012, 11:57 AM
|
#9
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,380
|
Quote:
Was it always like this ?
|
I can't say, I was a long time Mandrake - Mandriva user. Switched to Slack a little over a year ago, and that is the way its been since 13.0.
|
|
|
04-10-2012, 05:21 PM
|
#10
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Original Poster
Rep:
|
Quote:
Originally Posted by TobiSGD
Which graphics hardware are you using?
Slackware doesn't but to a graphical login by default, so I don't think that a wrong Xorg configuration is the problem here, it is more likely that your problem is caused by kernel mode setting.
It is easy to test that: Start the machine and when the Lilo bootloader screen appears press the Tab key. A commandline will appear, type and press Enter to boot. If you can boot to the login then kernel mode setting is the culprit.
|
Ok, typed this, entered the closest resolution to my screen (324) and it went along as norm untill the screen went all black came back then all black again and back again and a message appeared.
******************************************************************
*** An error occurred during the root file system check. ***
*** You will now be given a chance to log into the ***
*** system in single-user mode to fix the problem. ***
*** ***
*** If you are using the ext2 file system, running ***
*** 'e2fsck -v -y <partition>' might help. ***
******************************************************************
Once you exit the single-user shell, the system will reboot.
Type control-d to proceed with normal startup,
(or give root password for system maintenance):
Any one have anything?
Last edited by Kipkay211; 04-10-2012 at 05:23 PM.
|
|
|
04-10-2012, 06:49 PM
|
#11
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
That is rather strange, the display options should have nothing to do with your filesystems. Are you sure that your machine is working correctly? Does it work with other operating systems?
|
|
|
04-10-2012, 06:58 PM
|
#12
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Original Poster
Rep:
|
Yes it does, I'm currently running Ubuntu on it and I also just had windows (which I'm replacing with Slackware, or at least tring to).
|
|
|
05-08-2012, 05:12 PM
|
#13
|
LQ Newbie
Registered: Nov 2011
Location: Kingsport, TN
Distribution: Ubuntu, Slackware
Posts: 25
Original Poster
Rep:
|
I have a long long story but I'll make it short, reloaded onto hdd and rebooted, stopped at splash screen and reported an error, changed from a 04 socket 775 intel CPU to a Anthlon 64 x2 AMD CPU and it boots and I have also (with some help) got my printer and Internet to work so thanks for all that helped.
|
|
|
All times are GMT -5. The time now is 06:32 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|