Results 1 to 10 of 10
Hello. I just installed Mandrake community 10.0 and it wont boot into the graphical interface. After choosing "linux" on the bootloader, it loads up then shows
Code:
Mandrake Linux release ...
- 12-20-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
New install - Not loading graphical interface
Hello. I just installed Mandrake community 10.0 and it wont boot into the graphical interface. After choosing "linux" on the bootloader, it loads up then shows
I formated and reinstalled twice and it's not showing up with the usual graphical skot-friendly interface that I love oh so much.Code:Mandrake Linux release 10.0 (Community) for i886 Kernel 2.6.3-4mdk on an i686 / tty2 localhost login: root password: Last login Mon Dec 20 22:12:19 on vc/1 [root@localhost root]#
Is there a command I can stick in to make it load or do I have to config something? My previous install a few months back had no problems and went straight into it.. I'd rather it did that again.
Thanks in advance.
- 12-20-2004 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
try typing startx from the prompt after you login, though maybe you should'nt do it from root
- 12-23-2004 #3Just Joined!
- Join Date
- Dec 2004
- Location
- Finland
- Posts
- 6
Yeah, I believe you forgot to set the graphical interface starting automatically.
If you someday install Mandrake again, then you can set it start auto from the last steps of installer, I remember it was from the "X-server"-part...
- 12-23-2004 #4Linux Newbie
- Join Date
- Oct 2004
- Location
- B'ham Alabama
- Posts
- 240
All that does is log in automatically. Mandrake allows to do a auto log in the manager of choice be that of KDE, BB, Enlightenment, WM, and more. As saidYeah, I believe you forgot to set the graphical interface starting automatically
As said above...Code:startx
- 12-23-2004 #5Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Skot,
The configuration for X isn't automatic in >10.0 like it was in <9.2. You have to actually select it. It's on the last screen or so. You're prompted for various configurations, one of them being GUI. From there, you can tell it to automatically start x for you. You can still configure it from CLI if you run the command xfdrake (it mau be XFdrake or Xfdrake or some other variant of).
Good luck!
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-23-2004 #6Linux Newbie
- Join Date
- Oct 2004
- Location
- B'ham Alabama
- Posts
- 240
Really.. May be I have done it so much I just do it and cant remember. In 10.1 it does not ask you. I just got done installing it. So if you are going to reinstall you might try 10.1. No real diff. tho.
- 12-23-2004 #7Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
It doesn't ask you like it used to. Instead, there's that window at the end where you have to select to configure Timezone, keyboard, mouse, network, X, etc...
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-24-2004 #8Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Hey, there's no need to re-install just because X doesn't start automatically! If that version is like many others, it's just a matter of editing a single digit in a single file! The file is /etc/inittab and the digit occurs in the first line of the file which does not start with a pound sign (#). The '#' makes the line a comment. So the first line without a '#' will look like this:
Originally Posted by InTone The 3 means run level 3 which is multi-user command line. If you change the 3 to a 5, the X will start automatically the next time you boot.Code:id:3:initdefault:
/IMHO
//got nothin'
///this use to look better
- 12-24-2004 #9Just Joined!
- Join Date
- Dec 2004
- Posts
- 10
i am having the same problem. i have tried typing all the above commands including kde (thats the only command i get any kind of response from but the file says it cant load it) my install had several failed bits of files. so that may be my problem. i have tried to install 10.1 3 times and i get failed files each time. is there a way i can just reinstall kde or some graphical interface. (a link to a how-to would be great because i have no idea what i'm doing with this linux stuff)
- 12-24-2004 #10Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Yes, onesojourner, you can just install a GUI or whatever. Mandrake uses the urpmi command which is a variant of RedHat's rpm system. By using urpmi, file dependancies should be taken care of. But first, if you had problems in your install, maybe you should install in a different way, or at least take note of what is causing the problems: probably something with hardware difficiencies, but nothing that can't be worked through. If you have a working Linux, that is, a command line, that's a start. Read the urpmi man page like this:
and then maybe you will want to login as root and doCode:$ man urpmi
(note that you won't enter either the '$' or the '#', those only indicate the command prompt for user and root, respectively). There are several other desktop managers to choose from. KDE and Gnome are the most popular, but might be too heavy for slower or under-powered systems. icewm is not nearly as demanding. I hope this helps you make progress. If not, maybe you should start a new thread with your specific problems and with a suitably descriptive subject line.Code:# urpmi kde
/IMHO
//got nothin'
///this use to look better


Reply With Quote
