LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Problem in Logging in to fedora core 6 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/problem-in-logging-in-to-fedora-core-6-a-594540/)

ajeya 10-25-2007 11:24 AM

Problem in Logging in to fedora core 6
 
Hello friends
I installed fedora core 6 on my new laptop of Dell
After initial booting it asks me for username and password.
On successfully receiving the username and password, it does not go to the GUI and runs in text mode giving me the prompt like..

root...#

What command (or sequence of command )should I write here to enter graphical user mode.

Please help.

Thanks

Ajeya.

colucix 10-26-2007 04:40 AM

Hi, Ajeya. When it asks for username and password is it in graphical mode or already in text mode? Once you're logged in, you can try the command
Code:

startx
this should start the X server and give the graphical environment, otherwise there is some problem with the drivers for your video card. Also, check in the file /etc/inittab the default runlevel: should be 5 for GUI, 3 for text mode. The relevant part is the line
Code:

id:5:initdefault:
immediately after the comments at the beginning.

ajeya 10-26-2007 09:48 PM

Quote:

Originally Posted by colucix (Post 2937392)
Hi, Ajeya. When it asks for username and password is it in graphical mode or already in text mode? Once you're logged in, you can try the command
Code:

startx
this should start the X server and give the graphical environment, otherwise there is some problem with the drivers for your video card. Also, check in the file /etc/inittab the default runlevel: should be 5 for GUI, 3 for text mode. The relevant part is the line
Code:

id:5:initdefault:
immediately after the comments at the beginning.


Thanks a lot dear.

I did what u said..but now I think the problem is with the video card...its saying no screen found...what to do next?

ajeya 10-26-2007 09:50 PM

Thanks a lot dear.

I did what u said..but now I think the problem is with the video card...its saying no screen found...what to do next?

michaelk 10-26-2007 10:51 PM

Your video adapter is not configured correctly. Post the output of the command lspci. This will tell us the chipset of the video adapter installed in your laptop.

The command to configure the video adapter is system-config-display.

ajeya 10-27-2007 02:42 AM

Thanks a lot dear....i got it..now I can work with X windows.....now I am having some other problems like:

1.How to setup a dial up internet connection in FC-6.

2.How to mount my windows NTFS partitions in FC-6.

As I am a beginner to linux please help me.


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