Help - Search - Members - Calendar
Full Version: Fedora Problem
Neowin Forums > *nix Customization & Support > Linux Client Support
Randolph
I just installed Fedora Core 3 and I need help. I get this terminal thing asking me for my username and password. Then I get a prompt, how do I load the desktop or w/e?
Blik
Type startx
Randolph
thanx
kyro
and to always start in startx do the folowing

#>vi /etc/inittab <enter>
#>
CODE

# 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:

edit the id:3 to 5 so it looks like
CODE

# 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:5:initdefault:


now to save and exit do the following
press esc + press ":" + press "wq" on keyboard .. this will exit you from editor

( allow the aboce is from terminal windows with root user)

Blik
You may want to use mcedit if you cant get your head around vi... Took me a good while to learn to use vi
dotRoot
QUOTE(Bliksem @ Apr 4 2005, 13:15)
You may want to use mcedit if you cant get your head around vi... Took me a good while to learn to use vi
[right][snapback]585726004[/snapback][/right]

I recommend nano smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.