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 06-01-2004, 07:53 PM   #1
bcf2
Member
 
Registered: Nov 2003
Location: Nowhere and somewhere
Distribution: Mandrake 10
Posts: 124

Rep: Reputation: 15
When i login, there is a command prompt at the top of the screen


When i login, there is a command prompt at the corner top of the screen, it's usable, but the background of the rest of the window is default color and the gui dosen't boot
 
Old 06-01-2004, 09:17 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Error messages? Distro and version? What happens after you login?
 
Old 06-01-2004, 09:48 PM   #3
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
what command did you try to get the gui working? and what default runlevel are you using? is it possible that you are running in runlevel 2 or 3 that is text based and not gui? try typing:
Code:
startx
does this start your gui? the more information you can give, the better responses you are sure to get. also try pressing Ctrl - Alt - F7. perhaps you are in one of your virtual consoles, though i wouldn't think you would get there after boot without pressing anything...
 
Old 06-01-2004, 10:18 PM   #4
EThitop
Member
 
Registered: May 2004
Distribution: Slackware 10
Posts: 146

Rep: Reputation: 15
Yeah, if you would first like to choose your window manager then type:

Code:
xwmconfig
then after choosing what window manager you want, type:

Code:
startx
and that will start the GUI. It looks like you are using Mandrake but I havn't used Mandrake in FOREVER, when I did I thought the GUI started automatically but I may be incorrect. Good Luck!

Erik
 
Old 06-02-2004, 07:08 PM   #5
bcf2
Member
 
Registered: Nov 2003
Location: Nowhere and somewhere
Distribution: Mandrake 10
Posts: 124

Original Poster
Rep: Reputation: 15
I tried to run startx, and it told me that there "was a fatal server error",
then tried to see if I was in a virtual session or whatever, and thet didn't work...
 
Old 06-02-2004, 08:09 PM   #6
globeTrotter
Member
 
Registered: Feb 2004
Location: Townsville, Queensland, Oz
Distribution: Red Hat 9
Posts: 107

Rep: Reputation: 15
Hi

like the guys say, you seem to be stuck in runlevel 2 or 3. you want to be in runlevel 5. i had this prob with mandrake 9.2. (Now happy with red hat) if this is so, type in
init 5
then press enter. this should do the job. if not let me know. this is ofcourse after you have logged in at the shell prompt.
hope this was of help
GT
 
Old 06-02-2004, 10:10 PM   #7
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Quote:
Originally posted by bcf2
I tried to run startx, and it told me that there "was a fatal server error",
then tried to see if I was in a virtual session or whatever, and thet didn't work...

The above error indicates your X server is not configured properly. I don't have Mandrake but try the generic configuration program that comes with X by entering the command

xf86config
 
Old 06-26-2004, 01:30 AM   #8
diogobaeder
LQ Newbie
 
Registered: Jun 2004
Location: São Paulo, SP, Brazil
Distribution: Fedora 5
Posts: 23

Rep: Reputation: 15
Unhappy About the prompt

I'm having the same problem with the default login...

Well, I try to start the X graphical interface, but it reports problems (something like it found no screens, or a problem with NVIDIA - which is the manufacturer of my graphics card), and the only way to login the graphical mode is going through failsafe and then choosing "graphical and network" (or something like it), and it starts up very well... with KDE and all that stuff... just like I wanted it to start...

But I'd still like to know how to change the default login mode, since I tried to configure it to start automatically at Mandrake Control Center > Boot, and obtained no results or changes...

Well, any help would be usefull...
Thanks,
Diogo Baeder
 
Old 06-26-2004, 01:41 AM   #9
diogobaeder
LQ Newbie
 
Registered: Jun 2004
Location: São Paulo, SP, Brazil
Distribution: Fedora 5
Posts: 23

Rep: Reputation: 15
Unhappy

Oh, and I tried some things suggested here at the replies. These are the results:

init 5 : nothing. Just put another line, like if I had pressed ENTER.

Ctrl + Alt + F7 : went to a clear screen, with a small flickering square at the upper left corner of the screen.

startx : I tried it before... just errors... and why do the "graphical mode" from "failsafe" functions normally???????????

Well, still searching for answers... by the way, does anyone know about any good books about how to learn to use Linux, since I'm a newbie?
 
Old 06-26-2004, 10:30 AM   #10
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
may i suggest the book Running Linux from O'Reilly. great book to get you up and running.

as for the login question, could you post a few things for me? i'd like to take a look at the files /etc/inittab and /etc/X11/XF86Config. i'm not familiar with madrake, so the paths may be a bit different, but look around. the inittab file is the one that tells the system, among other things, what run level you would like to boot into. at a LATER time i would suggest changing your default runlevel, as it sounds like it may be set at 3. the reason i say later, is that if you change to graphical login when you have a non-functional x server you may be stuck in the position of not being able to boot or shutdown. not a good place to be. there could be a problem with that nvidia graphics card. have you installed the nvidia drivers from their site? i just have too many questions at this point, i should probably just take it a few at a time. also, did you try the
Code:
init 5
command as root? you need to if you didn't.
 
Old 06-26-2004, 03:02 PM   #11
diogobaeder
LQ Newbie
 
Registered: Jun 2004
Location: São Paulo, SP, Brazil
Distribution: Fedora 5
Posts: 23

Rep: Reputation: 15
Hey, I just fixed it!!! I think I found the answer: my graphical interface was starting only through failsafe, but not through normal boot. But, I don't know why (please, call me a stupid guy), I thought the installation of the NVIDIA driver was ok, and when I simply reinstalled it EVERYTHING came back to normal functionality... man, I've spent hours trying to find out the solution, if I just knew it was SO easy...

Well, at the point when I had the problem, my "inittab" was set to boot to level 5 (graphical by default), and I used the xf86config executable then changed the driver name inside XF86Config, for the NVIDIA hardware acceleration to work (also removed the "Load dri" line), and everything was correctly set up...

But I think the problem was somewhere near the difference between the files "XF86Config" and "XF86Config-4" - I think the failsafe mode used a different one if compared to normal boot, and therefore it worked... and then, when I reinstalled the driver again, it had the correct files in the right places consulted by XF86Config... I think... hehehe... that seems reasonable to me...

Well, buddies, thanks a lot for the help!!! I hope this answer contains the solutions for the other guys with the same problem I had... and I'm sorry for my English, if it's too bad... I'm Brazillian... hehehe...

Bye!
Diogo Baeder
 
Old 06-26-2004, 05:31 PM   #12
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
good to hear you got it fixed!
 
Old 07-09-2004, 12:05 AM   #13
EThitop
Member
 
Registered: May 2004
Distribution: Slackware 10
Posts: 146

Rep: Reputation: 15
Wow diogobaeder your english sounds perfectly fine!! Glad to here you fixed the problem!
 
  


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
non-graphic login/command prompt Beomoss Linux - Newbie 6 09-22-2004 12:32 PM
Key stroke/command to shut down x and go into the command prompt screen? Fear58 Linux - General 1 07-14-2004 07:14 PM
Mandrake 9.1: No login prompt. Just a blue screen khurrum Mandriva 1 05-18-2004 10:19 PM
cant see the bottom of the screen in command prompt simpletoker Slackware 6 04-14-2004 08:16 PM
Command Prompt Screen Stephanie Linux - General 5 06-27-2001 10:32 PM

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

All times are GMT -5. The time now is 03:06 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