LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-24-2006, 10:01 AM   #1
abstracted
LQ Newbie
 
Registered: Nov 2006
Distribution: SuSE Linnux 10.1
Posts: 11

Rep: Reputation: 0
Could not complete runlevel 5 -no graphical log in


Hi everyone. I've recently installed suse linux 10.1 on my inspiron 2600. The first time, I went through the installation without adding any extra packages (Not even the Add-on, it wouldnt let me select it). Everything appeered to have gone fine, until the first bootup there was no graphical login, it only let me login in a console.
Here is the last few lines right up to the log in:

-------------------------
Master Rescource control: runlevel 5 has been reached
Skipped services in runlevel 5: nfs smbfs splash

Wlecome to SUSE LINUX 10.1 (i586) - Kernel 2.6.16.21-0.25-default (tty1).

linux-qqli login:
-------------------------

I have tried "startx" after loging into root and I got this:

-------------------------
Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at h t t p://wiki.X.Org
for help
Please also check the log file at "/var/log/Xorg.0.log" for additional information

X10: fatal IO error 104 (connection refused by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
linux-qqli:~#
--------------------------

After a day i got the idea to install some things that might look usefull or necessary from the cd's by, rebooting and update. Again when it finished and rebooted i got the same runlevel idea but this time more were skipped:

--------------------------
Master Rescource control: runlevel 5 has been reached
Skipped services in runlevel 5: irq_balancer nfs smbfs splash xend xendomains

Wlecome to SUSE LINUX 10.1 (i586) - Kernel 2.6.16.21-0.25-default (tty1).

linux-qqli login:
--------------------------

Since my knowledge of linux basically ends at installing software i have no clue where to go. Any ideas out there?
If any more info is needed I'd more than happy to supply it.
 
Old 11-24-2006, 10:48 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
It is possible that SuSE didn't configure an X login manager. There are three possible login managers. They are called KDM, GDM, and XDM. See if any error messages contain one of those names.

Log in as root and enter the init 5 command.
Code:
init 5
This will attempt to restart the runlevel 5 stuff including the X login manager. If you see a message like 'no X login manager configured' or 'cannot start KDM' then you will have an idea of what is wrong.
 
Old 11-24-2006, 10:49 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
When you get to a command line interface, try running the command "sax2". This should help you reconfigure and test your X server.
 
Old 11-24-2006, 11:38 AM   #4
abstracted
LQ Newbie
 
Registered: Nov 2006
Distribution: SuSE Linnux 10.1
Posts: 11

Original Poster
Rep: Reputation: 0
when i entered "init 5" i saw no error messages simply a nother command line

here's what i got for "sax2"

------------------------------------
linux-qq1i:~# sax2
SaX: initializing pleaze wait...
SaX: your current configuration will not be read in

SaX: no X-Sever is running
SaX: will start own server if needed
SPP: prepare device [0] profile: Depth24
SPP: prepare device [0] profile: NoDDC
SPP: prepare device [0] profile: Depth16
SPP: prepare device [1] profile: synaptics
SPP: calling device [1] profile script: synaptics
SPP: including prepared profile(s)...

SaX: startup

xc: sorry could not start configuration server
xc: for details refer to the log file:

/var/log/SaX.log

xc: abort...

linux-qqli:~#
 
Old 11-24-2006, 12:14 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
What do you get when you do
Code:
$cat /var/log/SaX.log
 
Old 11-24-2006, 01:03 PM   #6
abstracted
LQ Newbie
 
Registered: Nov 2006
Distribution: SuSE Linnux 10.1
Posts: 11

Original Poster
Rep: Reputation: 0
this all i can see of it: if i knew how to post more of it i would

(EE) I810(0): No Video BIOS modes for chosen depth
(II) UnloadModule: "i810"
(II) UnloadModule: "ddc"
(II) Unloading /usr/X11/lib/modules/libddc.so
(II) UnloadModule: "int10"
(II) UnloadModule: "int10"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.so
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.so
(EE) Screen(s) found, but none have a usable configuration

Fatal error:
no screens found

Please contact the The X.Org Foundation support
at h ttp://wiki.X.Org
for help
Please also check the log file at "/var/log/Xorg.0.log" for additional information

]
linux-qq1i:~#
 
Old 11-24-2006, 01:56 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Seems like sax2 is having problems configuring your card. There is another command called "xorgconfig" that you can try. Its menu driven, so its simple to use.
 
Old 11-24-2006, 03:37 PM   #8
abstracted
LQ Newbie
 
Registered: Nov 2006
Distribution: SuSE Linnux 10.1
Posts: 11

Original Poster
Rep: Reputation: 0
assuming that i did that right nothing changes. any other ideas?
 
Old 11-25-2006, 05:37 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Those errors mean that your X server is not configured properly. What type of graphics card do you have (chipset). It looks like an Intel card and those tend to work fine using Linux.
 
Old 11-26-2006, 08:37 PM   #10
abstracted
LQ Newbie
 
Registered: Nov 2006
Distribution: SuSE Linnux 10.1
Posts: 11

Original Poster
Rep: Reputation: 0
It appears to be an intel 830mg
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Complete graphical boot for Fedora gangaraju Fedora 2 10-20-2005 11:41 PM
Complete graphical boot for Fedora gangaraju LinuxQuestions.org Member Intro 2 10-20-2005 01:08 PM
Where can I get a 'Complete' Boot Log? rickh Debian 5 05-31-2005 03:29 AM
ATI (StartX fails to start) complete log Killkenny Mandriva 1 02-09-2005 05:39 PM
complete newbie...how do you log in as root? PhantomGhost Linux - Newbie 4 05-16-2004 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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