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 07-07-2003, 08:34 PM   #1
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Rep: Reputation: 15
what's the command to get into GUI of mandrake ?


what's the command to get into GUI of mandrake instead of just the command console
thank you in advance
 
Old 07-07-2003, 08:47 PM   #2
ellyaht
Member
 
Registered: Jul 2003
Location: Brisbane
Distribution: Mandrake 10 Mostly
Posts: 61

Rep: Reputation: 15
just type
init 5
this will get you to level 5 or GUI mode
 
Old 07-08-2003, 12:02 AM   #3
cato_pc
LQ Newbie
 
Registered: Jul 2003
Location: Florida, USA
Distribution: Mandrake 9.1
Posts: 5

Rep: Reputation: 0
I tried that and it did not work for me. I just installed mandrake 9.1. Any assitance would be welcomed.
 
Old 07-08-2003, 12:50 AM   #4
v00d00101
Member
 
Registered: Jun 2003
Location: UK
Distribution: Devuan Beowulf
Posts: 514
Blog Entries: 1

Rep: Reputation: 37
try from prompt

startx

if that doesnt work, try xf86config to configure xfree, then startx

you could also try editing inittab in /etc and change init to 5

i had a similar prob with mandrake 9.1 which resulted in the installation of redhat 9

Last edited by v00d00101; 07-08-2003 at 12:51 AM.
 
Old 07-10-2003, 06:59 PM   #5
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
when i try startx or init 5 it says command not found any ideas ?

thank you in advance
 
Old 07-10-2003, 11:29 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
How very very odd. Can you post up the following (open up a console and type):
echo $PATH

And to copy and paste here, you hightlight the text to be pasted, then using the middle button on your mouse, click in this dialogue box.

Also, can you tell us if you are doing this as root or as a regular user?

Cool
 
Old 07-11-2003, 01:55 PM   #7
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
The location of init and startx should be the following:
init: /sbin/init
startx: /usr/X11R6/bin/startx

If they are not in those locations, use the find command:

find / -name startx
find / -name init

Expanding on the post made by MasterC, it is possible that the PATH environment variable does not contain the correct paths.
 
Old 07-12-2003, 09:10 AM   #8
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
thank you guys for solving the problem for me, one more thing do you guys know how to create an admin id and pass in order to logon as admin
 
Old 07-12-2003, 09:33 AM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Yes, but it's strongly suggested you don't. I'll let you decide whether the "strong suggestion" matters So here's your answer:
Simply open up your /etc/passwd file and add a user with a uid of 0. You can also do this via any other useradd function you have, such as (but not limited to):
useradd
adduser
And the graphical user utilities.

Remember, I VERY STRONGLY suggest you don't.

Cool
 
Old 07-12-2003, 09:43 AM   #10
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
In Linux, the administrator account is called root.
It is the first account created by default on any Linux system.
During the installation of Linux, you were ask to set a password for root (administrator).
Thus, it should be already created.
 
Old 07-12-2003, 09:50 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Or that. I see that I very well may have mis-interpreted the question

Well, hopefully that'll leave that covered for later on

Cool
 
Old 07-12-2003, 02:35 PM   #12
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Mathieu
In Linux, the administrator account is called root.
It is the first account created by default on any Linux system.
During the installation of Linux, you were ask to set a password for root (administrator).
Thus, it should be already created.

well, i remember the password i just dont know where to enter it

when the first screen came up it asking me for user id and pass
do i enter the root pass as user id and pass ?
 
Old 07-12-2003, 02:38 PM   #13
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
when you have a screen that says:
login:
you can type "root"
and the you type the root password
if you are already in the terminal as a regular user you can type:
su
and then type the root password.
 
Old 07-12-2003, 06:07 PM   #14
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
after the xf86config i attempt to start the GUI by typing the command xstart and then i received an error message
ececve failed
for /etc/x11/x (enno2)
xinit no such file or diractory
xinit no such process
giving up....

any idea ?
 
Old 07-12-2003, 07:46 PM   #15
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
Before you used XF86Config, did the X server and GUIs work.

Also, look in /etc/X11, XF86Config may have created a backup.
I can't remember if it does, although I don't think it did.

Try again.
Use Xconfigurator to configure your video card and monitor.
 
  


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
Command to GUI lramos85 Programming 3 01-04-2005 09:50 PM
mandrake 10 command line to gui boot, then stuck at boot with hour glass chris008 Linux - Laptop and Netbook 1 11-14-2004 05:29 PM
Terminal command for GUI command "Remove to trash" GunSkit Linux - General 3 06-29-2004 01:50 PM
Mandrake boots into command prompt instead of GUI DiscoBiscuit Linux - Newbie 12 05-30-2004 04:45 PM
command to gui tearinox Linux - Newbie 8 01-20-2004 11:21 PM

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

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