LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Suse desktop do not load!! (https://www.linuxquestions.org/questions/suse-opensuse-60/suse-desktop-do-not-load-306593/)

zupertj 03-27-2005 05:26 AM

Suse desktop do not load!!
 
Hey again

A friend of mine have some problems. Then he starts Suse linux 9.2 pro he can log on but then he has logged on there only come a console. The desktop wil not load! I am not sure what desktop he are running.
The problem come after he was updating suse. And now the desktop will not load.
What can he do?
Is there a command to load the desktop or what els can he do to fix it?

jonavogt 03-27-2005 05:45 AM

Have you checked the runlevel?
As root
Code:

# runlevel
will give you what runlevel you're in... In Suse that should be 5. The output schould be something like
Code:

# runlevel
N 5

If you get any other number than 5 you can try
Code:

# init 5
if that doesn't work run.
Code:

# init 3; SaX2
which will let you reconfigure X with the Suse tool.

hope that helps
jon


All times are GMT -5. The time now is 04:29 PM.