LinuxQuestions.org
Help answer threads with 0 replies.
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 04-28-2007, 03:40 PM   #1
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Rep: Reputation: 0
Unhappy Linux Suse now wont boot!


Hello!

I have a Linux SUSE 10.0 32bit disc which a friend gave me to try. I'm not to sure if its still 10.0 lol coz when I installed it went onto an internet update. Anyway it installed just fine and I got to the desktop for the 1st time which worked fine. The display screen looked a little off so I changed the screen resolution around abit and when I pressed ok it said I needed to reboot to see the changes. So I did and now I cant boot linux it says something about wiki.X.org, /var/log/xorg.0.log and /etec/x11/x0rg.confg.

Then it goes onto X window (black screen login) I'm guessing so it can be fixed and as i'm a linux newbie only being around the system around 15mins and messing it up lol I dont know how to work the commands or x window so its not much help.

NVIDIA GeForce 6600 GT

Any help would be great.

I'm not sure what information you need so if you need more please ask

Thank you

-Rab
 
Old 04-28-2007, 04:13 PM   #2
dxqcanada
Member
 
Registered: Sep 2006
Location: Canada
Distribution: Gentoo
Posts: 702

Rep: Reputation: 43
What do you mean by "black login screen" ??
Do you mean a console prompt ?
If it is not a console prompt hit Control+F1.

Log in ... then run

Code:
tail  /var/log/Xorg.0.log
 
Old 04-28-2007, 04:37 PM   #3
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
You're going to have a little bit of trouble with that nvidia card...
What I think happened is this: Suse comes with the nvidia driver installed (if I remember correctly). When you upgrade the kernel, you have to reinstall the driver. It is possible that the kernel got upgraded when you first logged in, and xorg.conf didn't get modified, neither was the nvidia driver reinstalled, so X won't start...

Anyway, do what dxqcanada said, and post the output of that command. Then, also type in
Code:
less /etc/X11/xorg.conf
and look for a section that says something like :
Code:
Section "Device"
    Identifier     "GeForce 6600"
    Driver         "nvidia"
EndSection
And copy it here.
(Press q to quit displaying that file, and if you need to, type "halt" to shutdown)
 
Old 04-28-2007, 05:33 PM   #4
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Do you mean a console prompt ?
Yea and it asked you to login then you can type commands.

Quote:
Originally Posted by Valkyrie_of_valhalla
You're going to have a little bit of trouble with that nvidia card...
What I think happened is this: Suse comes with the nvidia driver installed (if I remember correctly). When you upgrade the kernel, you have to reinstall the driver. It is possible that the kernel got upgraded when you first logged in, and xorg.conf didn't get modified, neither was the nvidia driver reinstalled, so X won't start...

Anyway, do what dxqcanada said, and post the output of that command. Then, also type in
Code:
less /etc/X11/xorg.conf
and look for a section that says something like :
Code:
Section "Device"
    Identifier     "GeForce 6600"
    Driver         "nvidia"
EndSection
And copy it here.
(Press q to quit displaying that file, and if you need to, type "halt" to shutdown)
Im very sure it's the screen resolution as I did restart the system 2 times before that and no problems but once I changed the resolution settings and restarted to see the changes it would not boot. Also I can confirm that it did not update anytime after the installing.

Thanks for you fast reply tho and I shall try these out right now and get back with any info very soon.


Thanks

Last edited by 2uniek; 04-28-2007 at 05:34 PM.
 
Old 04-28-2007, 06:15 PM   #5
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
back

ok I got message saying no such file or no such directory and popd: dirctory stack empty. So i'm thinking maybe we are not on the same page?

Here is what I see when I try to start linux:

Code:
Failed to start the x server (your graphical interface). Its likely that it is not set up correctly. Would you like to view the x server output to view the x server output to disanose the problem.
When I press yes I see the msg that says something about wiki.X.org, /var/log/xorg.0.log and /etec/x11/x0rg.confg and stuff like [==] [**].

once I go on it brings me to a black screen and on top of the black screen it says.

Quote:
Welcome to Suse 10.0 (Ci586) - Kernel 2.6.13-15.15-default (ttyl)
and it gets you to login to it with your linux user name and pass. You type 'help' into it and it pulls up a list of commands (which I have no clue on how to use) so is pointless to me.

and thats it.....

Anyway any replys would be great.

Thanks.
 
Old 04-28-2007, 06:57 PM   #6
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Find a Suse 10.2 disk, that should solve a lot of your problems. Until you are comfortable with using it, turn off zen update.
 
Old 04-28-2007, 07:09 PM   #7
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Larry Webb
Find a Suse 10.2 disk, that should solve a lot of your problems. Until you are comfortable with using it, turn off zen update.
Hello

Sorry how would that solve my problem in fixing this issue? Would that not be an last resort when I need this OS now? I see what your saying but my objective is to get a way to fix this problem now.

Anyway thanks for reading and replying. I may use your tip in the future.

Last edited by 2uniek; 04-28-2007 at 07:10 PM.
 
Old 04-28-2007, 09:06 PM   #8
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Dont mean to bump but this is kinda needed quick if anyone can reply then thanks
 
Old 04-29-2007, 02:44 AM   #9
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
try logging in as root and typing in
xorgconfig
Then just answer what it asks, according to your hardware preferences. It will setup xorg.conf for you.
 
Old 04-29-2007, 11:10 PM   #10
2uniek
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Nevermind I just reinstalled it lol Thx for your replys.
 
  


Reply

Tags
resolution, screen



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
Suse 10.0 wont boot rich_montana Linux - Hardware 9 01-18-2007 12:52 AM
Dual boot SUSE/XP But SUSE wont let me boot or see boot menu Hairulfr SUSE / openSUSE 9 08-17-2005 12:57 PM
SuSE 9.1 wont boot up LkNsngth Linux - General 1 02-20-2005 04:05 AM
install Suse, xp wont boot, repair xp suse wont boot Tangz Linux - Newbie 10 07-16-2004 05:37 PM
Suse 9, RH9 wont install properly. Mandrake 9 wont boot properly? Help. l2ich84 Linux - Newbie 1 01-31-2004 11:02 AM

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

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