Suse/NovellThis Forum is for the discussion of Suse Linux.
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.
When I pick SuSE 9.3 in GRUB, it loads into a non graphical user interface. After I log, in what do I have to type to have it load the GUI? Is there anyway to make it load the gui all the time?
Sorry, I just recently switched to Linux and want to learn as much as I can and I am hoping everyone here can help me out. Thank you for everything.
"Is there anyway to make it load the gui all the time?"
One possible problem is that you may have the CLI interface set as the default run level. Edit the file /etc/inittab which is where the default run level is set. You should have two lines that look like this part way down the file:
# The default runlevel is defined here
id:5:initdefault:
level 5 is GUI default run level. If the default run level is set to 3:
# The default runlevel is defined here
id:3:initdefault:
then the CLI is the default run level. If the default run level is 3 change it to 5 and things should work the way you want.
I'm not exactly sure about your problem but it sounds like something that happen to me when I recently installed SuSE 9.3 Pro, if that's the case you should check these links to solve your problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.