LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-07-2007, 01:39 PM   #1
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Rep: Reputation: 15
Question How to start Fedora core6 in graphical mode?


I have installed Fedora core 6. now when i boot,it doesnt go to graphical mode instead it goes on text mode and asks for "localhost name: "

i am not sure what to do as it is asking for username or something like it???
how can i give it required user name how i can switch it to graphical mode??
 
Old 07-07-2007, 01:47 PM   #2
markdjones82
LQ Newbie
 
Registered: Nov 2004
Location: Dallas
Distribution: Suse 9.1
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by hulk321
I have installed Fedora core 6. now when i boot,it doesnt go to graphical mode instead it goes on text mode and asks for "localhost name: "

i am not sure what to do as it is asking for username or something like it???
how can i give it required user name how i can switch it to graphical mode??
First it is asking for the username. So type your username and password in. If you don't know it try root first.

Try typing startx at the command line
 
Old 07-07-2007, 02:49 PM   #3
x_terminat_or_3
Member
 
Registered: Mar 2007
Location: Plymouth, UK
Distribution: Fedora Core, RHEL, Arch
Posts: 342

Rep: Reputation: 38
Or you can configure your X to always and automatically go to runlevel 5

Rememeber what it says in my signature. If you want to make a backup of the file, do a cp /etc/inittab /etc/inttab.backup

edit the /etc/inittab file with nano or vi or whatever, change or add the line:

id:5:initdefault:

and change or add the line
x:5nce:/usr/bin/startx

There, next time you boot, it will go straight to runlevel 5 and run X

Last edited by x_terminat_or_3; 07-08-2007 at 06:32 AM. Reason: Corrected 'windows box' to 'X'
 
Old 07-07-2007, 04:16 PM   #4
GregLee
Member
 
Registered: Feb 2004
Location: Waimanalo, HI
Distribution: Slackware 10, Fedora 6
Posts: 308

Rep: Reputation: 30
Quote:
Originally Posted by markdjones82
First it is asking for the username.
No, it's asking for the url of your system. Like "greg.lee.net", which is mine. If you don't have any reason to think your system has a network name, just make something up. After you've logged in, look in /etc/sysconfig/network and use the "hostname" command to check it.
 
Old 07-08-2007, 02:25 AM   #5
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by GregLee
No, it's asking for the url of your system. Like "greg.lee.net", which is mine. If you don't have any reason to think your system has a network name, just make something up. After you've logged in, look in /etc/sysconfig/network and use the "hostname" command to check it.
i am not using it in a network arrangement. i have tried serveral "localhost login" names(even "root") but it gives two errors;

1."end_request: I/O error dev sda, sector 152441894"
2.incorrect loginname

Please help as i am dying to have first look of Fedora Core 6
 
Old 07-08-2007, 02:56 AM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
1. How did you install FC6? (i.e. did you use text mode or the graphical installer.)
2. Linux is always on a network, regardless of if there is one outside the computer. All linux computers (hosts) have a hostname. If you didn't configure one, it gets called "localhost@localdomain" which gets really lame really fast.

FWIW:

If your prompt says "localhost: name >" then it in probably just what you think it is. Hence the questions about install. Something is likely gone wrong.

Altering the default runlevel (a word you should look up) can be done editing inittab as suggested or grub.conf
see: http://codeidol.com/unix/fedora/Basi...ing-Runlevels/
... for a good description.

Last edited by Simon Bridge; 07-08-2007 at 03:01 AM.
 
Old 07-08-2007, 03:34 AM   #7
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge
1. How did you install FC6? (i.e. did you use text mode or the graphical installer.)
I did install it in graphical mode. all went fine though i disabled few things like firewall, ssbt??? and one more.

right after installation, it never went on configration mode. i have Gforce graphic card on my pc too (i have read sometimes it causes problems too)

should i do installation again? if yes then what i should keep in mind???
 
Old 07-08-2007, 03:34 AM   #8
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge
1. How did you install FC6? (i.e. did you use text mode or the graphical installer.)
I did install it in graphical mode. all went fine though i disabled few things like firewall, ssbt??? and one more.

right after installation, it never went on configration mode. i have Gforce graphic card on my pc too (i have read sometimes it causes problems too)

should i do installation again? if yes then what i should keep in mind???
 
Old 07-08-2007, 06:30 AM   #9
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Cool... during installation, you created a user. Do you remember what it was?

Newer nvidia cards can have issues because the nv module may not support them.
You can boot into rescue mode (grub may have that option in its menu, or you can boot from the install disk and enter "linux rescue" at the boot: prompt) and edit xorg.conf

nano /etc/X11/xorg.conf

And change the "nv" driver to "vesa". (save and exit)

If this truly is a problem, then you can install the proprietary "nvidia" drivers via yum later.

While you are there... try: ls /home to see if ay users have been created.
 
Old 07-08-2007, 09:52 AM   #10
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge
try: ls /home to see if ay users have been created.
when i type this, it says no such directory or folder exists.
also i have openned nano /etc/X11/xorg.conf
it does open but there isnt any thing in it or what do i do now.
 
Old 07-08-2007, 10:17 AM   #11
x_terminat_or_3
Member
 
Registered: Mar 2007
Location: Plymouth, UK
Distribution: Fedora Core, RHEL, Arch
Posts: 342

Rep: Reputation: 38
Possibly you have not installed the needed packages. The fact that there is no home directory is scary too, since this is installed by the filesystem rpm., which is AFAIK *always* installed.

It might be easier for you to reinstall everything. During setup, choose to remove all previous partitions - assuming you have good backups of them, or don't need any of the information on them.
 
Old 07-08-2007, 11:52 AM   #12
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Thumbs down

Quote:
Originally Posted by x_terminat_or_3
Possibly you have not installed the needed packages.
perhapse you are right. i went with default settings while installing fedora core i.e.installed default set of programs. hey, but even default set of progams should have what is required. isnt it.

i have redone fedora core 7, but there is a problem with it. the mouse and key board stop working either while putting in user name or password or when it shows desktop.

what do i do. dam it dont like this much un-stability.
 
Old 07-08-2007, 12:45 PM   #13
x_terminat_or_3
Member
 
Registered: Mar 2007
Location: Plymouth, UK
Distribution: Fedora Core, RHEL, Arch
Posts: 342

Rep: Reputation: 38
There is a difference between stability and perceived stability, also stability can apply to many different aspects of a operating system.

I would say that Linux is very stable, and so is Fedora Core. I have upgraded several FC's to 7, and have also installed several from scratch.

With all of them,everything I wanted to work, works.

In all my experience running Linux, unstableness I have only witnessed when it involved hardware. Faulty memory controller, faulty cd-rom, hardware conflicts, and when I was messing with the kernel.

Some BIOS settings can also cause unexpected and/or unwanted behavior.

Are you using a USB or PS/2 keyboard/mouse?

Is your USB controller supported? Often bundled with the Host Controller, sometimes as an external pci card?

Has your keyboard really stopped working? Can you make the numlock light go on? Can you press CTRL+ALT+F1 to switch to text prompt? Can you press CTRL+ALT+F7 to go to the X window?
 
Old 07-08-2007, 12:48 PM   #14
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Rep: Reputation: 32
On which hardware are you trying to install Fedora Core 6? It is not something very new like Intel P965, P35 or G33 chipset
 
Old 07-08-2007, 12:50 PM   #15
x_terminat_or_3
Member
 
Registered: Mar 2007
Location: Plymouth, UK
Distribution: Fedora Core, RHEL, Arch
Posts: 342

Rep: Reputation: 38
Also, are you using the 'Test' releases or the RC releases (Release Candidates)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 5, Graphical mode fails during install and more clemsontiger Fedora - Installation 1 07-24-2006 09:23 AM
cannot start the graphical mode fakie_flip *BSD 11 09-21-2005 04:00 PM
start in text mode instead of graphical inc0gs Linux - Software 3 01-27-2005 04:23 PM
How to start graphical mode in linux 2.4.20-alt6-up? ukrainet Linux - Newbie 2 12-23-2004 10:51 AM
howto start linux in text mode and not in graphical? ichbinesderelch Linux - General 5 08-20-2003 08:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration