quote:
Originally posted by DukePuke:
man, I typed xfce in console, it added another panel in top of window, man I need to tweak, not to make my system on knees
Hahaha, no
Do this:
Instead of logging in to your system at the console and typing the startx command to start the X Window System, you can configure your system so that you can log in directly to X.
You must edit one file, /etc/inittab, by changing just one number in the runlevel section. When you are finished, reboot the computer. The next time you log in, you will have a graphical login prompt.
Open a shell prompt. If you're in your user account, su to root by typing
su
Now, type vi /etc/inittab to edit the file with vi. The file /etc/inittab will open. Hit the INSERT button. Within the first screen, you will see a section of the file which looks like this:
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
To change from a console to a graphical login, you should change the number in the line id:3:initdefault: from a 3 to a 5.
After you're done, hit the Escape button and type
press Enter and type
and press Enter.
Reboot, and you'll see a nice login screen from which you can boot KDE, Gnome or XFCE