LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-05-2007, 09:37 PM   #1
linux_2007_
Member
 
Registered: Feb 2007
Posts: 80

Rep: Reputation: 15
graphical/non-graphical mode


Quick question:

How to switch between graphical mode and non-graphical mode (console) using keyboard keys (it should be a combination of ALT+CTL+something)...please let me know if you remember it.

I am more concern about the login page.

Thanks.
 
Old 03-05-2007, 10:13 PM   #2
cgjones
Member
 
Registered: Nov 2005
Location: Central New York
Distribution: Ubuntu
Posts: 405

Rep: Reputation: 31
Normally, Ctrl+Alt+F1 at the login page will switch you over to tty1. Alt+F1 through Alt+F6 are usually tty1 through tty6. And Alt+F7 should put you back on the login page.
 
Old 03-05-2007, 10:32 PM   #3
linux_2007_
Member
 
Registered: Feb 2007
Posts: 80

Original Poster
Rep: Reputation: 15
Thanks, and sorry I was not quite clear before, I do not know what has happened or what I have done that when I boot my computer, it does not go to the graphical mode any more (login page), instead, it goes to non-graphical tty1 (or as you said, by ALT+CTRL+F1..F6, I can login but in non-graphical mode). Now the question is how I can get it back to graphical mode, even the login page. I have seen people do this, it is not like a complete re-boot and it is quick (just 1-2 seconds to switch from consol to the graohical mode), I just can't remember it.

Any idea?
 
Old 03-05-2007, 11:06 PM   #4
cgjones
Member
 
Registered: Nov 2005
Location: Central New York
Distribution: Ubuntu
Posts: 405

Rep: Reputation: 31
Two questions.

1. What distribution are you running?

2. In /etc/inittab, what is your default runlevel? Look for the following line and post it here.
Code:
id:2:initdefault:
 
Old 03-06-2007, 12:01 AM   #5
windycity_linux
Member
 
Registered: Mar 2006
Distribution: rhel 5
Posts: 74

Rep: Reputation: 15
after logging in u can type
startx

that will start the GUI
 
Old 03-06-2007, 09:45 AM   #6
alexander_bosakov
Member
 
Registered: Mar 2006
Location: Plovdiv, Bulgaria
Distribution: OpenSuse 11.3
Posts: 55

Rep: Reputation: 15
As pointed above, look at your "/etc/inittab", particularly the line, containing "initdefault". It must be set to 5, to start the graphical login at boot. The so called "runlevel" controls which services are started. In the file itself is usually explained briefly what the different runlevels mean. More in detail, there is several directories under "/etc/rc.d/" - "rc1.d" ... "rc6.d", containing symlinks to the startup scripts of the services. At boot, the process 1 - "init" - reads the corresponding "rc*.d " directory and executes what it finds in there. At runlevel 5, one of the services is the display manager, which shows the graphical login screen and manages the graphical sessions. Using the display manager, is, AFAIK, better way than "startx". Not long ago, I broke my KDM (KDE Display Manager), so I could "startx" from tty, but couldn't get the login screen. Some suggestions for diagnostics:

1) Check the current runlevel:
$ /sbin/runlevel
look at the last digit of the output. If it is 5, then the problem is somewhere else than in "inittab"
If it's 3 or 2, then it is normal to login at the tty. Change the "initdefault" in "/etc/inittab" to 5 and reboot, or switch to runlevel 5 manualy - as root:
# init 5
The latter is the way I prefer, since I reboot very rarely, only on power loss or when upgrading some core component like the kernel, which requires for example, reinstalling the video card driver, that can't be done with X working. I boot in runlevel 3 (Multiuser, console, with networking), make few checks, then I switch to runlevel 5.

2) If the runlevel is 5, but you don't have the login screen, try starting X maunaly, by "startx". If it works, then the problem is most probably in the display manager. If not, look at the output of the "startx" command. The problems with the X are most probably because of misconfiguration. Did you used some tool to configure X, eg. "nvidia-xconfig"?

3) Try starting the display manager manually - as root:
# xdm (the generic X display manager)
# kdm (comes with KDE)
# gdm (comes with GNOME)
The differences between them are mainly in the look and feel. While I had KDM broken, I used XDM instead (it's just more ugly .

Anyway, post what you remember you did before the problem occured. Examine "/var/log/boot.log", "/var/log/messages" and especially "/var/log/prcsys.log" which is the "init" log file - look out for "[FAILED]" or something like that.
 
  


Reply



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
convert text mode linux OS to graphical mode csaju Linux - Newbie 1 10-09-2006 05:18 AM
help graphical mode slack boy Slackware 11 08-03-2006 11:51 AM
How to; Suse9.3 prof. text mode to graphical mode anjum Linux - Software 5 07-20-2005 11:36 PM
Graphical Mode Hone101 Linux - Networking 3 03-21-2003 12:36 AM
graphical mode LoCad Linux - Newbie 1 03-13-2002 12:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:40 AM.

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