Subject: Begining Red Hat Linux 9 GUI
Posted By: l.andras Post Date: 7/29/2005 9:08:45 AM
Hi,

I'm new to Linux.

I tried to install the RHD9 Publisher's Edition from the book and everything goes fine until the restart.
At the first boot up instead of starting the Graphical User Interface (as it should happen according to the book) and finish with the configuration I just get a prompt to log in.
I can log in with the root login and the password but then I don’t know what to do…
I wanted to get familiar with the graphical interface first. Could anyone help me how to start the GUI?

Thanks,

Reply By: ciderpunx Reply Date: 3/4/2007 8:25:11 AM
what happens if you type startx?

It sounds like you may have a misconfigured Xserver, or are missing the drivers for your graphics card.

--
Charlie Harvey's website - linux, perl, java, anarchism and punk rock: http://charlieharvey.org.uk
Reply By: Taliesin56 Reply Date: 5/14/2008 4:48:15 PM
More than likely GRUB is set up to boot in run level 3 instead of 5. When you did the install, if it didn't prompt you to create your user accounts, it wouldn't be able to launch with a GUI as root is all command line unless preconfigured otherwise. once you log in as root, to check to make sure that x is installed correctly try running "telinit 5". That'll force it to change to run level 5, which is multiuser graphical and will load x conf files. beyond that you'll have to manually add user accounts and specify that it loads scripts from rd.5 in your bootloader.

Also, if you're just getting started with linux, take a look at www.ss64.com It contains the man pages for most of linux's bash commands and is very useful when you're not sure how to do something or just need reference material.

Go to topic 71372

Return to index page 1