LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   GUI (Apparently named X) Doesn't Boot with openSuSE 10.2 (https://www.linuxquestions.org/questions/suse-opensuse-60/gui-apparently-named-x-doesnt-boot-with-opensuse-10-2-a-515259/)

[Xero] 12-31-2006 08:40 PM

GUI (Apparently named X) Doesn't Boot with openSuSE 10.2
 
How do I make it boot? Maybe it didn't install correctly, in which case I do what? It's driving me insane.

jschiwal 12-31-2006 08:48 PM

You should add more information. Do you see the graphical login screen or just a terminal.

As root if you enter "init 3" and the "init 5", see if kdm or gdm starts up and allows you to login.

If not try "init 3" to start in a known state. Then enter "startx" and if you don't end up in kde or gnome, what where the errors.

One possible problem is that your monitor isn't selected or your video driver needs to be installed. Post what video card you use.

If it is an nvidia card, then:
1) enter as root: init 3 to enter console mode.
2) enter "tiny-nvidia-installer --update" to download and start the latest nvidia driver. You will just need to accept the license and select "Yes" at the options.

Afterwords, run "sax2"

jschiwal 12-31-2006 08:49 PM

I'm sorry, maybe I totally misunderstood your post. Do you mean that you don't even get the grub menu when you power up the computer?

[Xero] 12-31-2006 08:50 PM

Quote:

Originally Posted by jschiwal
You should add more information. Do you see the graphical login screen or just a terminal.

As root if you enter "init 3" and the "init 5", see if kdm or gdm starts up and allows you to login.

If not try "init 3" to start in a known state. Then enter "startx" and if you don't end up in kde or gnome, what where the errors.

One possible problem is that your monitor isn't selected or your video driver needs to be installed. Post what video card you use.

If it is an nvidia card, then:
1) enter as root: init 3 to enter console mode.
2) enter "tiny-nvidia-installer --update" to download and start the latest nvidia driver. You will just need to accept the license and select "Yes" at the options.

Afterwords, run "sax2"

I see a terminal. As for the inits, you want me to do that after I've logged into the terminal?

As for video card, I'm on a ATI Radeon 9200SE.

GRUB works fine, but I go into a terminal.

jschiwal 12-31-2006 09:12 PM

There are many posts on this site concerning installing ATI video cards. You may not be able to enable 3D on the latest cards however. I guess that ATI is slow in releasing drivers for linux.

Yes, I meant after logging into the console as root.
"init 3" switches to a console only mode. "init 3" switches to the multiuser/X windows mode.

"startx" starts the x windows system and may start kde or gnome or whatever you selected. However in SuSE there may be permission problems running "startx" and you should log in the regular way from the gdm login screen.

If you don't have the kde or gnome packages installed, you can run the software installation program from the console as well. You need to be root to do this, so log into the console as root.
/sbin/yast2 sw_single

It will run an ncurses version of the same graphical yast2 module.

The program to setup graphics is called "sax2". If you don't have the ATI driver installed yet, you could use the universal "vesa" driver instead.

Your "Device" entry in /etc/X11/xorg.conf will be different:
Code:

Section "Device"
    Identifier    "Device[0]"
    Driver        "nvidia"
    VendorName    "NVidia"
    BoardName      "GeForce 6150 LE"
EndSection

Changing the Driver entry to "vesa" may allow you to login graphically. Then you can setup ATI at a later time.

----

After trying "init 5", if there is an error and the xorg server doesn't start up, then look in the log file indicated; it will be the latest Xorg.XXX.log in /var/log/.

[Xero] 12-31-2006 09:16 PM

2 questions. Is root the original user?
And I just type init 5?

I'll try this now, from what I can understand, I'm a complete linux noob, and how do I change the graphic driver to vesa?

Edit: I typed 'startx' minus the quotes, and it came up with "Fatal Error: no screens found."

I typed init, init 3 and init 5, nothing worked. I didn't try sax2 though.

jschiwal 12-31-2006 09:26 PM

Quote:

Originally Posted by [Xero]
2 questions. Is root the original user?
And I just type init 5?

root is the super user. During the installation you will also have entered a regular user. Only root can edit files in /etc/. A regular user has a home directory in /home where he has full permissions.
Quote:

I'll try this now, from what I can understand, I'm a complete linux noob, and how do I change the graphic driver to vesa?
There are two ways. One is in the sax2 program. The other is to edit the /etc/X11/xorg.conf file manually.

You can use any editor as root. From the console, try using "vim"
vim /etc/X11/xorg.conf

You can use the search function to jump ahead to the Device section. Type in exactly:
/Section "Device"

Now curser down 2 or 3 lines to the Driver "<something>" line.
Press the "i" key or the "a" key to enter the edit mode. Cursor over to the <something> in quotes and delete what is inside the quotes. Replace it with the word "vesa".

So the line should look like
Code:

  Driver      "vesa"
Now press the [ESC] key to exit the edit mode.
enter
:wq
to save the file and exit the editor.

Now try "init 3" and "init 5" again to see if the graphical system is working.

[Xero] 12-31-2006 09:29 PM

Root and no password?

[Xero] 12-31-2006 10:02 PM

Nevermind, I successfully logged into root. I will copy down the manual edit instructions and see what happens.

[Xero] 12-31-2006 10:26 PM

Oh well, I tried, no luck. I'ma go mandrake or fedora. Thanks for trying.

cueman 01-02-2007 12:14 PM

It never ceases to amaze me, how many guru's go out of their way with lengthy posts trying to help a newbie, only to get:

Oh well, didn't work, I'ma try Mandrake or Fedora"

I couldn't believe his last reply. Man, good luck with that too Xero

Kudos to you guys that go out your way to help a newbie. I was always helped in a fast and efficient manner when I had install questions. Keep up the good work !!


All times are GMT -5. The time now is 11:26 AM.