Linux - NewbieThis 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
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have installed Mandrake Linux9 by Expert mode.Though i did all steps successfully. When i restart my linux system after installation it load it and the prompt automatically goes to text menu. I login it as my user name and then write "KDE" after $ which moved to GUI Mode.
Durning installation linux gives me an option "Bootloader main Options" and i choos
"Lilo with Graphical menu" . The problem which i want to ask is why linux does't automatically moves to GUI (X Windows) directly ?
(ii) When i want to shutdown my system i press K in GUI mode the system logout but does't
shutdown. In text mode I write logout and it succesfuly logout.Plz let me guide that how can i shut down my system via Graphical interface and what is the reson that it does't show me the Interface option button to shutdown.
(iii) what is the command in text base to shutdown or reboot my system.
(iv) What is the difference between Ext3 and Journalised Fs ?
Any recommandation would be greately appreciated .
and that should give you a different dialog box when you choose K menu -> logout. If it wasn't already there, put it there. Save file.
I can't remember how to make it start X automatically, unless i'ts the inittab entry that's doing it. To check, edit /etc/inittab (as root) and look for this line:
id:3:initdefault:
it may say id:5:initdefault. If it looks like the first example, change the 3 to a 5 so that it looks like the second example. Save and reboot.
If it already said 5, then I don't know what else controls whether or not it boots into GUI automatically. Sorry.
Not sure on the differences between file systems. Sorry.
one more thing that durning manual installation there is a option in Dial up Networking
Authentication 1-PAP
2-Terminal Based
3-Script Based
4-CHAP
for a home user (for downloading or surffing net ) which option should i choouse .Further will mandrake will ask for my Modem port or it will automatically deduct it .
hmmm, I've never seen that before. I guess I would have chosen the first one, as it is "non-international" and I'm not a very worldy guy ;-)
DOn't know if that matters much either though, so I guess if you chose the second one then it's no biggie...
Let us know if the previous reply did any good...
<edit>
just saw the other post. I have no idea what all that is about. No idea which one to choose either. Why are you getting all these options? Can you do a more automated install?
Cant help there...sorry...
Last edited by jeffreybluml; 12-06-2004 at 10:25 AM.
the /etc/sysconfig/desktop is a file, and in it we will name the display manager to use for logging out. Type the following as root:
nedit /etc/sysconfig/desktop &
or, if that gives you "command not found" try
gedit /etc/sysconfig/desktop &
Once you get it open, make a line that looks like this (copy/paste from here into the file)
DISPLAYMANAGER="GDM"
If there is another line that startw with DISPLAYMANAGER, delete it. Now save the file. Good. Done there. Now, for the system to boot into GUI, type the following as root:
nedit /etc/inittab &
and again, if nedit doesn't work try gedit.
Now look for the line that starts with
id:
and then has a number...3 or 5
Make that number says 5, so the line will look like this:
id:5:initdefault:
now save that file. Reboot and you should be good to go...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.