LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   not able to see intrface like window xp (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-see-intrface-like-window-xp-715985/)

amol.rajhans 04-01-2009 03:15 AM

not able to see intrface like window xp
 
Hi All,
I have installed fedora 9(sulphur). When i boot the system first i can see command prompt and i am not able to see the interactive interface like xp. what to do now please let me as early as possible.

brianL 04-01-2009 03:37 AM

Try running startx and changing the default run-level (not sure how you would do that in Fedora).

linuxlover.chaitanya 04-01-2009 03:38 AM

Login using username and password and type startx. It will take you to the graphical interface. Fedora and many of the RH based distros boot into command line interface by default and have the run level set to 3. If you want to boot into graphical mode always, you should change the run level to 5 in /etc/inittab file.

amol.rajhans 04-01-2009 04:34 AM

not able to edit inittab file

linuxlover.chaitanya 04-01-2009 05:54 AM

Are you doing it as root? You need administrative privileges to edit the file.

brianL 04-01-2009 06:01 AM

Does Fedora use Gnome? If so, try:
Code:

gksu gedit /etc/inittab
If KDE, try:
Code:

kdesu kwrite /etc/inittab


All times are GMT -5. The time now is 04:49 PM.